Networking Forums

Networking Forums > Computer Networking > Windows Networking > NAT client ping request timed out

Reply
Thread Tools Display Modes

NAT client ping request timed out

 
 
jay
Guest
Posts: n/a

 
      10-29-2004, 03:11 PM
Hi, All:

I need some helps on this:

I have a NAT server Windows 2003 server that setup with two NICs, one for
public and one for private network. I connect the public NIC to the Internet
with a static IP, and private to a hub, then some other PCs to the hub. I
configured everything according to

How to configure Network Address Translation in Windows Server 2003

It seems working correctly on NAT server side because some mapping packets
are flowing through. But when I try to ping any outside address from a PC on
private network, every address is resolved correctly, but I keep getting
"Request Timed out" error. The gateway assigned on that PC is the NAT server
private IP address which should be ok, but I am not sure. Anyone can help on
this? I think it is gateway or routing issue but I don't know how to fix it.
Why DNS is able to resolve, but not IP packets? Thank you very much.

--Jay


 
Reply With Quote
 
 
 
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      10-29-2004, 03:52 PM
Make sure that the private NIC on the server does NOT have a default
gateway.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP

"jay" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi, All:
>
> I need some helps on this:
>
> I have a NAT server Windows 2003 server that setup with two NICs, one for
> public and one for private network. I connect the public NIC to the

Internet
> with a static IP, and private to a hub, then some other PCs to the hub. I
> configured everything according to
>
> How to configure Network Address Translation in Windows Server 2003
>
> It seems working correctly on NAT server side because some mapping packets
> are flowing through. But when I try to ping any outside address from a PC

on
> private network, every address is resolved correctly, but I keep getting
> "Request Timed out" error. The gateway assigned on that PC is the NAT

server
> private IP address which should be ok, but I am not sure. Anyone can help

on
> this? I think it is gateway or routing issue but I don't know how to fix

it.
> Why DNS is able to resolve, but not IP packets? Thank you very much.
>
> --Jay
>
>



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.782 / Virus Database: 528 - Release Date: 10-22-2004


 
Reply With Quote
 
jay
Guest
Posts: n/a

 
      10-29-2004, 05:37 PM
Yes. I didn't have a default gateway set on that private NIC. But I set a
default gateway on static route with Dest: 0.0.0.0, Mask: 0.0.0.0, Gateway:
ISP provided gateway IP address, Interface: public NIC name. If I don't set
this gateway, it won't work for client to see DNS. This really puzzles me.
Thanks.

--Jay

"Doug Sherman [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Make sure that the private NIC on the server does NOT have a default
> gateway.
>
> Doug Sherman
> MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
>
> "jay" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi, All:
> >
> > I need some helps on this:
> >
> > I have a NAT server Windows 2003 server that setup with two NICs, one

for
> > public and one for private network. I connect the public NIC to the

> Internet
> > with a static IP, and private to a hub, then some other PCs to the hub.

I
> > configured everything according to
> >
> > How to configure Network Address Translation in Windows Server 2003
> >
> > It seems working correctly on NAT server side because some mapping

packets
> > are flowing through. But when I try to ping any outside address from a

PC
> on
> > private network, every address is resolved correctly, but I keep getting
> > "Request Timed out" error. The gateway assigned on that PC is the NAT

> server
> > private IP address which should be ok, but I am not sure. Anyone can

help
> on
> > this? I think it is gateway or routing issue but I don't know how to fix

> it.
> > Why DNS is able to resolve, but not IP packets? Thank you very much.
> >
> > --Jay
> >
> >

>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.782 / Virus Database: 528 - Release Date: 10-22-2004
>
>



 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      10-29-2004, 09:10 PM
Your routing seems to be set correctly. Make sure you are pinging sites
which do not block ICMP - eg. google.com. Also, When you enable NAT on the
Server, you automatically enable the Basic Firewall. If you are also
running firewalls on the client machines, try disabling them. Sometimes if
you also run a firewall on a client PC behind a NAT firewall, you may
experience this problem.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP

"jay" <(E-Mail Removed)> wrote in message
news:%234%(E-Mail Removed)...
> Yes. I didn't have a default gateway set on that private NIC. But I set a
> default gateway on static route with Dest: 0.0.0.0, Mask: 0.0.0.0,

Gateway:
> ISP provided gateway IP address, Interface: public NIC name. If I don't

set
> this gateway, it won't work for client to see DNS. This really puzzles me.
> Thanks.
>
> --Jay
>
> "Doug Sherman [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Make sure that the private NIC on the server does NOT have a default
> > gateway.
> >
> > Doug Sherman
> > MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
> >
> > "jay" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi, All:
> > >
> > > I need some helps on this:
> > >
> > > I have a NAT server Windows 2003 server that setup with two NICs, one

> for
> > > public and one for private network. I connect the public NIC to the

> > Internet
> > > with a static IP, and private to a hub, then some other PCs to the

hub.
> I
> > > configured everything according to
> > >
> > > How to configure Network Address Translation in Windows Server 2003
> > >
> > > It seems working correctly on NAT server side because some mapping

> packets
> > > are flowing through. But when I try to ping any outside address from a

> PC
> > on
> > > private network, every address is resolved correctly, but I keep

getting
> > > "Request Timed out" error. The gateway assigned on that PC is the NAT

> > server
> > > private IP address which should be ok, but I am not sure. Anyone can

> help
> > on
> > > this? I think it is gateway or routing issue but I don't know how to

fix
> > it.
> > > Why DNS is able to resolve, but not IP packets? Thank you very much.
> > >
> > > --Jay
> > >
> > >

> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.782 / Virus Database: 528 - Release Date: 10-22-2004
> >
> >

>
>



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.782 / Virus Database: 528 - Release Date: 10-22-2004


 
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
Networking Ping Request timed out error littleminxchick@aol.com Linux Networking 1 07-16-2006 03:44 AM
Ping - Request Timed Out josh_abhi78@yahoo.com Wireless Internet 1 09-23-2005 06:53 AM
DHCP IP lease renewal ok, but a new PC can not obtain an IP ("An error occurred while renewing interface Local Area Connection : unable to cotact your DHCP server. Request has timed out.") Soren Mikkelsen Windows Networking 2 06-02-2005 04:43 PM
Ping Request David Bradley Broadband 6 05-01-2005 12:48 PM
ping Request timed out between wireless laptops news Wireless Internet 3 12-07-2004 11:28 PM



1 2 3 4 5 6 7 8 9 10 11