Networking Forums

Networking Forums > Computer Networking > Windows Networking > newbie lost in trying to setup NAT

Reply
Thread Tools Display Modes

newbie lost in trying to setup NAT

 
 
vvu
Guest
Posts: n/a

 
      09-02-2004, 12:13 AM
Hi im a newbie here and any suggestion would help as i am
confused with setting up a NAT for my home AD network.
I have a cable connection which provides a dynamic ip. i
have a 2003 server acting as a DNS,DHCP for the AD network
and 2 client pc's.
the server has 2 NIC's in which 1 is for the internal
network(static ip) and the other connected to the cable
modem(dynamic ip). im not too sure on how to setup a NAT
and foward DNS queries(is that theory correct) but i have
info on it. i am confused as to how would i redirect
queries to the NIC connected to the modem if the NIC
connected has a dynamic ip.
can anyone assist please?
thanks in advanced.
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      09-02-2004, 01:54 AM
You do not redirect DNS queries to one of your NICs. You redirect them to
a DNS server in the public domain (such as the one at your ISP).

When you have AD set up, your clients must use the local DNS service to
find AD services. To access Internet sites they need to be able to resolve
names which your local DNS server does not know about. So your local DNS
must know how to forward these requests.

Without AD, the usual system is to use the NAT router as a DNS relay.
The client sends DNS requests to the NAT router. The router forwards the
DNS requests to a remote DNS server. This won't work with AD because the AD
clients must use the local DNS server, not the server at your ISP.

"vvu" <(E-Mail Removed)> wrote in message
news:047a01c49081$a6c1b4b0$(E-Mail Removed)...
> Hi im a newbie here and any suggestion would help as i am
> confused with setting up a NAT for my home AD network.
> I have a cable connection which provides a dynamic ip. i
> have a 2003 server acting as a DNS,DHCP for the AD network
> and 2 client pc's.
> the server has 2 NIC's in which 1 is for the internal
> network(static ip) and the other connected to the cable
> modem(dynamic ip). im not too sure on how to setup a NAT
> and foward DNS queries(is that theory correct) but i have
> info on it. i am confused as to how would i redirect
> queries to the NIC connected to the modem if the NIC
> connected has a dynamic ip.
> can anyone assist please?
> thanks in advanced.



 
Reply With Quote
 
vvu
Guest
Posts: n/a

 
      09-02-2004, 06:12 AM
Thanks for the quick reply.
just a little confused. i understand that the server can't
resolve internet queries. how would i be able to get the
server to resolve dns queries for the client pc's?
the NIC(connected to the modem) TCP/IP info is all on
dynamic(IP & DNS),client pc's are confugured to to the
servers dns.
do i need to configure the NIC(connected to internal
network) for the ISP's DNS? if so how because there is no
DNS IP specified on the NIC(connected to the modem).

thanks again.

>-----Original Message-----
> You do not redirect DNS queries to one of your NICs.

You redirect them to
>a DNS server in the public domain (such as the one at

your ISP).
>
> When you have AD set up, your clients must use the

local DNS service to
>find AD services. To access Internet sites they need to

be able to resolve
>names which your local DNS server does not know about. So

your local DNS
>must know how to forward these requests.
>
> Without AD, the usual system is to use the NAT router

as a DNS relay.
>The client sends DNS requests to the NAT router. The

router forwards the
>DNS requests to a remote DNS server. This won't work with

AD because the AD
>clients must use the local DNS server, not the server at

your ISP.
>
>"vvu" <(E-Mail Removed)> wrote in

message
>news:047a01c49081$a6c1b4b0$(E-Mail Removed)...
>> Hi im a newbie here and any suggestion would help as i

am
>> confused with setting up a NAT for my home AD network.
>> I have a cable connection which provides a dynamic ip. i
>> have a 2003 server acting as a DNS,DHCP for the AD

