Re: problems activating wireless device



On Sun, 27 Feb 2005, Stefan Zechmeister wrote:
> NetworkManager: Server replied with 10 DHCP options:
> NetworkManager:         Subnet Mask (1):        255.255.255.0
> NetworkManager:         Router (3):     192.168.1.1
> NetworkManager:         Domain Server (6):      192.168.1.1
> NetworkManager:         MTU Interface (26):     "\uffff"
> NetworkManager:         Broadcast Address (28): 192.168.1.255
> NetworkManager:         Address Time (51):      -1
> NetworkManager:         DHCP Msg Type (53):     5
> NetworkManager:         DHCP Server Id (54):    192.168.1.1
> NetworkManager:         Renewal Time (58):      0
> NetworkManager:         Rebinding Time (59):    0
> NetworkManager:         Your IP Address:        192.168.1.7
> NetworkManager:         DHCP Server Address:    0.0.0.0 (HW=00:09:5B:CC:BF:BA)
> NetworkManager: Lease Time = 4294967295 in DHCP server response.
> NetworkManager: Renewal Time (T1) is missing in DHCP server response. 
> 	Assuming 2147483647s.
> NetworkManager: Rebind Time (T2) is missing in DHCP server response. 
> 	Assuming 3758096383s.

I may need to do some stuff to handle the -1 Address Time (which means 
infinite).  Right now effectively 4294967295s is pretty much infinte (136 years) 
I guess, but I should check the arithmetic and maek sure there aren't any 
signed/unsigned integer issues here.  Jeremy had a problem at FUDCon where NM 
would re-get the lease every 5 minutes, and the rebind/renewal times were 0 
there as well.  Anyway, that's not related to your problem here.

> ------------------------------------------------------------------------------
> [root raphael ~]# ping 192.168.1.1
> PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
> >From 192.168.1.7 icmp_seq=1 Destination Host Unreachable
> >From 192.168.1.7 icmp_seq=2 Destination Host Unreachable
> >From 192.168.1.7 icmp_seq=3 Destination Host Unreachable
> >From 192.168.1.7 icmp_seq=5 Destination Host Unreachable
> >From 192.168.1.7 icmp_seq=6 Destination Host Unreachable
> >From 192.168.1.7 icmp_seq=7 Destination Host Unreachable
> 
> --- 192.168.1.1 ping statistics ---
> 9 packets transmitted, 0 received, +6 errors, 100% packet loss, time 8000ms
> , pipe 4
> ------------------------------------------------------------------------------

Can you do give the output of a few things here?

1) route -n
2) ifconfig ath0
3) ps aux | grep dhclient

Thanks!
Dan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]