Path: utzoo!attcan!uunet!husc6!mailrus!purdue!decwrl!hplabs!ucbvax!UC.MSC.UMN.EDU!slevy From: slevy@UC.MSC.UMN.EDU ("Stuart Levy") Newsgroups: comp.protocols.tcp-ip Subject: Re: gateways and more-than-one-IP-net on one ethernet Message-ID: <8806302103.AA03654@uc.msc.umn.edu> Date: 30 Jun 88 21:03:51 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 You should be able to handle reaching a gateway, on the same wire as you but on a different (sub)network number, using the following awful kludge: Allocate a fake IP address on your own (sub)net for the remote gateway. On the local machine: arp -s fake-gw-address gateway-Ether-address perm On the local machine: route add destination-net fake-gw-address 1 and hope the "permanent" arp is never purged from the cache.