The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
[Tech Help] Normally I'd charge $150 an hour for this kind of shit.
TTODewbackPuts the drawl in ya'llI think I'm in HellRegistered Userregular
Is there a way to clear out what the NIC card tries to use as a preferred address when it has problems communicating with a DHCP server? This is on a Windows Vista machine. Help would be most appreciated.
Goto the TCP/IP properties, as if you were going to assign it a static IP. Select the Alternate Configuration tab. Fill in radio button next to "User configured" and then put in the parameters you want to go in effect.
I think that's supposed to do what you want, but right now I cannot take down my DHCP server just to test it out.
I assume you're talking about the APIPA scheme (169.254.0.0 to 169.254.255.254) used when you can't contact a DHCP server. If so,
ipconfig /release
ipconfig /renew
That will make you re-broadcast a DHCP discover message and should get you on the road to internet access again.
Krikee on
0
TTODewbackPuts the drawl in ya'llI think I'm in HellRegistered Userregular
edited November 2009
Thanks for the help. It was mainly just for experimentation purposes while I was having some issues at work messing around with our guest wireless. The main problem in the end was that the DCHP server we use for it ran out of leases.
But it was a little quirk I was always curious about regardless.
Posts
I think that's supposed to do what you want, but right now I cannot take down my DHCP server just to test it out.
ipconfig /release
ipconfig /renew
That will make you re-broadcast a DHCP discover message and should get you on the road to internet access again.
But it was a little quirk I was always curious about regardless.