network
>> and 2 client pc's.
>> the server has 2 NIC's in which 1 is for the internal
>> network(static ip) and the other connected to the cable
>> modem(dynamic ip). im not too sure on how to setup a NAT
>> and foward DNS queries(is that theory correct) but i

have
>> info on it. i am confused as to how would i redirect
>> queries to the NIC connected to the modem if the NIC
>> connected has a dynamic ip.
>> can anyone assist please?
>> thanks in advanced.

>
>
>.
>

 
Reply With Quote
 
James McIllece [MS]
Guest
Posts: n/a

 
      09-02-2004, 07:08 PM
"vvu" <(E-Mail Removed)> wrote in
news:047a01c49081$a6c1b4b0$(E-Mail Removed):

> Hi im a newbie here and any suggestion would help as i am
> confused with setting up a NAT for my home AD network.
> I have a cable connection which provides a dynamic ip. i
> have a 2003 server acting as a DNS,DHCP for the AD network
> and 2 client pc's.
> the server has 2 NIC's in which 1 is for the internal
> network(static ip) and the other connected to the cable
> modem(dynamic ip). im not too sure on how to setup a NAT
> and foward DNS queries(is that theory correct) but i have
> info on it. i am confused as to how would i redirect
> queries to the NIC connected to the modem if the NIC
> connected has a dynamic ip.
> can anyone assist please?
> thanks in advanced.


If you enable Internet Connection Sharing (ICS) on the NIC that is
connected to the cable modem, you have enabled NAT. ICS has a built-in DHCP
and DNS server, so you don't want to deploy DNS and DHCP as well as ICS. If
you do, nothing will work correctly.

I don't recall if you can disable DHCP and DNS in ICS, you will need to
read the Help. Otherwise you will need to disable or uninstall the DHCP and
DNS services on the server.



--
James McIllece, Microsoft

Please do not send email directly to this alias. This is my online account
name for newsgroup participation only.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Reply With Quote
 
vvu
Guest
Posts: n/a

 
      09-03-2004, 02:16 PM
Oh ok, so if I uninstall or disable DNS and DHCP will I
still be able to run an Active Directory Network without
any issues?

>-----Original Message-----
>"vvu" <(E-Mail Removed)> wrote in
>news:047a01c49081$a6c1b4b0$(E-Mail Removed):
>
>> Hi im a newbie here and any suggestion would help as i

am
>> confused with setting up a NAT for my home AD network.
>> I have a cable connection which provides a dynamic ip.

i
>> have a 2003 server acting as a DNS,DHCP for the AD

network
>> and 2 client pc's.
>> the server has 2 NIC's in which 1 is for the internal
>> network(static ip) and the other connected to the cable
>> modem(dynamic ip). im not too sure on how to setup a

NAT
>> and foward DNS queries(is that theory correct) but i

have
>> info on it. i am confused as to how would i redirect
>> queries to the NIC connected to the modem if the NIC
>> connected has a dynamic ip.
>> can anyone assist please?
>> thanks in advanced.

>
>If you enable Internet Connection Sharing (ICS) on the

NIC that is
>connected to the cable modem, you have enabled NAT. ICS

has a built-in DHCP
>and DNS server, so you don't want to deploy DNS and DHCP

as well as ICS. If
>you do, nothing will work correctly.
>
>I don't recall if you can disable DHCP and DNS in ICS,

you will need to
>read the Help. Otherwise you will need to disable or

uninstall the DHCP and
>DNS services on the server.
>
>
>
>--
>James McIllece, Microsoft
>
>Please do not send email directly to this alias. This is

my online account
>name for newsgroup participation only.
>
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>.
>

 
Reply With Quote
 
James McIllece [MS]
Guest
Posts: n/a

 
      09-03-2004, 10:36 PM
"vvu" <(E-Mail Removed)> wrote in
news:098c01c491c0$a1de8640$(E-Mail Removed):

> Oh ok, so if I uninstall or disable DNS and DHCP will I
> still be able to run an Active Directory Network without
> any issues?
>
>>-----Original Message-----
>>"vvu" <(E-Mail Removed)> wrote in
>>news:047a01c49081$a6c1b4b0$(E-Mail Removed):
>>
>>> Hi im a newbie here and any suggestion would help as i

