Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Windows Server Networking

Help setting NAT on Windows 2003

Reply
 
Thread Tools Display Modes
  #1  
Old 01-06-2004, 07:22 AM
Default Help setting NAT on Windows 2003



Hello,

I have a server which is running as a DHCP server, a local DNS server to
serve local network (and forward to my ISP server for unanswered queries).
This server also serves as the primary box to connect to the internet. I
have 2 network cards, one which is connected to the ADSL modem and another
to the local switch.

I followed the wizard to setup NAT and everything works without a glitch.
From client computers I can do a name lookup given a name get the IP address
even for external address, this showing the DNS is working fine, but from
client computer I can't browse to external sites. Previously using ICS
client computer can use the Internet with no problem, so I know that the
network/DHCP settings are all fine. But when I switch to NAT the problem
occur.

Does anyone has any idea?

thanks,

Hadi




Hadi
Reply With Quote
  #2  
Old 01-06-2004, 09:25 AM
sharad
Guest
 
Posts: n/a
Default Re: Help setting NAT on Windows 2003

1. For the network card , for local switch the TCP/IP setting should be as
under. IP address (static): 192.168.0.1
Default Gate Way: NONE. (NO Default Gate Way.)

2. For network card for to ADSL modem:
IP address: what ever.it is
Degault Gateway.. the Default Gate way IP given by your ISP.

3. The NAT setting should be as under.
Click on IGMP tab:
Network Card for local switched should be set as Router .. Querier
Network Card for ADSL Modem shold be set as Proxy .... Up

4. Static Route:
Static Route should be added for Network Card for ADSL Modem
and the setting should be as under:
Destination Adrress: 0.0.0.0
Netwrok Mask: 0.0.0.0
(Setting above two to 0.0.0.0 will allow routing to
any destination.)
Gate Way - The Default Gate Way given by your ISP.

The client machines should use Default Gate Way: 192.168.0.1
(You can set this in DHCP Option too, so the client will get the
default gateway through DHCP , and on client machine leave the
default gateway blank.)

This is the basic setting, allowing access to all the clients.
For specific settings, like blocking clients, or allowing only
specific destnations etc. you will have to configure the routing
table, static route accordingly.

Sharad


"Hadi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> I have a server which is running as a DHCP server, a local DNS server to
> serve local network (and forward to my ISP server for unanswered queries).
> This server also serves as the primary box to connect to the internet. I
> have 2 network cards, one which is connected to the ADSL modem and another
> to the local switch.
>
> I followed the wizard to setup NAT and everything works without a glitch.
> From client computers I can do a name lookup given a name get the IP

address
> even for external address, this showing the DNS is working fine, but from
> client computer I can't browse to external sites. Previously using ICS
> client computer can use the Internet with no problem, so I know that the
> network/DHCP settings are all fine. But when I switch to NAT the problem
> occur.
>
> Does anyone has any idea?
>
> thanks,
>
> Hadi
>
>



Reply With Quote
  #3  
Old 01-06-2004, 11:34 PM
Hadi
Guest
 
Posts: n/a
Default Re: Help setting NAT on Windows 2003

Sharad,

Thanks for you help but I still can't get NAT working on my box. I was
missing the static route before, added that in but still the same issue, DNS
resolve but no Internet. I notice however that my ISP doesn't give me a
default gateway setting. When I did ipconfig /all on my Windows 2003 server
it listed the default gateway for the PPP adapter as 0.0.0.0 and the default
gateway in my network card for the ADSL modem is blank.

So for the static route I added in the default gateway as 0.0.0.0 is this
the problem? Help my NAT is still not working ..

Thanks for your help

