On Mon, 17 Jun 2002, Walter Zimmer wrote: > We have been assigned a task to connect a remote host over an > access network to the main network. To put this in ASCII art: > > remote host main network > --- --- > | | | | > --- --- > | | > | | > | | > --- --- > | |---access network---| | > --- --- > router1 (linux) router2 (linux) > > 2. Solution > =========== > Use proxy ARP. As I understand, this only works for networks which are > directly connected to the router. So, router2 can't use proxy ARP. > Wrong, at least for router2: ip neigh add proxy <remote host ip> dev <device to main network> This will not work for router1 since this command does not accept subnets (at least not at first try; there seems to be a trick to do it in kernel 2.0, cf. the IP command reference). But if I understood you right, then adding a route to remote host for 10.0.0.0/8 should be possible, right? Ciao, Roland +---------------------------+-------------------------+ | TU Muenchen | | | Physik-Department E18 | Raum 3558 | | James-Franck-Str. | Telefon 089/289-12592 | | 85747 Garching | | +---------------------------+-------------------------+ - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html