1
My laptop is a Toshiba Satellite Pro with French Win XP SP3 with all current updates; Toshiba includes a software Tool "ConfigFree" for quick change of Network parameters.
Until ~December it worked fine, DHCP in more than 3 different networks (wired networds in 2 universities and at home, as well as some WLANs) always acquired an IP address properly; I didn't need to change any Network parameters. Roughly since I've moved to a new flat (where a new DSL modem & router were installed), I'm having a weird problem (which might just happen to coincide with the move).
After a reboot, the machine always acquires an DHCP address correctly. But if I put it into standby while I'm in Lab A and take it either home or to Lab B, it fails to switch over to the new network. That means, the laptop sends DHCPDISCOVER, the DHCP server sends DHCPOFFER but never receives an DHCPREQUEST from the laptop. The laptop seems to be deaf to the response from the server and keeps trying for a while before assigning itself a useless 168.x.x.x address. "Repairing" the connection doesn't work, neither does ipconfig /renew. Disactivating/Reactivating the network card does not help. A reboot DOES help, but I would like to understand what's wrong so I can fix it.
The same problem occurs in different networks that I was able to connect to successfully (without reboot) until a few months ago, but I don't recollect changing anything on my machine, apart from allowing semi-automatic software updates (Windows etc.). I've analyzed it systematically only for wired ethernet connections, but I have seen the same problem happening for a VPN tunnel (FortiClient) and wireless connections.
When the DHCP has failed, I can manually (or using the FreeConfig tool, see above) switch to a static IP (if I happen to know what range to pick from); I've successfully used this workaround for a while now since it avoids rebooting. I can later go back to Standby, go back to Lab A (where the laptop was initially booted), switch back to DHCP without problems.
Update
I reflashed the BIOS even though I'm quite sure it was up to date, then reinstalled & updated the network drivers (network card & wireless). I reset TCP/IP using netsh int ip reset c:\resetlog.txt
and Winsock using netsh winsock reset
as suggested in this SU post. The former command removed some integration with my Firewall/VPNClient/Antivirus solution FortiClient, so I had to reinstall that to get IPSEC VPN working again. After all this, the problem seems to have gone down - DHCP now works on first reconnect after standby.
If I disconnect / reconnect the network cable at home (or switch off the wireless transmission and then back on) the corresponding device shows the same old symptoms (no DHCP) again, even if it had just worked the first time some seconds ago. Reinstalling the network driver gives me another shot at acquiring an IP ;-).
After some more playing around, I realized that this remaining problem actually seems to be caused by the Firewall in FortiClient - deactivating it temporarily resolves the issue. So I guess I will contact the company Fortinet to see what they have to say about this...
The BIOS is up to date, I reinstalled&updated the network drivers (network card & wireless). I reset TCP/IP using
netsh int ip reset c:\resetlog.txt
and Winsock usingnetsh winsock reset
as suggested in [http://superuser.com/questions/181492/why-is-my-desktop-pc-unable-to-get-an-ip-address-from-the-router]. The former removed some integration with FortiClient, so I had to reinstall that to get IPSEC VPN working again. After all this, the problem seems to have gone down - DHCP works on first reconnect after standby. Turns out residual issues are caused by the Firewall after all :-/. – Jonas Heidelberg – 2011-04-07T00:11:14.073I'm not sure if your answer (reinstalling drivers) really solved the issue, but I'll accept it anyhow since it definitely got better ;-). The rest I'll try to get Fortinet to help with... – Jonas Heidelberg – 2011-04-07T00:23:29.660
Happy to be of assistance even if it was only a finger point in a general direction... ;) – music2myear – 2011-04-07T15:37:15.930