Networking Forums

Networking Forums > Computer Networking > Windows Networking > Client Internet access

Reply
Thread Tools Display Modes

Client Internet access

 
 
Nick
Guest
Posts: n/a

 
      03-20-2007, 05:00 PM
I have a server with 2003 standard edition R2 there is internet access on it
and works fine. But any clients that are connected via hardline or wireless
are not able to get to any web sites. I tried to ping from client to server
internet NIC card and can not reach that. Intranet NIC I can ping with
response. this is a new server and at a loss as to where to check.
Here is a paste of the ipconfig /all on the server

Windows IP Configuration

Host Name . . . . . . . . . . . . : diserver
Primary Dns Suffix . . . . . . . : di.local
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : di.local
wildblue.com

Ethernet adapter D & I Local:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter
Physical Address. . . . . . . . . : 00-19-21-47-B6-6D
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.40.60
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.40.60
DNS Servers . . . . . . . . . . . : 192.168.40.60
NetBIOS over Tcpip. . . . . . . . : Disabled

Ethernet adapter Internet :

Connection-specific DNS Suffix . : wildblue.com
Description . . . . . . . . . . . : Realtek RTL8169 Gigabit Ethernet Adapt
#2
Physical Address. . . . . . . . . : 00-E0-4C-77-56-76
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 75.104.0.37
Subnet Mask . . . . . . . . . . . : 255.255.252.0
Default Gateway . . . . . . . . . : 75.104.0.1
DHCP Server . . . . . . . . . . . : 10.246.40.14
DNS Servers . . . . . . . . . . . : 12.175.230.61
Primary WINS Server . . . . . . . : 127.0.0.1
Lease Obtained. . . . . . . . . . : Tuesday, March 20, 2007 10:14:24 AM
Lease Expires . . . . . . . . . . : Tuesday, March 20, 2007 10:14:24 PM

C:\Documents and Settings\Administrator.DISERVER>
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      03-21-2007, 03:52 AM
You cannot access the Internet directly from a private LAN. Traffic to
or from IP addresses which are reserved for private use (which includes the
192.168.x.y set) is dropped by Internet routers. To allow Internet access
for the private LAN you will need to cofigure the server as a NAT router, so
that all traffic going to the Internet uses the server's public IP address.

"Nick" <(E-Mail Removed)> wrote in message
news:9452A0A5-7A64-48AA-ABC5-(E-Mail Removed)...
>I have a server with 2003 standard edition R2 there is internet access on
>it
> and works fine. But any clients that are connected via hardline or
> wireless
> are not able to get to any web sites. I tried to ping from client to
> server
> internet NIC card and can not reach that. Intranet NIC I can ping with
> response. this is a new server and at a loss as to where to check.
> Here is a paste of the ipconfig /all on the server
>
> Windows IP Configuration
>
> Host Name . . . . . . . . . . . . : diserver
> Primary Dns Suffix . . . . . . . : di.local
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : Yes
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : di.local
> wildblue.com
>
> Ethernet adapter D & I Local:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter
> Physical Address. . . . . . . . . : 00-19-21-47-B6-6D
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 192.168.40.60
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.40.60
> DNS Servers . . . . . . . . . . . : 192.168.40.60
> NetBIOS over Tcpip. . . . . . . . : Disabled
>
> Ethernet adapter Internet :
>
> Connection-specific DNS Suffix . : wildblue.com
> Description . . . . . . . . . . . : Realtek RTL8169 Gigabit Ethernet
> Adapt
> #2
> Physical Address. . . . . . . . . : 00-E0-4C-77-56-76
> DHCP Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 75.104.0.37
> Subnet Mask . . . . . . . . . . . : 255.255.252.0
> Default Gateway . . . . . . . . . : 75.104.0.1
> DHCP Server . . . . . . . . . . . : 10.246.40.14
> DNS Servers . . . . . . . . . . . : 12.175.230.61
> Primary WINS Server . . . . . . . : 127.0.0.1
> Lease Obtained. . . . . . . . . . : Tuesday, March 20, 2007 10:14:24 AM
> Lease Expires . . . . . . . . . . : Tuesday, March 20, 2007 10:14:24 PM
>
> C:\Documents and Settings\Administrator.DISERVER>



 
Reply With Quote
 