> am
>>> confused with setting up a NAT for my home AD network.
>>> I have a cable connection which provides a dynamic ip.

> i
>>> have a 2003 server acting as a DNS,DHCP for the AD

> network
>>> and 2 client pc's.
>>> the server has 2 NIC's in which 1 is for the internal
>>> network(static ip) and the other connected to the cable
>>> modem(dynamic ip). im not too sure on how to setup a

> NAT
>>> and foward DNS queries(is that theory correct) but i

> have
>>> info on it. i am confused as to how would i redirect
>>> queries to the NIC connected to the modem if the NIC
>>> connected has a dynamic ip.
>>> can anyone assist please?
>>> thanks in advanced.

>>
>>If you enable Internet Connection Sharing (ICS) on the

> NIC that is
>>connected to the cable modem, you have enabled NAT. ICS

> has a built-in DHCP
>>and DNS server, so you don't want to deploy DNS and DHCP

> as well as ICS. If
>>you do, nothing will work correctly.
>>
>>I don't recall if you can disable DHCP and DNS in ICS,

> you will need to
>>read the Help. Otherwise you will need to disable or

> uninstall the DHCP and
>>DNS services on the server.
>>
>>
>>
>>--
>>James McIllece, Microsoft
>>
>>Please do not send email directly to this alias. This is

> my online account
>>name for newsgroup participation only.
>>
>>This posting is provided "AS IS" with no warranties, and

> confers no rights.
>>.
>>


Talked to a couple of people over here and changed my mind about your best
course of action.

Instead of using ICS for NAT, you can use NAT in Routing and Remote Access
Service (RRAS) without disabling DNS and DHCP on the server. See the Help
topic called "Deploying network address translation" in Windows Server 2003
Help and Support Center on your PC, or on the Web at
http://www.microsoft.com/resources/d...2003/standard/
proddocs/en-
us/Default.asp?url=/resources/documentation/windowsserv/2003/standard/prodd
ocs/en-us/sag_rras-ch3_06d.asp.

--
James McIllece, Microsoft

Please do not send email directly to this alias. This is my online account
name for newsgroup participation only.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Reply With Quote
 
vvu
Guest
Posts: n/a

 
      09-04-2004, 01:49 AM
i have looked at that document and have attempted it but i
am still having trouble connecting clients to the internet.
i think the problem is that i dont know the ip for the
isp's dns server. when i go into tcp/ip properties of the
NIC(connected to the modem) it is all on automatic(IP and
DNS settings). if i did an 'ipconfig /all' i get 2 dns
server ip's but when i add them in it wont work.
if my isp provides me with automatic settings does that
mean i cant setup a NAT?
by the way thanks for all your help James.

>-----Original Message-----
>"vvu" <(E-Mail Removed)> wrote in
>news:098c01c491c0$a1de8640$(E-Mail Removed):
>
>> Oh ok, so if I uninstall or disable DNS and DHCP will I
>> still be able to run an Active Directory Network

without
>> any issues?
>>
>>>-----Original Message-----
>>>"vvu" <(E-Mail Removed)> wrote in
>>>news:047a01c49081$a6c1b4b0$(E-Mail Removed):
>>>
>>>> Hi im a newbie here and any suggestion would help as

i
>> am
>>>> confused with setting up a NAT for my home AD network.
>>>> I have a cable connection which provides a dynamic

ip.
>> i
>>>> have a 2003 server acting as a DNS,DHCP for the AD

>> network
>>>> and 2 client pc's.
>>>> the server has 2 NIC's in which 1 is for the internal
>>>> network(static ip) and the other connected to the

cable
>>>> modem(dynamic ip). im not too sure on how to setup a

>> NAT
>>>> and foward DNS queries(is that theory correct) but i