Hadi
"sharad" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 1. For the network card , for local switch the TCP/IP setting should be as
> under. IP address (static): 192.168.0.1
> Default Gate Way: NONE. (NO Default Gate Way.)
>
> 2. For network card for to ADSL modem:
> IP address: what ever.it is
> Degault Gateway.. the Default Gate way IP given by your ISP.
>
> 3. The NAT setting should be as under.
> Click on IGMP tab:
> Network Card for local switched should be set as Router .. Querier
> Network Card for ADSL Modem shold be set as Proxy .... Up
>
> 4. Static Route:
> Static Route should be added for Network Card for ADSL Modem
> and the setting should be as under:
> Destination Adrress: 0.0.0.0
> Netwrok Mask: 0.0.0.0
> (Setting above two to 0.0.0.0 will allow routing to
> any destination.)
> Gate Way - The Default Gate Way given by your ISP.
>
> The client machines should use Default Gate Way: 192.168.0.1
> (You can set this in DHCP Option too, so the client will get the
> default gateway through DHCP , and on client machine leave the
> default gateway blank.)
>
> This is the basic setting, allowing access to all the clients.
> For specific settings, like blocking clients, or allowing only
> specific destnations etc. you will have to configure the routing
> table, static route accordingly.
>
> Sharad
>
>
> "Hadi" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hello,
> >
> > I have a server which is running as a DHCP server, a local DNS server to
> > serve local network (and forward to my ISP server for unanswered

queries).
> > This server also serves as the primary box to connect to the internet. I
> > have 2 network cards, one which is connected to the ADSL modem and

another
> > to the local switch.
> >
> > I followed the wizard to setup NAT and everything works without a

glitch.
> > From client computers I can do a name lookup given a name get the IP

> address
> > even for external address, this showing the DNS is working fine, but

from
> > client computer I can't browse to external sites. Previously using ICS
> > client computer can use the Internet with no problem, so I know that the
> > network/DHCP settings are all fine. But when I switch to NAT the problem
> > occur.
> >
> > Does anyone has any idea?
> >
> > thanks,
> >
> > Hadi
> >
> >

>
>



Reply With Quote
  #4  
Old 01-07-2004, 08:42 AM
sharad
Guest
 
Posts: n/a
Default Re: Help setting NAT on Windows 2003

Default gate way 0.0.0.0 is definatley a problem.
Do you have a static IP for the network adapter for Internet connection? If
yes then try giving that IP as
gateway.

Sharad
"Hadi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Sharad,
>
> Thanks for you help but I still can't get NAT working on my box. I was
> missing the static route before, added that in but still the same issue,

DNS
> resolve but no Internet. I notice however that my ISP doesn't give me a
> default gateway setting. When I did ipconfig /all on my Windows 2003

server
> it listed the default gateway for the PPP adapter as 0.0.0.0 and the

default
> gateway in my network card for the ADSL modem is blank.
>
> So for the static route I added in the default gateway as 0.0.0.0 is this
> the problem? Help my NAT is still not working ..
>
> Thanks for your help
>
> Hadi
> "sharad" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > 1. For the network card , for local switch the TCP/IP setting should be

as
> > under. IP address (static): 192.168.0.1
> > Default Gate Way: NONE. (NO Default Gate Way.)
> >
> > 2. For network card for to ADSL modem:
> > IP address: what ever.it is
> > Degault Gateway.. the Default Gate way IP given by your ISP.
> >
> > 3. The NAT setting should be as under.
> > Click on IGMP tab:
> > Network Card for local switched should be set as Router .. Querier
> > Network Card for ADSL Modem shold be set as Proxy .... Up
> >
> > 4. Static Route:
> > Static Route should be added for Network Card for ADSL Modem
> > and the setting should be as under:
> > Destination Adrress: 0.0.0.0
> > Netwrok Mask: 0.0.0.0
> > (Setting above two to 0.0.0.0 will allow routing to
> > any destination.)
> > Gate Way - The Default Gate Way given by your ISP.
> >
> > The client machines should use Default Gate Way: 192.168.0.1
> > (You can set this in DHCP Option too, so the client will get the
> > default gateway through DHCP , and on client machine leave the
> > default gateway blank.)
> >
> > This is the basic setting, allowing access to all the clients.
> > For specific settings, like blocking clients, or allowing only
> > specific destnations etc. you will have to configure the routing
> > table, static route accordingly.
> >
> > Sharad
> >
> >
> > "Hadi" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hello,
> > >
> > > I have a server which is running as a DHCP server, a local DNS server

to
> > > serve local network (and forward to my ISP server for unanswered

> queries).
> > > This server also serves as the primary box to connect to the internet.

I
> > > have 2 network cards, one which is connected to the ADSL modem and