Nick
Guest
Posts: n/a

 
      03-21-2007, 02:14 PM
Thanks Bill I actually found it in the routing it was set to public and once
it was set to private it all worked.


"Bill Grant" wrote:

> You cannot access the Internet directly from a private LAN. Traffic to
> or from IP addresses which are reserved for private use (which includes the
> 192.168.x.y set) is dropped by Internet routers. To allow Internet access
> for the private LAN you will need to cofigure the server as a NAT router, so
> that all traffic going to the Internet uses the server's public IP address.
>
> "Nick" <(E-Mail Removed)> wrote in message
> news:9452A0A5-7A64-48AA-ABC5-(E-Mail Removed)...
> >I have a server with 2003 standard edition R2 there is internet access on
> >it
> > and works fine. But any clients that are connected via hardline or
> > wireless
> > are not able to get to any web sites. I tried to ping from client to
> > server
> > internet NIC card and can not reach that. Intranet NIC I can ping with
> > response. this is a new server and at a loss as to where to check.
> > Here is a paste of the ipconfig /all on the server
> >
> > Windows IP Configuration
> >
> > Host Name . . . . . . . . . . . . : diserver
> > Primary Dns Suffix . . . . . . . : di.local
> > Node Type . . . . . . . . . . . . : Hybrid
> > IP Routing Enabled. . . . . . . . : Yes
> > WINS Proxy Enabled. . . . . . . . : No
> > DNS Suffix Search List. . . . . . : di.local
> > wildblue.com
> >
> > Ethernet adapter D & I Local:
> >
> > Connection-specific DNS Suffix . :
> > Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter
> > Physical Address. . . . . . . . . : 00-19-21-47-B6-6D
> > DHCP Enabled. . . . . . . . . . . : No
> > IP Address. . . . . . . . . . . . : 192.168.40.60
> > Subnet Mask . . . . . . . . . . . : 255.255.255.0
> > Default Gateway . . . . . . . . . : 192.168.40.60
> > DNS Servers . . . . . . . . . . . : 192.168.40.60
> > NetBIOS over Tcpip. . . . . . . . : Disabled
> >
> > Ethernet adapter Internet :
> >
> > Connection-specific DNS Suffix . : wildblue.com
> > Description . . . . . . . . . . . : Realtek RTL8169 Gigabit Ethernet
> > Adapt
> > #2
> > Physical Address. . . . . . . . . : 00-E0-4C-77-56-76
> > DHCP Enabled. . . . . . . . . . . : Yes
> > Autoconfiguration Enabled . . . . : Yes
> > IP Address. . . . . . . . . . . . : 75.104.0.37
> > Subnet Mask . . . . . . . . . . . : 255.255.252.0
> > Default Gateway . . . . . . . . . : 75.104.0.1
> > DHCP Server . . . . . . . . . . . : 10.246.40.14
> > DNS Servers . . . . . . . . . . . : 12.175.230.61
> > Primary WINS Server . . . . . . . : 127.0.0.1
> > Lease Obtained. . . . . . . . . . : Tuesday, March 20, 2007 10:14:24 AM
> > Lease Expires . . . . . . . . . . : Tuesday, March 20, 2007 10:14:24 PM
> >
> > C:\Documents and Settings\Administrator.DISERVER>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Client computers cannot access internet through host pc Shawn Windows Networking 2 05-20-2007 11:23 PM
Client computer can't access the internet Loring Hutchinson Windows Networking 5 01-10-2006 04:57 PM
XP Client cannot access internet through WS 2003 with NAT =?Utf-8?B?VGltIEN1bW1pbmdz?= Windows Networking 2 02-04-2005 12:25 AM
client pc internet access Wot me stupid Home Networking 2 09-24-2004 06:32 AM
Unable to access internet from windows ME client on ICS CFF Windows Networking 2 09-17-2004 02:15 PM



1 2 3 4 5 6 7 8 9 10 11