But isn't the DHCP REQUEST first? As far I understand we cast it on 255.255.255.255 so packet goes everywhere, then we receive an IP and send dhcp offer and routing table is afterwards updated? I have such output in sysconfig after wlan0 connects to my wireless: Jun 4 14:46:29 lechup-laptop NetworkManager: Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled. Jun 4 14:46:29 lechup-laptop NetworkManager: Activation (wlan0) Stage 3 of 5 (IP Configure Start) started... Jun 4 14:46:29 lechup-laptop NetworkManager: (wlan0): device state change: 5 -> 7 Jun 4 14:46:29 lechup-laptop NetworkManager: Activation (wlan0) Beginning DHCP transaction. Jun 4 14:46:29 lechup-laptop NetworkManager: Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete. Jun 4 14:46:29 lechup-laptop NetworkManager: DHCP: device wlan0 state changed (null) -> preinit Jun 4 14:46:29 lechup-laptop dhclient: Listening on LPF/wlan0/00:1b:77:b3:10:5d Jun 4 14:46:29 lechup-laptop dhclient: Sending on LPF/wlan0/00:1b:77:b3:10:5d Jun 4 14:46:29 lechup-laptop avahi-daemon[4363]: Registering new address record for fe80::21b:77ff:feb3:105d on wlan0.*. Jun 4 14:46:33 lechup-laptop dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5 Jun 4 14:46:33 lechup-laptop dhclient: DHCPREQUEST of 192.168.1.79 on wlan0 to 255.255.255.255 port 67 Jun 4 14:46:33 lechup-laptop NetworkManager: DHCP: device wlan0 state changed preinit -> bound Jun 4 14:46:33 lechup-laptop NetworkManager: Activation (wlan0) Stage 4 of 5 (IP Configure Get) scheduled... Jun 4 14:46:33 lechup-laptop NetworkManager: Activation (wlan0) Stage 4 of 5 (IP Configure Get) started... Jun 4 14:46:33 lechup-laptop NetworkManager: Activation (wlan0) Stage 5 of 5 (IP Configure Commit) scheduled... Jun 4 14:46:33 lechup-laptop NetworkManager: Activation (wlan0) Stage 4 of 5 (IP Configure Get) complete. Jun 4 14:46:33 lechup-laptop NetworkManager: Activation (wlan0) Stage 5 of 5 (IP Configure Commit) started... Jun 4 14:46:33 lechup-laptop avahi-daemon[4363]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.79. Jun 4 14:46:33 lechup-laptop avahi-daemon[4363]: New relevant interface wlan0.IPv4 for mDNS. Jun 4 14:46:33 lechup-laptop avahi-daemon[4363]: Registering new address record for 192.168.1.79 on wlan0.IPv4. Jun 4 14:46:34 lechup-laptop NetworkManager: (wlan0): writing resolv.conf to /sbin/resolvconf Jun 4 14:46:35 lechup-laptop NetworkManager: (wlan0): device state change: 7 -> 8 Jun 4 14:46:35 lechup-laptop NetworkManager: (wlan0): writing resolv.conf to /sbin/resolvconf Jun 4 14:46:35 lechup-laptop NetworkManager: Policy set 'Auto Czuchnowskiego 12' (wlan0) as default for routing and DNS. The last step is to set the routing table and DNS. PS: After doing sudo route add default gw 192.168.1.1 I get an error, SIOCADDRT: No such process And nothing more happens?! Pozdrawiam Leszek PiÄ…tek jr 2009/6/3 jonj