Cannot browse - ftp ok, email ok, ping ok
Solved/Closed
Related:
- Cannot browse - ftp ok, email ok, ping ok
- Cannot ping computer on same network - Guide
- Pc has internet but cannot browse - Guide
- No email no password - Guide
- Ping to file - Guide
- Ftp models - Guide
6 responses
Hi All,
Had the same problem... Firefox seemed to work, not Chrome nor IE.
In IE I went under Tools->Internet Options->Connections Tab->Lan Settings
Removed check mark next to Use a proxy server...
Put check mark next to Automatic ...
Regards
Johnny A. Escherich
rsskataloget.dk
Danske RSS Feeds
Had the same problem... Firefox seemed to work, not Chrome nor IE.
In IE I went under Tools->Internet Options->Connections Tab->Lan Settings
Removed check mark next to Use a proxy server...
Put check mark next to Automatic ...
Regards
Johnny A. Escherich
rsskataloget.dk
Danske RSS Feeds
xpcman
Posts
19530
Registration date
Wednesday October 8, 2008
Status
Contributor
Last seen
June 15, 2019
1,825
Oct 14, 2008 at 03:50 PM
Oct 14, 2008 at 03:50 PM
Here are a few more things you can try. They might help :)
click on start, run, enter 'services.msc'
look for DHCP client....
if it says acquiring network address that means that the dhcp client is DISABLED OR STOPTED... highlight the DHCP client and on the left side you will see "START" the service, click on it and then it will say "STOP, RESTART" then double click on the service and on the startup type select automatic, apply
Symptom
DHCP Client Service may not start automatically. When you attempt to start the Service manually, the following error may be displayed:
Error: Could not start the DHCP Client Service on local computer
Error 1068: The dependency service or group failed to start.
Resolution
The DHCP Client Service in Windows XP, depends on these three components:
* AFD
* NetBios over Tcpip
* TCP/IP Protocol Driver
If one of the above drivers fail to start, then the DHCP Client Service may not start.
Step I - Make sure that the three driver files are present
Open Windows Explorer and navigate to /Windir/System32Drivers folder. Make sure that the following files are present in the folder:
* afd.sys
* tcpip.sys
* netbt.sys
If one or more of the above driver files are missing, extract them from the Windows XP CD-ROM or from the ServicePackFilesi386 folder, whichever is the latest version.
Step II - Verify the number of Dependencies
From other sources in the Web, I've found that some versions of Norton Antivirus (NAV) adds an entry to the DHCP Service Dependencies, and removing NAV does not remove the appropriate value from the DHCP Dependencies.
To quickly determine the Dependency services for DHCP Client Service, type the following command in Start, Run dialog:
CMD /K SC QC DHCP
Verify the output. It should be exactly as below:
[SC] GetServiceConfig SUCCESS
SERVICE_NAME: dhcp
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:WINDOWSsystem32svchost.exe -k netsvcs
LOAD_ORDER_GROUP : TDI
TAG : 0
DISPLAY_NAME : DHCP Client
DEPENDENCIES : Tcpip
: Afd
: NetBT
SERVICE_START_NAME : LocalSystem
If additional entries are listed under DEPENDENCIES...
If any other additional drivers or Services are mentioned in the DEPENDENCIES section, you need to remove them via the registry. Follow these steps:
* Click Start, Run and type Regedit.exe
* Navigate to the following branch:
* Backup the branch to a REG file
HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services Dhcp
* Double-click DependOnService MULTI_SZ value and set it's data as follows:
Tcpip
Afd
NetBT
* Close Regedit.exe
Step III - Verify that the Dependency Service / components are running
Next step is to verify that the three dependency components are running. As the three components are actually the Kernel Drivers (Driver Service), you need to manage then via the Device Manager. Follow these steps:
* Click Start, Run and type DEVMGMT.MSC
* In the View menu, click Show hidden devices
* Double-click Non-Plug and Play drivers section
* Double-click the entry - AFD Networking Support Environment, and click the Driver tab
* Set the Startup type to System.
* Start the service. Note down the error message if any.
* Similarly start the two other drivers namely:
* TCP/IP Protocol Driver
* NetBios over Tcpip
* Close Device Manager and restart Windows.
click on start, run, enter 'services.msc'
look for DHCP client....
if it says acquiring network address that means that the dhcp client is DISABLED OR STOPTED... highlight the DHCP client and on the left side you will see "START" the service, click on it and then it will say "STOP, RESTART" then double click on the service and on the startup type select automatic, apply
Symptom
DHCP Client Service may not start automatically. When you attempt to start the Service manually, the following error may be displayed:
Error: Could not start the DHCP Client Service on local computer
Error 1068: The dependency service or group failed to start.
Resolution
The DHCP Client Service in Windows XP, depends on these three components:
* AFD
* NetBios over Tcpip
* TCP/IP Protocol Driver
If one of the above drivers fail to start, then the DHCP Client Service may not start.
Step I - Make sure that the three driver files are present
Open Windows Explorer and navigate to /Windir/System32Drivers folder. Make sure that the following files are present in the folder:
* afd.sys
* tcpip.sys
* netbt.sys
If one or more of the above driver files are missing, extract them from the Windows XP CD-ROM or from the ServicePackFilesi386 folder, whichever is the latest version.
Step II - Verify the number of Dependencies
From other sources in the Web, I've found that some versions of Norton Antivirus (NAV) adds an entry to the DHCP Service Dependencies, and removing NAV does not remove the appropriate value from the DHCP Dependencies.
To quickly determine the Dependency services for DHCP Client Service, type the following command in Start, Run dialog:
CMD /K SC QC DHCP
Verify the output. It should be exactly as below:
[SC] GetServiceConfig SUCCESS
SERVICE_NAME: dhcp
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:WINDOWSsystem32svchost.exe -k netsvcs
LOAD_ORDER_GROUP : TDI
TAG : 0
DISPLAY_NAME : DHCP Client
DEPENDENCIES : Tcpip
: Afd
: NetBT
SERVICE_START_NAME : LocalSystem
If additional entries are listed under DEPENDENCIES...
If any other additional drivers or Services are mentioned in the DEPENDENCIES section, you need to remove them via the registry. Follow these steps:
* Click Start, Run and type Regedit.exe
* Navigate to the following branch:
* Backup the branch to a REG file
HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services Dhcp
* Double-click DependOnService MULTI_SZ value and set it's data as follows:
Tcpip
Afd
NetBT
* Close Regedit.exe
Step III - Verify that the Dependency Service / components are running
Next step is to verify that the three dependency components are running. As the three components are actually the Kernel Drivers (Driver Service), you need to manage then via the Device Manager. Follow these steps:
* Click Start, Run and type DEVMGMT.MSC
* In the View menu, click Show hidden devices
* Double-click Non-Plug and Play drivers section
* Double-click the entry - AFD Networking Support Environment, and click the Driver tab
* Set the Startup type to System.
* Start the service. Note down the error message if any.
* Similarly start the two other drivers namely:
* TCP/IP Protocol Driver
* NetBios over Tcpip
* Close Device Manager and restart Windows.
i am facing same issue ..
i followed your steps ... no go
all 3 services were running perfectly
wht to no next...
i downgraded to ie6 from ie7
it worked for 1 day with firefox - again same issue
iam able to open web sites from windows explorer but not from internet explorer..
thnx for ur help...
regards,
Akmal
i followed your steps ... no go
all 3 services were running perfectly
wht to no next...
i downgraded to ie6 from ie7
it worked for 1 day with firefox - again same issue
iam able to open web sites from windows explorer but not from internet explorer..
thnx for ur help...
regards,
Akmal
I had the exact saem problem, non DNS internet burn-down. I could do windows updates and ping through everything just fine but Mozilla, IE, and Chrome all reported no connectivity. Try reseting your tubes:
netsh winsock reset
^ run that command in either run box or command line (should work either way). It may want you to reboot afterwards, but this will get you going. maybe.
netsh winsock reset
^ run that command in either run box or command line (should work either way). It may want you to reboot afterwards, but this will get you going. maybe.
if u have tried all things then u try this for once
start> control panel> admin. tools> and dns
stop dns service and restart ur system
and check if the net is working.
start> control panel> admin. tools> and dns
stop dns service and restart ur system
and check if the net is working.
I had this problem. It turns out that I had blocked an AVG program with Zonealarm.
I think it was "AVG Network Scanner Service"
Unblocking it fixed it right away.
I think it was "AVG Network Scanner Service"
Unblocking it fixed it right away.
Didn't find the answer you are looking for?
Ask a question
I had a similar problem
I was able to get back to browsing on IE and Mozilla Firefox by turning off AVG's Link Scanner
I have not determined how to browse with the link scanner on
I was able to get back to browsing on IE and Mozilla Firefox by turning off AVG's Link Scanner
I have not determined how to browse with the link scanner on
Jun 23, 2009 at 04:12 AM
Dec 5, 2009 at 02:49 PM
Feb 22, 2010 at 01:05 PM
Apr 29, 2010 at 01:44 PM
Jul 27, 2010 at 11:19 AM