if my wireless lan works - i will officially switch

Loptr Chaote loptr.chaote at gmail.com
Sat Nov 6 13:56:36 UTC 2004


On Sat, 6 Nov 2004 14:19:37 +0300, S.Tux <str.tux at gmail.com> wrote:
> 
> route -n output:
> 
> 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
> 10.0.0.0        0.0.0.0         255.0.0.0       U     0      0        0 eth1
> 0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
> 0.0.0.0         10.10.1.1       0.0.0.0         UG    0      0        0 eth1
> 

Actually, things look like it's supposed to. Try to completely down
the two interfaces

sudo ifconfig eth0 down
sudo ifconfig eth1 down

..and then only up the eth0 (wireless)

sudo dhclient eth0
[or by the means you used]

And try pinging your gateway and also your own ip (192.168.0.2).
If this doesn't help, I'm afraid I can be of no further assistance in this case.
However, keeping us posted on any progress would be highly appriciated.

-L.C




More information about the ubuntu-users mailing list