<<snipped>>
AzDesertRat_53 said:
3. I just did the 'ipconfig /all' and it came back with:
Windows IP Configuration:
Primary Dns Suffix= blank
Node Type= unknown
IP Routing Enabled=NO
WINS Proxy Enabled= NO
DNS Suffix Search list=domain
Now then the next part of the file lists the Ethernet Adapter, the
correct
IP Address, Subnet Mask address, Physical Address, and Dhcp Enabled=yes
re:
do you have nic icon in systray ? click on it - any network traffic ?
Does event log show anything ?
re: "the correct IP address" :
so as you change ports, the IP address changes ? ( just checking not fixed
and conflicting)
Plug this bad Pc into port one of router
open internet browser and type
192.168.1.1 hit 'enter'
Now see router menu ? prompt ?
Great - you're making it down the wire:not a hardware problem.and now can
see settings. That will vary by router.
Exit router power off
Unplug all other pc from router
off/on with just this pc - internet OK ?
See no menu ?
You say you wiped PC and problem follows PC.
Look at device manager any " !" 's on devices - or any 'OTHER" items
listed ?
IRQ conflicts ?
BIOS settings ?
==================
Compare bad PC info to one of your "good PC's".
I'll show you mine and explanations
==================
Do ipconfig /all " ( no quotes) on 2 of your PC's and compare good pc to
bad pc . You said you have router so all IP address should start with
192.168.x.y if you chose default. ( Note: I have things disabled I do
not need so if mine is different just note it in reply. Also your ISP may
vary but just compare your 2 pc's for differences). using Google to find
network troubleshooting tips, on good pc: compare to bad pc :
Good PC
start-run-cmd
type
Ping
www.yahoo.com
note the address numbers returned
lets say numbers = 44.55.66.77 for now
now do it on bad pc
if it fails
now
ping 44.55.66.77.
If THAT works its a DNS issue , etc
.... go to next step in troubleshooting...
With my network "working"
here's what I see when I type
ipconfig /all:
========
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Bobb>ipconfig /all
Windows IP Configuration
Host Name . . : amd < My PC name
Primary Dns Suffix . :
Node Type . : Unknown
IP Routing Enabled. . : No
WINS Proxy Enabled. . : No
DNS Suffix Search List.: hsd1.comcast.net
**** THIS is the stuff that matters *****
with comments below after the " < "
Dhcp Enabled.: Yes < Router has a range of addresses and assigns until
all gone. PC uses "whatever address I'm given" . If not YES then YOU
assign a fixed address.
Autoconfiguration Enabled . . . . : Yes
IP Address. : 192.168.1.100
< Router has an address range and each port gets a number. The port I'm
plugged into right now is assigned .100
If you have a router it should start with 192.168. there are 2 parts -
one side is connected to internet and local side has no connection to
internet >
Subnet Mask : 255.255.255.0
<255 means "ignore" so only last group is what will vary >
Default Gateway : 192.168.1.1
<THIS is how MY router get to the network - VIA this router address this
is the part that will "forward your call to the internet">
DHCP Server : 192.168.1.1
< Router /server usually end in .1 and use the rest of the range to assign
address >
DNS Servers .: 68.87.71.226
68.87.73.242
Lease Obtained.. : Thursday, July 17, 2008
Lease Expires . : Saturday, July 19, 2008
<
These are the addresses assigned to the machines that will translate "
www.website.com " into 64.32.45.1 - the REAL address of " website" right
now.
DNS ? = Domain Name translating - server has a table where
www.yahoo.com
gets turned into a number. There are only so many numbers in "a range"
and servers might change so as time goes by or servers come online /
offline, you will get a new lease >
Also lots of help sites out there - like
http://www.homenethelp.com/web/explain/index.asp
from good pc