>> have
>>>> info on it. i am confused as to how would i redirect
>>>> queries to the NIC connected to the modem if the NIC
>>>> connected has a dynamic ip.
>>>> can anyone assist please?
>>>> thanks in advanced.
>>>
>>>If you enable Internet Connection Sharing (ICS) on the

>> NIC that is
>>>connected to the cable modem, you have enabled NAT. ICS

>> has a built-in DHCP
>>>and DNS server, so you don't want to deploy DNS and

DHCP
>> as well as ICS. If
>>>you do, nothing will work correctly.
>>>
>>>I don't recall if you can disable DHCP and DNS in ICS,

>> you will need to
>>>read the Help. Otherwise you will need to disable or

>> uninstall the DHCP and
>>>DNS services on the server.
>>>
>>>
>>>
>>>--
>>>James McIllece, Microsoft
>>>
>>>Please do not send email directly to this alias. This

is
>> my online account
>>>name for newsgroup participation only.
>>>
>>>This posting is provided "AS IS" with no warranties,

and
>> confers no rights.
>>>.
>>>

>
>Talked to a couple of people over here and changed my

mind about your best
>course of action.
>
>Instead of using ICS for NAT, you can use NAT in Routing

and Remote Access
>Service (RRAS) without disabling DNS and DHCP on the

server. See the Help
>topic called "Deploying network address translation" in

Windows Server 2003
>Help and Support Center on your PC, or on the Web at
>http://www.microsoft.com/resources/d...tion/WindowsSe

rv/2003/standard/
>proddocs/en-
>us/Default.asp?

url=/resources/documentation/windowsserv/2003/standard/prod
d
>ocs/en-us/sag_rras-ch3_06d.asp.
>
>--
>James McIllece, Microsoft
>
>Please do not send email directly to this alias. This is

my online account
>name for newsgroup participation only.
>
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>.
>

 
Reply With Quote
 
vvu
Guest
Posts: n/a

 
      09-04-2004, 02:09 AM
i have now confirmed that the isp's DNS ip addresses are
correct. but they still are not working.
does it matter that the tcp/ip properties of the NIC
(connected to the modem) are all on automatic?
do i need to configure anything on the clients?
the clients NIC settings are currently on auto for IP
addressing and DNS.
when i try to access an internet address i get an ie6
error 'cannot find server or dns error'

thanks again.

>-----Original Message-----
>"vvu" <(E-Mail Removed)> wrote in
>news:098c01c491c0$a1de8640$(E-Mail Removed):
>
>> Oh ok, so if I uninstall or disable DNS and DHCP will I
>> still be able to run an Active Directory Network

without
>> any issues?
>>
>>>-----Original Message-----
>>>"vvu" <(E-Mail Removed)> wrote in
>>>news:047a01c49081$a6c1b4b0$(E-Mail Removed):
>>>
>>>> Hi im a newbie here and any suggestion would help as

i
>> am
>>>> confused with setting up a NAT for my home AD network.
>>>> I have a cable connection which provides a dynamic

ip.
>> i
>>>> have a 2003 server acting as a DNS,DHCP for the AD

>> network
>>>> and 2 client pc's.
>>>> the server has 2 NIC's in which 1 is for the internal
>>>> network(static ip) and the other connected to the

cable
>>>> modem(dynamic ip). im not too sure on how to setup a

>> NAT
>>>> and foward DNS queries(is that theory correct) but i

>> have
>>>> info on it. i am confused as to how would i redirect
>>>> queries to the NIC connected to the modem if the NIC
>>>> connected has a dynamic ip.
>>>> can anyone assist please?
>>>> thanks in advanced.
>>>
>>>If you enable Internet Connection Sharing (ICS) on the

>> NIC that is
>>>connected to the cable modem, you have enabled NAT. ICS

>> has a built-in DHCP
>>>and DNS server, so you don't want to deploy DNS and

DHCP
>> as well as ICS. If
>>>you do, nothing will work correctly.
>>>
>>>I don't recall if you can disable DHCP and DNS in ICS,

