"jcwi65" <> wrote in message
news:...
>
>
>
>
> --
> jcwi65
You need to be careful using NAT with Active Directory. This has nothing
to do with VPC. It applies as well on "real" machines on "real" networks.
The way that NAT handles DNS (ie the NAT server acting as a DNS proxy) is
not compatible with AD.
Put your server in Local Only and give it a static IP in its own IP
subnet. Use dcpromo to create a domain and let dcpromo set up DNS for you. I
would also configure DHCP on the DC and authorize it in AD.
Use RRAS in one of your servers (not the DC) as a NAT router to the
physical network. One NIC connects to the physical network through the NIC
in the host machine. The other NIC is in Local Only and is the default
gateway for your private LAN. Do not configure RRAS to do DHCP or DNS proxy.
Configure the DHCP scope to give your AD clients the NAT router's private
IP as their default gateway but the DC as their DNS server. Configure your
local DNS to forward to a public DNS server (so that it can resolve foreign
URLs as well as local SRV records).
Here is how my network looked when I ran a domain using VPC.
Internet
|
Netgear
192.168.0.1
|
Local Network (workgroup)
192.168.0.x dg 192.168.0.1
|
192.168.0.254 dg 192.168.0.1
RRAS/NAT
192.168.31.254 dg blank
|
DC
192.168.31.11 dg 192.168.31.254
|
AD members
192.168.31.x dg 192.168.31.254 dns 192.168.31.11