Subject: problem with 2 different ip subnet on same ethernet
To: None <tech-net@NetBSD.ORG>
From: Manuel Bouyer <bouyer@lix.polytechnique.fr>
List: tech-net
Date: 08/01/1996 16:15:28
Hello,
I've tried the following today:
I have a ip subnetwork on an ethernet (129.104.11.0). On this ethernet
I've installed a solaris machine, with ip adress 192.168.1.1.
On my NetBSD/pmax (129.104.11.53), I've done
'route add -host 192.168.1.1 -interface 129.104.11.53'.
netstat shows now:
netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 129.104.11.13 UGS 2 47220 - le0
127.0.0.1 127.0.0.1 UH 6 52771 - lo0
129.104.11 link#1 UC 0 0 - le0
129.104.11.2 8:0:20:78:61:b8 UHL 2 79157 - le0
129.104.11.4 8:0:20:12:1a:d6 UHL 2 48741 - le0
129.104.11.13 0:0:c:2:b2:7e UHL 1 0 - le0
129.104.11.41 8:0:20:3:8a:94 UHL 0 318306 - le0
129.104.11.43 8:0:20:78:6e:78 UHL 0 2780 - le0
129.104.11.51 8:0:20:a:9e:aa UHL 3 233107 - le0
129.104.11.52 8:0:2b:23:3f:45 UHL 0 569 - le0
129.104.11.53 127.0.0.1 UGHS 5 101288 - lo0
129.104.11.92 0:20:e0:e:3e:b UHL 0 0 - le0
129.104.11.255 link#1 UHL 1 92 - le0
192.168.1.1 129.104.11.53 UHS 0 42 - le0
So all seems fine. But a single 'ping' produce the message:
Aug 1 16:08:30 antioche /netbsd: arpresolve: can't allocate llinfo
and I don't have any response from 192.168.1.1. (tcpdump shows that
nothing is sent from the NetBSD host).
Is this a known bug ? I am doing something wrong ?
The same on another solaris machine allow me to connect to 192.168.1.1.
--
Manuel Bouyer, LIX, Ecole Polytechnique
email: bouyer@lix.polytechnique.fr
--