It would help it you told us exactly what you are trying to do.
If your connection to your ISP is an ADSL router, you do not need to set
up your server as a router. The server can use the router as its Internet
gateway and so can the workstations.
What you do need to change is your network config and your DNS settings.
AD is not compatible with the standard setup of a SOHO ADSL "router". You
need to set the LAN machines (including the server) to use the router as the
default gateway but use the DC as their DNS server. DNS on the server needs
to be modified to forward to a public DNS server (such as the on at your
ISP). I would turn off the DHCP option on the router and run DHCP on the
server. eg
Internet
|
public IP
ADSL
192.168.1.1
|
DC
192.168.1.2 dg 192.168.1.1 DNS 192.168.1.2
|
workstations
192.168.1.x dg 192.168.1.1 DNS 192.168.1.2
"HotmailUser" <(E-Mail Removed)> wrote in message
news:5231AD0A-5081-41B2-953C-(E-Mail Removed)...
>I guess it's because I would be using a switch that I don't have to worry
> about routing, correct? Or do I have to do anything to configure IP
> routing
> in this scenario?
>
> Thanks.
>
> "Meinolf Weber" wrote:
>
>> Hello HotmailUser,
>>
>> Do not configure a DC as a router for sharing internet connections and
>> multihome
>> it for this with 2 different ip's.
>> Connect your router to a switch, where all servers and clients are
>> connected.
>> Configure the clients to point only to the DC/DNS server as DNS server
>> and
>> configure a forwarder on the DNS managemen console from the server
>> porperties
>> to your ISP's DNS server. This will prevent you from a lot of trouble of
>> multihoming a domain controller.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers
>> no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>
>> > I'm trying to deploy Windows Server 2008 as a domain controller that
>> > is
>> >
>> > connected to my ISP's router and thus use Server 2008 as a router to
>> > share my
>> >
>> > Internet connection among PCs on my LAN. When I look at the
>> > documentation on
>> >
>> > TechNet, some of the crucial docs required to set this up are missing:
>> >
>> > http://technet2.microsoft.com/window...ry/59e1e955-31
>> > 59-41a1-b8fd-047defcbd3f41033.mspx?mfr=true
>> >
>> > When will Microsoft update this site with the right docs?
>> >
>> > Thanks.
>> >
>>
>>
>>