> another
> > > to the local switch.
> > >
> > > I followed the wizard to setup NAT and everything works without a

> glitch.
> > > From client computers I can do a name lookup given a name get the IP

> > address
> > > even for external address, this showing the DNS is working fine, but

> from
> > > client computer I can't browse to external sites. Previously using ICS
> > > client computer can use the Internet with no problem, so I know that

the
> > > network/DHCP settings are all fine. But when I switch to NAT the

problem
> > > occur.
> > >
> > > Does anyone has any idea?
> > >
> > > thanks,
> > >
> > > Hadi
> > >
> > >

> >
> >

>
>



Reply With Quote
  #5  
Old 01-13-2004, 09:57 AM
Hadi
Guest
 
Posts: n/a
Default Re: Help setting NAT on Windows 2003

Hello Sharad and Bill,

Finally I had the chance to revisit this problem, so far we have been using
ICS because of the problem that I had with NAT. Unfortunately I still can't
get NAT to work

I think I have more information that someone here may have some answer about
it.

First I have 2 Network Card (I call them Internet and Intranet) AND an ADSL
modem. Intranet connect to the hub while Internet is connected to the ADSL
modem.

For Intranet I set the IP to: 192.168.0.1, Default Gateway: N/A

For Internet --> Automatically get IP

ADSL Modem --> Automatically get IP.

Now I have three network interfaces. The interesting thing is for the
Internet network card Windows 2003 automatically assign a local IP because
there is no information about it from the ISP, while the ADSL Modem is the
one that has a 'public' IP. Currently Windows assign 169.254.33.85
SubnetMask: 255.255.0.0 to this Intranet card.

so the IP config looks something like this:

C:\Documents and Settings\Administrator>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : sydney2003
Primary Dns Suffix . . . . . . . : syd.x.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : syd.x.com
x.com

Ethernet adapter Local Area Connection - Intranet:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast
Ethernet NIC #2
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 192.168.0.1

Ethernet adapter Local Area Connection - Internet:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast
Ethernet NIC
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Autoconfiguration IP Address. . . : 169.254.33.85
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :

PPP adapter iiNet:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : xxx.xxx.xxx.xxx
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : xxx.xxx.xxx.xxx
DNS Servers . . . . . . . . . . . : yyy.yyy.yyy.yyy
NetBIOS over Tcpip. . . . . . . . : Disabled

I tried all sort of combination on the Default Gateway for Intranet and the
routing table with no luck so far. Please any suggestion?

Thanks,

Hadi


"Bill Grant" <bill_grant at bigpond dot com> wrote in message
news:(E-Mail Removed)...
> The default route of your server must be out to the Internet. You can do
> this by setting the default gateway of your server's "public" NIC to be

the
> IP address of your ADSL modem/router, or you can set it from the RRAS
> console using the static route wizard.
>
> Either way, you should end up with a default route in your routing

table
> pointing to the ADSL router's private IP. Something like 0.0.0.0
> 0.0.0.0 192.168.x.x
>
> "sharad" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Default gate way 0.0.0.0 is definatley a problem.
> > Do you have a static IP for the network adapter for Internet connection?

> If
> > yes then try giving that IP as
> > gateway.
> >
> > Sharad
> > "Hadi" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Sharad,
> > >
> > > Thanks for you help but I still can't get NAT working on my box. I was
> > > missing the static route before, added that in but still the same

issue,
> > DNS
> > > resolve but no Internet. I notice however that my ISP doesn't give me

a
> > > default gateway setting. When I did ipconfig /all on my Windows 2003

> > server
> > > it listed the default gateway for the PPP adapter as 0.0.0.0 and the

> > default
> > > gateway in my network card for the ADSL modem is blank.
> > >
> > > So for the static route I added in the default gateway as 0.0.0.0 is

> this
> > > the problem? Help my NAT is still not working ..
> > >
> > > Thanks for your help
> > >
> > > Hadi
> > > "sharad" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > 1. For the network card , for local switch the TCP/IP setting should

