On Sat, 27 Sep 2008 10:50:06 -0700 (PDT), "80/20" <(E-Mail Removed)>
wrote:
> <Snipped
>
> ipconfig/all info:
>
>
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\Documents and Settings\Beryl>ipconfig/all
>
> Windows IP Configuration
>
> Host Name . . . . . . . . . . . . : Mary
> Primary Dns Suffix . . . . . . . :
> Node Type . . . . . . . . . . . . : Unknown
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
>
> Ethernet adapter Local Area Connection:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Intel(R) PRO/100 VE
> Network Connection
> Physical Address. . . . . . . . . : 00-11-11-7C-15-EC
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 192.168.0.2
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.0.1
> DHCP Server . . . . . . . . . . . : 192.168.0.1
> DNS Servers . . . . . . . . . . . : 192.168.0.1
> Lease Obtained. . . . . . . . . . : 27 September 2008 11:00:40
> Lease Expires . . . . . . . . . . : 28 September 2008 11:00:40
>
> Any help?
>
> Thanks
> Steve
That all looks perfect - you LAN interface has been assigned everything it
needs to establish IP connections through a WAN gateway whose interface has
an IP address of 192.168.0.1.
Let's try ignoring IE and just testing your IP connection from a cmd box.
This command will test both DNS and routing: ping
www.google.com
This is what I get:
C:\>ping
www.google.com
Pinging
www.l.google.com [216.239.59.147] with 32 bytes of data:
Reply from 216.239.59.147: bytes=32 time=47ms TTL=246
Reply from 216.239.59.147: bytes=32 time=47ms TTL=246
Reply from 216.239.59.147: bytes=32 time=47ms TTL=246
Reply from 216.239.59.147: bytes=32 time=46ms TTL=246
Ping statistics for 216.239.59.147:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 46ms, Maximum = 47ms, Average = 46ms
C:\>
Tony