>> you will need to
>>>read the Help. Otherwise you will need to disable or

>> uninstall the DHCP and
>>>DNS services on the server.
>>>
>>>
>>>
>>>--
>>>James McIllece, Microsoft
>>>
>>>Please do not send email directly to this alias. This

is
>> my online account
>>>name for newsgroup participation only.
>>>
>>>This posting is provided "AS IS" with no warranties,

and
>> confers no rights.
>>>.
>>>

>
>Talked to a couple of people over here and changed my

mind about your best
>course of action.
>
>Instead of using ICS for NAT, you can use NAT in Routing

and Remote Access
>Service (RRAS) without disabling DNS and DHCP on the

server. See the Help
>topic called "Deploying network address translation" in

Windows Server 2003
>Help and Support Center on your PC, or on the Web at
>http://www.microsoft.com/resources/d...tion/WindowsSe

rv/2003/standard/
>proddocs/en-
>us/Default.asp?

url=/resources/documentation/windowsserv/2003/standard/prod
d
>ocs/en-us/sag_rras-ch3_06d.asp.
>
>--
>James McIllece, Microsoft
>
>Please do not send email directly to this alias. This is

my online account
>name for newsgroup participation only.
>
>This posting is provided "AS IS" with no warranties, and

confers no rights.
>.
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      09-04-2004, 03:01 AM
If you are using Active Directory, you cannot have your clients using the
default DHCP settings of your router. An Internet NAT router gives its
clients a default gateway setting of itself (which is fine) and a DNS
address of itself (which is not OK for AD).

If you want to use the NAT router as your DHCP server, you will have to
modify it to give out your DC's IP address for DNS, not it's own IP.

To test this, set up a client manually to have the router as its default
gateway but your DC as its DNS address.

Can your server now access the Internet?

"vvu" <(E-Mail Removed)> wrote in message
news:5d3d01c49224$42efb460$(E-Mail Removed)...
> i have now confirmed that the isp's DNS ip addresses are
> correct. but they still are not working.
> does it matter that the tcp/ip properties of the NIC
> (connected to the modem) are all on automatic?
> do i need to configure anything on the clients?
> the clients NIC settings are currently on auto for IP
> addressing and DNS.
> when i try to access an internet address i get an ie6
> error 'cannot find server or dns error'
>
> thanks again.
>
> >-----Original Message-----
> >"vvu" <(E-Mail Removed)> wrote in
> >news:098c01c491c0$a1de8640$(E-Mail Removed):
> >
> >> Oh ok, so if I uninstall or disable DNS and DHCP will I
> >> still be able to run an Active Directory Network

> without
> >> any issues?
> >>
> >>>-----Original Message-----
> >>>"vvu" <(E-Mail Removed)> wrote in
> >>>news:047a01c49081$a6c1b4b0$(E-Mail Removed):
> >>>
> >>>> Hi im a newbie here and any suggestion would help as

> i
> >> am
> >>>> confused with setting up a NAT for my home AD network.
> >>>> I have a cable connection which provides a dynamic

> ip.
> >> i
> >>>> have a 2003 server acting as a DNS,DHCP for the AD
> >> network
> >>>> and 2 client pc's.
> >>>> the server has 2 NIC's in which 1 is for the internal
> >>>> network(static ip) and the other connected to the

> cable
> >>>> modem(dynamic ip). im not too sure on how to setup a
> >> NAT
> >>>> and foward DNS queries(is that theory correct) but i
> >> have
> >>>> info on it. i am confused as to how would i redirect
> >>>> queries to the NIC connected to the modem if the NIC
> >>>> connected has a dynamic ip.
> >>>> can anyone assist please?
> >>>> thanks in advanced.
> >>>
> >>>If you enable Internet Connection Sharing (ICS) on the
> >> NIC that is
> >>>connected to the cable modem, you have enabled NAT. ICS
> >> has a built-in DHCP
> >>>and DNS server, so you don't want to deploy DNS and

