On 1 Apr 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed)
wrote:
>Kernel IP routing table
>Destination Gateway Genmask Flags Metric Ref Use Iface
>192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
>169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
>0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
OK - local net - reach the world through 192.168.0.1. What happened to the
loopback?
>Active Routes:
>Network Destination Netmask Gateway Interface Metric
> 0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.100 20
> 5.0.0.0 255.0.0.0 5.15.59.145 5.15.59.145 20
> 5.15.59.145 255.255.255.255 127.0.0.1 127.0.0.1 20
> 5.255.255.255 255.255.255.255 5.15.59.145 5.15.59.145 20
OK - where did using 5.0.0.0 come from. That network is not currently
allocated. Please don't pull addresses out of mid-air. There are over
17 million addresses in RFC1918 you could be using for local stuff.
> 192.168.0.0 255.255.255.0 192.168.0.100 192.168.0.100 20
> 192.168.0.100 255.255.255.255 127.0.0.1 127.0.0.1 20
So it looks like two interfaces here (192.168.0.100 and 5.15.59.145) plus
loopback
>Active Routes:
>Network Destination Netmask Gateway Interface Metric
> 0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.105 25
> 5.0.0.0 255.0.0.0 5.15.61.202 5.15.61.202 20
> 5.15.61.202 255.255.255.255 127.0.0.1 127.0.0.1 20
> 5.255.255.255 255.255.255.255 5.15.61.202 5.15.61.202 20
> 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
> 192.168.0.0 255.255.255.0 192.168.0.105 192.168.0.105 25
> 192.168.0.105 255.255.255.255 127.0.0.1 127.0.0.1 25
and two interfaces here (192.168.0.105 and 5.15.61.202) plus the loopback
>Let me know if any more information is needed. Thanks again.
All three systems expect to be able to talk _directly_ to each other
without using an intermediate router. Unless your wireless router is
bridging, this won't be the case. Use a packet sniffer - and try to
ping the other host. Does the Linux box ask for (ARP) the MAC address
of the lapdoggy, and does the _router_ respond with it's MAC but the
IP of the lapdog. Or does no one respond, because the lapdoggy never heard
the ARP. The same would be true from the lapdog - does it ARP and get
a response from the router when trying to talk to the Linux box?
Old guy