> be
> > as
> > > > under. IP address (static): 192.168.0.1
> > > > Default Gate Way: NONE. (NO Default Gate Way.)
> > > >
> > > > 2. For network card for to ADSL modem:
> > > > IP address: what ever.it is
> > > > Degault Gateway.. the Default Gate way IP given by your ISP.
> > > >
> > > > 3. The NAT setting should be as under.
> > > > Click on IGMP tab:
> > > > Network Card for local switched should be set as Router ..

Querier
> > > > Network Card for ADSL Modem shold be set as Proxy .... Up
> > > >
> > > > 4. Static Route:
> > > > Static Route should be added for Network Card for ADSL Modem
> > > > and the setting should be as under:
> > > > Destination Adrress: 0.0.0.0
> > > > Netwrok Mask: 0.0.0.0
> > > > (Setting above two to 0.0.0.0 will allow routing to
> > > > any destination.)
> > > > Gate Way - The Default Gate Way given by your ISP.
> > > >
> > > > The client machines should use Default Gate Way: 192.168.0.1
> > > > (You can set this in DHCP Option too, so the client will get the
> > > > default gateway through DHCP , and on client machine leave the
> > > > default gateway blank.)
> > > >
> > > > This is the basic setting, allowing access to all the clients.
> > > > For specific settings, like blocking clients, or allowing only
> > > > specific destnations etc. you will have to configure the routing
> > > > table, static route accordingly.
> > > >
> > > > Sharad
> > > >
> > > >
> > > > "Hadi" <(E-Mail Removed)> wrote in message
> > > > news:(E-Mail Removed)...
> > > > > Hello,
> > > > >
> > > > > I have a server which is running as a DHCP server, a local DNS

> server
> > to
> > > > > serve local network (and forward to my ISP server for unanswered
> > > queries).
> > > > > This server also serves as the primary box to connect to the

> internet.
> > I
> > > > > have 2 network cards, one which is connected to the ADSL modem and
> > > another
> > > > > to the local switch.
> > > > >
> > > > > I followed the wizard to setup NAT and everything works without a
> > > glitch.
> > > > > From client computers I can do a name lookup given a name get the

IP
> > > > address
> > > > > even for external address, this showing the DNS is working fine,

but
> > > from
> > > > > client computer I can't browse to external sites. Previously using

> ICS
> > > > > client computer can use the Internet with no problem, so I know

that
> > the
> > > > > network/DHCP settings are all fine. But when I switch to NAT the

> > problem
> > > > > occur.
> > > > >
> > > > > Does anyone has any idea?
> > > > >
> > > > > thanks,
> > > > >
> > > > > Hadi
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



Reply With Quote
  #6  
Old 01-13-2004, 09:11 PM
Hadi
Guest
 
Posts: n/a
Default Re: Help setting NAT on Windows 2003

"ArtGle" <(E-Mail Removed)> wrote in message
news:01FFC31B-4479-42D9-ABC9-(E-Mail Removed)...
> Hadi, sorry if this is too basic, but are you setting up to use PPOE

w/DSL?
> Looks to me as though you're not "logging-in" to the DSL provider.
> Just a simple thought.


Yes we are using PPPOE with ADSL. What do you mean we are not logging-in to
the ADSL provider? On the server we don have Internet connection.

Thanks,

Hadi.


Reply With Quote
  #7  
Old 01-14-2004, 01:32 AM
Bill Grant
Guest
 
Posts: n/a
Default Re: Help setting NAT on Windows 2003

For a good description of using PPPoE with RRAS (especially if you are
using the Alcatel Speedtouch) go to

www.ozcableguy.com

"Hadi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "ArtGle" <(E-Mail Removed)> wrote in message
> news:01FFC31B-4479-42D9-ABC9-(E-Mail Removed)...
> > Hadi, sorry if this is too basic, but are you setting up to use PPOE

> w/DSL?
> > Looks to me as though you're not "logging-in" to the DSL provider.
> > Just a simple thought.

>
> Yes we are using PPPOE with ADSL. What do you mean we are not logging-in

to
> the ADSL provider? On the server we don have Internet connection.
>
> Thanks,
>
> Hadi.
>
>



Reply With Quote
Reply

Tags
2003, nat, setting, windows

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
Forum Jump


All times are GMT. The time now is 06:27 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.