sounds like the router is OK if you can get out to the internet on one of the PCs
lets start by looking at the other machine connected via a cable to the router (we can worry about wireless one we get all the cable connected machines working)
check firewalls as they may be bloking
post and IPCONFIG /ALL from the server and the pc thats connected by cable but not connects to internet
make sure you label which is which
also on th emachine which is connected by cable and not working also do the ping tests
------------------
Ipconfig on Vista
Vista does not handle permissions the same as XP.
Locate the command prompt short cut in your start menu. Right click it, choose run as administrator, then try the ipconfig.
If you want to always have the command prompt run with elevation
Right-click the command prompt icon, choose Properties
Select the Shortcut tab
Click on Advanced
Check Run as administrator
How To Open Command Prompt From Right Click Menu:
Just hold down your Shift key and right-click anywhere on your desktop, in a folder or on a folder to open Command Prompt. The current location of Command Prompt will depend from where you open it.
------------------------
Post back the results of all the test - clearly labeled which is which
its important to do all the ping tests
1) Ping the default gateway
2) ping google.com by the name
3) ping google using IP address
all details below
ipconfig /all
TWO Methods to do that - some people have problems with ONE----
ONE ---------------------------------
start
run
cmd
ipconfig /all
rightclick in the box
select all
enter
control key + C key - to copy
then reply here and
control key + V to paste
TWO -----------------------------------------------
Start, Run, CMD to open a DOS window and type:
IPCONFIG /ALL >C:\RESULT.TXT
Open C:\RESULT.TXT with Notepad and copy/paste the entire results here.
NEXT lets see if you can get out onto the internet with both names and IP's - its possible the IP number you get back on the first test is different to the one I post {I'm in UK} so use the number you get instead of mine
------------------------------------------------
try ping the name and then the IP see below
start
run
cmd
C:\Documents and Settings\wayne>
ping {the default gateway ipaddress you got above }
C:\Documents and Settings\wayne>
ping google.com Quote:
Pinging google.com [64.233.187.99] with 32 bytes of data:
Reply from 64.233.187.99: bytes=32 time=120ms TTL=243
Reply from 64.233.187.99: bytes=32 time=107ms TTL=243
Reply from 64.233.187.99: bytes=32 time=102ms TTL=243
Reply from 64.233.187.99: bytes=32 time=101ms TTL=243
Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 101ms, Maximum = 120ms, Average = 107ms |
C:\Documents and Settings\wayne>
ping 64.233.187.99 Quote:
Pinging 64.233.187.99 with 32 bytes of data:
Reply from 64.233.187.99: bytes=32 time=116ms TTL=243
Reply from 64.233.187.99: bytes=32 time=113ms TTL=243
Reply from 64.233.187.99: bytes=32 time=113ms TTL=243
Reply from 64.233.187.99: bytes=32 time=111ms TTL=243
Ping statistics for 64.233.187.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 111ms, Maximum = 116ms, Average = 113ms
C:\Documents and Settings\wayne>
|