[Gllug] wicd manager

damion.yates at gmail.com damion.yates at gmail.com
Wed Oct 21 01:02:45 UTC 2009


On Tue, 20 Oct 2009, lucypeters at mail.com wrote:

> eth1      Link encap:Ethernet  HWaddr 00:0e:35:1e:de:f8  

There'll be databases showing what device matches this Mac to confirm
it's your wifi interface.  I'll assume you've not plugged in the wired
cable and when you do it's eth0

>  /sbin/ifconfig -a
> eth1      Link encap:Ethernet  HWaddr 00:0e:35:1e:de:f8  

Only one interface?  No lo (loopback)
 
>  netstat -nr
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
> 192.168.0.0     0.0.0.0         255.255.255.0   U         0 0          0 eth1
> 169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 pan0
> 0.0.0.0         192.168.0.1     0.0.0.0         UG        0 0          0 eth1
> 0.0.0.0         0.0.0.0         0.0.0.0         U         0 0          0 pan0

Hopefully pan (bluetooth networking) isn't messing things up here.
 
> ping -n 192.168.0.1
> PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
> 64 bytes from 192.168.0.1: icmp_seq=1 ttl=127 time=5.00 ms
> 64 bytes from 192.168.0.1: icmp_seq=2 ttl=127 time=1.48 ms
> 64 bytes from 192.168.0.1: icmp_seq=3 ttl=127 time=1.33 ms

Excellent.  Your machine is successfully connecting outside itself over
wifi.

> tcpdump eth1
> tcpdump: no suitable device found

My mistake it's -i for interface.  Of course this is less useful as we
see your ping gets to the gateway.
 
> cat /etc/resolv.conf
> nameserver 192.168.0.1
 
Okay that's what dhcp decided.
 
> traceroute -n 80.87.128.36
> traceroute to 80.87.128.36 (80.87.128.36), 30 hops max, 60 byte packets
>  1  192.168.0.1  1.314 ms  3.727 ms  3.729 ms
>  2  * * *
>  3  * * *

Right this is less good, your router isn't letting you connect out.

> telnet www.google.com 80
> telnet: could not resolve www.google.com/80: Name or service not known

I think DNS is failing on the router as it can reach out.

By router I mean wifi router, I should say access point.  I think I have
an idea.  Your traceroute before showed: 

 1  10.219.60.1
(10.219.60.1)  26.547 ms  26.505 ms  26.445 ms

Which is a completely different rfc1918 range.  So I am guessing you're
plugging in to your cable router which is doing valid dhcp and dns etc.
When wireless you're using something that doesn't.

Is the wifi access point separate to the cable router?  If so can you
disable dhcp on it?  I assume it's plugged in to the cable router?  If
it's the same device, are there configuration options separately on the
wifi side?  Can any other device, mobile phone/psp even mac/win machines
use wifi successfully?

Damion
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list