Link to home
Start Free TrialLog in
Avatar of NachiPhil
NachiPhil

asked on

What could be blocking my network adapters from getting a DHCP address?

I have a computer that can connect and authenticate to my wireless network, but both wired and wireless cannot get a DHCP address.  I can manually set the IP, but it still will not cannot ping an ip address on the network.  It returns a general failure error when pinging an IP.
Avatar of John
John
Flag of Canada image

Try running TCP/IP Reset to see if fixing the IP stack repairs the issue.

Open cmd.exe with Run as Administrator
Then  netsh int ip reset c:\resetlog.txt
Also, ipconfig /flushdns followed by net stop dnscache followed by net start dnscache
Then restart the computer

Please let use know.
Excellent suggestion above by John.

You may also try:

(1) Turn your PC off.

(2) Reset your router: Turn your router off for a minute and turn it on again.

(3) Turn your PC on.

If the above does not work, try:

(1) Disabling your network adapter and enabling it again.

(2) Updating your drivers: (a) Network adapter and (b) Router firmware.
Avatar of NachiPhil
NachiPhil

ASKER

Did not help.  Further info is that both network adapters work under safe mode with networking.
This means the machine is not well.

Try running System File Checker. Run SFC /SCANNOW from an admin command prompt. Run it twice, restart and test.

Is this Windows 7?  You may need to run a Repair Install. See this Seven Forums tutorial for assistance.

http://www.sevenforums.com/tutorials/3413-repair-install.html
When did the problem start?  A day or two?

If so, please restore your PC to an earlier time.  The best approach is to boot up in safe mode with command prompt and type rstrui.exe to restore.
ASKER CERTIFIED SOLUTION
Avatar of NachiPhil
NachiPhil

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great,  :-)
Fixed my own problem.