> DHCP
> >> as well as ICS. If
> >>>you do, nothing will work correctly.
> >>>
> >>>I don't recall if you can disable DHCP and DNS in ICS,
> >> you will need to
> >>>read the Help. Otherwise you will need to disable or
> >> uninstall the DHCP and
> >>>DNS services on the server.
> >>>
> >>>
> >>>
> >>>--
> >>>James McIllece, Microsoft
> >>>
> >>>Please do not send email directly to this alias. This

> is
> >> my online account
> >>>name for newsgroup participation only.
> >>>
> >>>This posting is provided "AS IS" with no warranties,

> and
> >> confers no rights.
> >>>.
> >>>

> >
> >Talked to a couple of people over here and changed my

> mind about your best
> >course of action.
> >
> >Instead of using ICS for NAT, you can use NAT in Routing

> and Remote Access
> >Service (RRAS) without disabling DNS and DHCP on the

> server. See the Help
> >topic called "Deploying network address translation" in

> Windows Server 2003
> >Help and Support Center on your PC, or on the Web at
> >http://www.microsoft.com/resources/d...tion/WindowsSe

> rv/2003/standard/
> >proddocs/en-
> >us/Default.asp?

> url=/resources/documentation/windowsserv/2003/standard/prod
> d
> >ocs/en-us/sag_rras-ch3_06d.asp.
> >
> >--
> >James McIllece, Microsoft
> >
> >Please do not send email directly to this alias. This is

> my online account
> >name for newsgroup participation only.
> >
> >This posting is provided "AS IS" with no warranties, and

> confers no rights.
> >.
> >



 
Reply With Quote
 
vvu
Guest
Posts: n/a

 
      09-06-2004, 11:58 AM
sorry im not too sure what you mean by.. "you cannot have
your clients using the default DHCP settings of your
router."

at the moment the clients are using dynamic ip and
automatic dns settings.
so do you mean i should set the clients dns to point to
the DC(which runs as NAT,DHCP,DNS)?

this is what i have done so far with no sucess.
i have installed a NAT with the "Routing and Remote Access
Server Setup Wizard".
I selected "Create a new demand dial interface to the
internet" option and selected the NIC that will connect to
the internet.
then i went into 'administrative tools-Routing and Remote
Access',expanded 'my server-IP Routing' and there are 3
interfaces. there is the one that i created with the
wizard and an 'internal' and 'external' one. should i
confugure all of these? or should i just configure the one
that i created?

then i configured forwarders. in 'administrative tools-
DNS' i right click the server then in the 'fowarders' tab
i click on 'new' then type in the ISPs DNS IPs and
click 'add'.

sory if i seem a little slow in still new at this and im
really eager to get this working!
thanks for all your help guys.

>-----Original Message-----
> If you are using Active Directory, you cannot have

your clients using the
>default DHCP settings of your router. An Internet NAT

router gives its
>clients a default gateway setting of itself (which is

fine) and a DNS
>address of itself (which is not OK for AD).
>
> If you want to use the NAT router as your DHCP

server, you will have to
>modify it to give out your DC's IP address for DNS, not

it's own IP.
>
> To test this, set up a client manually to have the

router as its default
>gateway but your DC as its DNS address.
>
> Can your server now access the Internet?
>
>"vvu" <(E-Mail Removed)> wrote in

message
>news:5d3d01c49224$42efb460$(E-Mail Removed)...
>> i have now confirmed that the isp's DNS ip addresses are
>> correct. but they still are not working.
>> does it matter that the tcp/ip properties of the NIC
>> (connected to the modem) are all on automatic?
>> do i need to configure anything on the clients?
>> the clients NIC settings are currently on auto for IP
>> addressing and DNS.
>> when i try to access an internet address i get an ie6
>> error 'cannot find server or dns error'
>>
>> thanks again.
>>
>> >-----Original Message-----
>> >"vvu" <(E-Mail Removed)> wrote in
>> >news:098c01c491c0$a1de8640$(E-Mail Removed):
>> >
>> >> Oh ok, so if I uninstall or disable DNS and DHCP

