Can't Navigate My LAN Or Ping

Mark Kirkwood markir at paradise.net.nz
Sat Dec 6 23:53:14 UTC 2008


Leonard Chatagnier wrote:
>
> Think I've done that before but here it is again.
> But you may have to interpret it as it looks like
> it says 192.168.1.254 that it always has been.
> lchata at ubuntu:~$ netstat -Frn
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
> 192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
> 192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 wlan0
> 169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 wlan0
> 0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0 wlan0
> 0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0 eth0
> lchata at ubuntu:~$
>
>   

Immediately after posting I noticed that both your wired (eth0) and 
wireless (wlan0) interfaces are using the 192.168.1.0 network. This 
strikes me as a likely source of problems.

Here is the equivalent output from my Ubtuntu laptop:

[markir at zul:~]$ netstat -Frn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt 
Iface
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 
wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 
wlan0
0.0.0.0         192.168.1.1     0.0.0.0         UG        0 0          0 
wlan0

i.e no eth0 - if I  specifically list  lwan0 and eth0 setup, I see that 
eth0 is unconfigured (as it should be...):

 [markir at zul:~]$ ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:1b:fc:38:52:c8 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:219 Base address:0x6000

[markir at zul:~]$ ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr 00:1b:77:10:2e:af 
          inet addr:192.168.1.14  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21b:77ff:fe10:2eaf/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:191 errors:0 dropped:0 overruns:0 frame:0
          TX packets:167 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:37546 (37.5 KB)  TX bytes:32908 (32.9 KB)


It might be worthwhile to post the output of these commands from your 
'ubuntu' host.

Cheers

Mark





More information about the ubuntu-users mailing list