Search : in
By :

Internet

Last answer on Feb 23, 2009 9:52:57 pm GMT Grant, on Feb 23, 2009 6:08:53 pm GMT 
 Report this message to moderators

Hi, everytime i load my pc it lets me sign in on msn but when i load the internet it says cannot display the web page and it does that for all sites, it is a windons xp ive had it for about 2 years and i dont know what to do does anyone have any ideas?
but it does let my moms laptop connect to the internet on the connection which i thought was strange can anyone please help?
thankyou

Configuration: Windows Vista
Internet Explorer 7.0

Best answers for « internet » in :
Sharing an Internet connection Show Advantages If you have a local area network (two or more computers connected in a network) with one computer connected to the Internet (via a modem, using a cable, etc.), it may be useful to make the connection accessible to the other computers on...
MIME (Multipurpose Internet Mail Extensions) Show Introduction to MIME MIME (Multipurpose Internet Mail Extensions) is a standard which was proposed by Bell Communications in 1991 in order to expand upon the limited capabilities of email, and in particular to allow documents (such as images,...
How to capture streaming videos from the Internet ShowHow to capture streaming videos from the Internet Download-helper Websites Firefox extension Commercial softwares Info Many websites like YouTube use a Flash Video format that enables highly-compressed streaming video to effectively...
LAN, Internet connection: choosing your router ShowLAN,Internet connection:Choosing your Router Intro Case 1 Case 2 Case 3 Options and features to consider Standards required for a WiFi router New Standards Intro A router comes in the shape of a box connected to your computer....
How to Limit internet access to users? ShowHow to Limit internet access to users? Why restrict access to the Internet in the business? Monitor employees or limit access to the Internet? Limiting access to the internet: Defining a code of conduct Modes of regulation of Internet...
Sharing an Internet connection in Windows XP ShowAdvantages If you have a local area network (two or more computers connected in a network) with one computer connected to the Internet (via a modem, using a cable, etc.), it may be useful to make the Internet accessible to the other computers on...
Sharing an Internet connection ShowAdvantagesIf you have a LAN (two computers or more connected in a network), of which one is connected to the Internet (via a DSL modem, cable, etc.), it may be worthwhile to make the Internet accessible to the other computers on the LAN by installing...
ISP - Internet service providers ShowWhat does ISP mean? ISP literally means Internet service provider or provider. It is a service (most of the time paid for) which allows you to connect to the Internet. Why use an ISP? Unless you have a specialised line (other than a telephone...

1

 xpcman, on Feb 23, 2009 9:52:57 pm GMT

You may have a DHCP problem - DHCP gets the IP address from the router - to test this assumption you can enter the following address for Google http://74.125.95.99/ in your browser. If the browser does in fact connect to Google you can use the following steps to help resolve the problem. I have had mixed results with these tools and can't guarantee anything:

the first thing to check is NetBIOS over TCP/IP

>> Open up network connections (In Control Panel)
>> Right click on your network (Your wireless connection)
>> Click Properties
>> In the “General” tab click “Internet protocol” (TCP/IP)
>> Click “Properies”
>> Click “Advanced”
>> Click the “WINS” tab
>> Click the Enable NetBIOS Over TCP/IP button (This is NOT the default option)

The next item to check is the DHCP service itself:

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.

Reply to xpcman