I have a win2003 AD server with DHCP, DNS, WINS. My network was
originally set up with some public IPs, (DHCP provided by the AD
server) and adding workstations/printers/etc has almost used them up.
There's no reason for most of those boxes to have public IPs, so I'd
like to NAT them behind the AD server.
I have set up m0n0wall/pfSense on a spare wrap board to do the job
temporarily, but I'm not convinced it's entirely stable (in certain
testing situations like copying large files from a windows share,
connections drop)
So I thought I could move NAT to the AD server.
Setting up routing and remote access on an AD server with DNS seems to
be a "can of worms":
I ran across this article, but it's not solving all my issues (DNS not
provided to NAT clients, Windows shares inaccessable):
http://support.microsoft.com/default...;EN-US;q292822
Ideally, I'd just set up Win2003 on a completely seperate box dedicated
to RRAS/NAT, but it seems there should be a way to integrate RRAS/NAT
into my existing infrastructure. I'd like to avoid a "one box per
service" network topology.
My next testing situation is going to be using an existing Linux 2.6
kernel MySQL server to do IP Masquerade. Surprisingly at this point,
it seems like the easiest solution...