Dragos has pointed you in the right direction. To use NAT, the "private"
side must be in a different IP subnet from the "public" side.
I must ask why you are using a Windows RRAS server to do this if you
have an ADSL Router? The ADSL router will already be doing NAT. In addition,
it is not recommended to use a DC as a router. It can cause you all sorts of
odd problems. You will also have trouble with DNS.
"Dragos CAMARA" <(E-Mail Removed)> wrote in message
news

B2D2C1A-63F6-4E2A-8097-(E-Mail Removed)...
> hi,
> the 2 nic's dosen't have to be on the same class
> nic1 :
> 10.0.0.1
> 255.0.0.0
> gateway:none
> dns: 10.0.0.1
> nic2:
> 192.168.1.1
> 255.255.255.0
> gateway: dsl nic
> dns :10.0.0.1 if you have forwardes or dns of ISP
>
> client :
> 10.xxx.xxx.xxx
> 255.0.0.0
> gateway: 10.0.0.1
> dns: 10.0.0.1 if you have forwardes or dns of ISP
>
> --
> Dragos CAMARA
> MCSA Windows 2003 server
>
>
> "sxnet" wrote:
>
>> Hello Everyone.
>> I really need some help on this...
>>
>> i want to setup a network for my company but i'm having trouble setting
>> it
>> up the way i suppose it should be.
>>
>> so... what i have is a server running windows server 2003 r2 standard.
>> with
>> 2 NICs
>>
>> one is connected to a netrwork swicth where every client will connect,
>> and
>> another one is connected to a DSL modem/router.
>>
>> now my problem is i have dived in RRAS and NAT but i can't get my clients
>> to
>> have any internet when things are setup this way...
>>
>> probably just some NIC config problems...
>>
>> this is what i have:
>>
>> The Modem/Router can either work as a router or just a bridge...
>>
>> router has ip of 10.0.0.138
>>
>> the server is running DC, DNS and DHCP along with RRAS
>>
>> the server NIC connected to my LAN:
>>
>> 10.0.0.1
>> 255.0.0.0
>> 10.0.0.1 ?
>>
>> DNS: 10.0.0.1
>>
>> the server NIC connected to the router shoud go like:
>>
>> 10.0.0.2
>> 255.0.0.0
>> 10.0.0.138 ??
>>
>> DNS: 10.0.0.1
>>
>> now dns has forwarders set up....
>>
>> any way i can't get this to work...
>>
>> can you please help??
>>
>> i know i must be doing several things wrong, but i can't find this info
>> anywhere..
>>
>> thank you.