Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!sdcsvax!ucbvax!TOPAZ.RUTGERS.EDU!ron From: ron@TOPAZ.RUTGERS.EDU (Ron Natalie) Newsgroups: comp.protocols.tcp-ip Subject: question about berkeley TCP/IP Message-ID: <8706301436.AA16148@topaz.rutgers.edu> Date: Tue, 30-Jun-87 10:36:12 EDT Article-I.D.: topaz.8706301436.AA16148 Posted: Tue Jun 30 10:36:12 1987 Date-Received: Sat, 4-Jul-87 17:52:50 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 14 I can't say if BSD is picking up on Ethernet hardware addresses from the incoming connection request, but there is no reason why this can't happen. The internet address of remote end would be entered into the arp cache with the gateway's hardware address. This will work. This is how gateways on Ethernet subnets trick hosts that don't know about subnets into working properly. The gateway sends arp answers for IP addresses off the local subnet that it will route for. Nearly every device I've come across (including BSD UNIX systems and other things for which we don't have source) will allow manyone mappings of IP to Ethernet address. =Ron