We need you post these to tell what problem it is:
-
cat /proc/ipstats on Neutrino Box,
-
netstat -ni, netstat -nr on QNX4 box
-
do a “ping -c3 192.168.0.1” on 192.168.0.3(the qnx4 box).
-
wait till 3 is timedout, and redo 1) / 2)
Post all the results.
-xtang
here is the before timeout and after of the cat /proc/ipstat for the neutrino
box (the date/time is not set correct btw):
before:’
Ttcpip Jul 9 1999 15:33:06
verbosity level 0
ip checksum errors: 0
udp checksum errors: 0
tcp checksum errors: 0
packets sent: 52
packets received: 201
ndi0 : addr 192.168.0.1 netmask 255.255.255.0 up
lo0 : addr 127.0.0.1 netmask 255.0.0.0 up
DST: 192.168.0.0 NETMASK: 255.255.255.0 GATEWAY: ndi0
DST: 127.0.0.0 NETMASK: 255.0.0.0 GATEWAY: lo0
TCP 0.0.0.0.1143 LISTEN
TCP 0.0.0.0.1142 LISTEN
TCP 0.0.0.0.1024 LISTEN
TCP 0.0.0.0.23 LISTEN
TCP 0.0.0.0.21 LISTEN
’
after:’
Ttcpip Jul 9 1999 15:33:06
verbosity level 0
ip checksum errors: 0
udp checksum errors: 0
tcp checksum errors: 0
packets sent: 52
packets received: 205
ndi0 : addr 192.168.0.1 netmask 255.255.255.0 up
lo0 : addr 127.0.0.1 netmask 255.0.0.0 up
DST: 192.168.0.0 NETMASK: 255.255.255.0 GATEWAY: ndi0
DST: 127.0.0.0 NETMASK: 255.0.0.0 GATEWAY: lo0
TCP 0.0.0.0.1143 LISTEN
TCP 0.0.0.0.1142 LISTEN
TCP 0.0.0.0.1024 LISTEN
TCP 0.0.0.0.23 LISTEN
TCP 0.0.0.0.21 LISTEN
’
netstat -ni before:’
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
en1 1500 0.81.0.80.a6.9c 8 0 6 0 0
en1 1500 192.168 192.168.0.3 8 0 6 0 0
sl0* 296 0 0 0 0 0
sl1* 296 0 0 0 0 0
ppp0* 1500 0 0 0 0 0
ppp1* 1500 0 0 0 0 0
lo0 1536 92 0 92 0 0
lo0 1536 127 127.0.0.1 92 0 92 0 0
’
after:’
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
en1 1500 0.81.0.80.a6.9c 12 0 9 0 0
en1 1500 192.168 192.168.0.3 12 0 9 0 0
sl0* 296 0 0 0 0 0
sl1* 296 0 0 0 0 0
ppp0* 1500 0 0 0 0 0
ppp1* 1500 0 0 0 0 0
lo0 1536 92 0 92 0 0
lo0 1536 127 127.0.0.1 92 0 92 0 0
’
netstat -nr before:’
Routing tables
Destination Gateway Flags Refs Use Interface
Route Tree for Protocol Family 2:
(root node)
127.0.0.1 127.0.0.1 UH 1 8 lo0
192.168 192.168.0.3 U 1 7 en1
(root node)
’
after:’
Routing tables
Destination Gateway Flags Refs Use Interface
Route Tree for Protocol Family 2:
(root node)
127.0.0.1 127.0.0.1 UH 1 8 lo0
192.168 192.168.0.3 U 1 10 en1
(root node)
’
sorry for the long delay, but I was out for lunch and thx for helping.
(I also tried out to put away the nt box (~.0.2) from the network and set the
qnx box to 192.168.0.2. The result was that both remaining machines would
just ping themselves but not see each other. )
ciao !