Your design has a couple problems. I'll show the corrections, and then I
will try to display one that works with a modem and then one that looks like
what we have been discussing earlier.
Corrections:
#1. It doesn't reflect the design we've been discussing to according to my
understanding of your descritpion of it..
#2. The DC and DNS are the same machine. That is not because of
networking,...that is the way it is with Windows Domains
-----------------------------------------------------------------
With DSL:
(borrowed linksys) Router
Private side IP# = 192.168.2.50
Public side IP# = Set by ISP's DHCP
DC/DNS
IP# = 192.168.2.1 / Subnet 255.255.255.0
Default gateway = 192.168.2.50
Preffered DNS = 127.0.0.1 (loopback address, it points to itself)
DNS configuration uses Forwarders pointing to ISP's DNS
Client machines
IP# = 192.168.2.2 thru 192.168.2.254 / Subnet 255.255.255.0
Default gateway = 192.168.2.50
Preferred DNS = 192.168.2.1
----------------------------------------------------------------------
With Modem:
DC/DNS
IP# = 192.168.2.1 / Subnet 255.255.255.0
ICS enabled
Default gateway = <**NONE**> (See Modem 2 lines down)
Preffered DNS = 127.0.0.1 (loopback address, it points to itself)
DNS configuration uses Forwarders pointing to ISP's DNS
Modem (Dialup adapter) All specs set by ISP including the Default Gateway
Client machines
IP# = 192.168.2.2 thru 192.168.2.254 / Subnet 255.255.255.0
Default gateway = 192.168.2.50
Preferred DNS = 192.168.2.1
----------------------------------------------------------------------
System we been dealing with according to my understanding of your
decription:
ICS machine using Dialup Modem:
IP#= 192.168.5.1 / Subnet 255.255.255.0
ICS enabled
Default Gateway = <**NONE**> (See Modem 4 lines down)
Static Route: rt192.168.0.0 mask255.255.255.0 int192.168.5.2
metric1
<sends all traffic for 192.168.0.x to 192.168.5.2 on LAN Router Nic#1>
Preffered DNS = 192.168.0.2 (LAN's DC/DNS)
Modem (Dialup adapter) All specs set by ISP including the Default Gateway
LAN Router (duel nic machine)
Nic#1 IP# = 192.168.5.2 / Subnet 255.255.255.0
Nic#2 IP# = 192.168.0.1 / Subnet 255.255.255.0
Default Gateway = 192.168.5.1 (ICS machine)
Preferred DNS = 192.168.0.2 (LAN's DC/DNS)
DC/DNS
IP# = 192.168.0.2/ Subnet 255.255.255.0
Default gateway = 192.168.0.1 (LAN Router Nic#2)
Preffered DNS = 127.0.0.1 (loopback address, it points to itself)
DNS configuration uses Forwarders pointing to ISP's DNS
Client machines
IP# = 192.168.0.3 thru 192.168.0.254 / Subnet 255.255.255.0
Default gateway = 192.168.0.1 (LAN Router Nic #2)
Preferred DNS = 192.168.0.2 (LAN's DC/DNS)
----------------------------------------------------------------------------
----
There it is.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"noobtech" <(E-Mail Removed)> wrote in message
news

4B41F8E-F36B-471D-937A-(E-Mail Removed)...
> I don't have DSL but I do have the network set up as if it had DSL. So
based on your post and everyone's post I assume that if i used the following
correct configuration all my clients within my 2003 Domain would have
internet access if I had DSL:
>
> (borrowed linksys) Router: 192.168.2.50
>
> DC = 192.168.2.1 / Subnet 255.255.255.0
> Defualt gateway = Empty?
> preffered DNS = 192.168.2.2
>
> DNS server = 192.168.2.2 / Subnet 255.255.255.0
> Default gateway = 192.168.2.50
> preferred DNS - set to isp's DNS, to itself or leave this empty?
>
> Client machines = IP 192.168.2.5
> Default gateway = 192.168.2.50
> Preferred DNS = 192.168.2.2
>