Here are a couple steps you can take to check to see where the problem is:
#1) check for a link light on both ends
No light on either side - Bad wire? Bad NIC? Is the drive for the NIC installed?
Light on one end and not the other - Usually a bad cable, could be a bad NIC, basically device 1 is transmitting and device 2 is recieving (one light) but device 1 isn't recieving a signal from device 2 (no light) usually a broken wire or lose connection but sometimes is a bad RJ45 port.
#2) Local IP number:
Ok, you got links, so they are talking. Lets see what the problem is:
For Win9x machines you would START > RUN > WINIPCFG
For WinNT,2K,XP you would START > RUN > CMD
at the prompt you would type:
>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : pc140-brian
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI For Complete PC Management NIC (3C905C-TX)
Physical Address. . . . . . . . . : 00-04-FF-FF-FF-FF
Dhcp Enabled. . . . . . . . . . . : Yes
IP Address. . . . . . . . . . . . : 192.2.2.7
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.2.2.10
DNS Servers . . . . . . . . . . . : 192.2.2.10
Ok, first make sure that DHCP enabled is set to
Yes, or you won't get an IP issued to you unless you have it statically set, which if you are plugging into a router or AP then you don't want to statically set it.
What is the Number you see next to IP Address? write it down.
Step #3: DHCP
type:
> ipconfig /release {enter}
(the IP address should display as 0.0.0.0)
> ipconfig /renew {enter}
If the IP address goes back to the number you had written down then this part looks like DHCP is working fine
If the IP address is set to 169.
x.x.x, usually means it's not getting an IP from a DHCP server and the network will not work.
Step #4: DNS
type:
> ping 216.109.117.110
it should repsond "Pinging 216.109.117.110 with 32 bytes of data:"
if that works try typing:
> ping
http://www.yahoo.com
it should respond "Pinging
http://www.yahoo.
something.something blah blah blah"
If both work then your problem isn't with basic connectivivty. If the first works and the second fails, then you are able to 'talk' to the outside world, but DNS isn't working. If neither ping works then you are not talking to the outside world and I would suggest posting your results of the above steps so that people on the boards can help you find out where the problem is.
I hope this helps, let us know one way or the other