will I
>> >> still be able to run an Active Directory Network

>> without
>> >> any issues?
>> >>
>> >>>-----Original Message-----
>> >>>"vvu" <(E-Mail Removed)> wrote in
>> >>>news:047a01c49081$a6c1b4b0$(E-Mail Removed):
>> >>>
>> >>>> Hi im a newbie here and any suggestion would help

as
>> i
>> >> am
>> >>>> confused with setting up a NAT for my home AD

network.
>> >>>> I have a cable connection which provides a dynamic

>> ip.
>> >> i
>> >>>> have a 2003 server acting as a DNS,DHCP for the AD
>> >> network
>> >>>> and 2 client pc's.
>> >>>> the server has 2 NIC's in which 1 is for the

internal
>> >>>> network(static ip) and the other connected to the

>> cable
>> >>>> modem(dynamic ip). im not too sure on how to setup

a
>> >> NAT
>> >>>> and foward DNS queries(is that theory correct) but

i
>> >> have
>> >>>> info on it. i am confused as to how would i

redirect
>> >>>> queries to the NIC connected to the modem if the

NIC
>> >>>> connected has a dynamic ip.
>> >>>> can anyone assist please?
>> >>>> thanks in advanced.
>> >>>
>> >>>If you enable Internet Connection Sharing (ICS) on

the
>> >> NIC that is
>> >>>connected to the cable modem, you have enabled NAT.

ICS
>> >> has a built-in DHCP
>> >>>and DNS server, so you don't want to deploy DNS and

>> DHCP
>> >> as well as ICS. If
>> >>>you do, nothing will work correctly.
>> >>>
>> >>>I don't recall if you can disable DHCP and DNS in

ICS,
>> >> you will need to
>> >>>read the Help. Otherwise you will need to disable or
>> >> uninstall the DHCP and
>> >>>DNS services on the server.
>> >>>
>> >>>
>> >>>
>> >>>--
>> >>>James McIllece, Microsoft
>> >>>
>> >>>Please do not send email directly to this alias.

This
>> is
>> >> my online account
>> >>>name for newsgroup participation only.
>> >>>
>> >>>This posting is provided "AS IS" with no warranties,

>> and
>> >> confers no rights.
>> >>>.
>> >>>
>> >
>> >Talked to a couple of people over here and changed my

>> mind about your best
>> >course of action.
>> >
>> >Instead of using ICS for NAT, you can use NAT in

Routing
>> and Remote Access
>> >Service (RRAS) without disabling DNS and DHCP on the

>> server. See the Help
>> >topic called "Deploying network address translation" in

>> Windows Server 2003
>> >Help and Support Center on your PC, or on the Web at

>>

>http://www.microsoft.com/resources/d...tion/WindowsSe
>> rv/2003/standard/
>> >proddocs/en-
>> >us/Default.asp?

>>

url=/resources/documentation/windowsserv/2003/standard/prod
>> d
>> >ocs/en-us/sag_rras-ch3_06d.asp.
>> >
>> >--
>> >James McIllece, Microsoft
>> >
>> >Please do not send email directly to this alias. This

is
>> my online account
>> >name for newsgroup participation only.
>> >
>> >This posting is provided "AS IS" with no warranties,

and
>> confers no rights.
>> >.
>> >

>
>
>.
>

 
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
Lost setup cd stupid redhead Broadband Hardware 5 12-02-2007 04:20 AM
Newbie lost Network Key kojaks43 Wireless Networks 7 11-04-2007 04:29 AM
NEWBIE LOST AND NEEDING HELP Chris Kinghorn Wireless Internet 5 03-20-2006 11:13 AM
Lost Setup CD for MN-500 Bob Broadband Hardware 1 06-19-2004 12:40 PM
Wlan setup - newbie :-) Karthikesh Raju Linux Networking 1 01-19-2004 03:46 PM



1 2 3 4 5 6 7 8 9 10 11