You need to change the IP addresses of your LAN machines so that they are
in the same IP subnet as the router, which is your Internet gateway. Before,
your gateway was in the 192.168.1 subnet so your LAN machines had to be in
that subnet. If your gateway is now in 10.144.16 then all of your machines
will need to be in that subnet instead.
You can't do this if you can't change anything on the router. The router
DHCP will not hand out the correct DNS and DHCP addresses. If you can
disable DHCP on the router, you can run DHCP on your server to give clients
the correct settings. They will need to use the router's private IP address
as the gateway and the server's IP address for DNS.
Internet
router
10.144.16.1
|
server (static IP)
10.144.16.2
|
workstations (DHCP from server)
10.144.16.x dg 10.144.16.1 DNS 10.144.16.2
Installing RRAS on a DC is not a good idea. It will cause you all sorts of
odd problems. If you really want to keep the LAN on 192.168.1 you will
neeed a router between 192.168.1 and 10.144.16 but the DC as a router is
not the way to do it.
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> Hi,
> I read old posts and did not find appropriate solution. Please help,
> this is for my school
Thank you.
>
> Situation:
> ___ ADSL Router
> |___| DHCP
> | IP 192.168.1.2
> |
> _______________|_____________
> |_____________________________| 24x 10/100 switch
> | | | | | | |
>
> ____ Local server NIC1
> | | W2K Adv.Server SP4 IP 192.168.1.1
> |____| DC, AD, DNS DGW 192.168.1.2 (ADSL Router)
> DNS Forwarder DNS 192.168.1.1
> -->193.198.184.130
> (ISP)
>
> ___ ___ ___ ___ __
> Win XP Prof SP2 |___| |___| |___|...|___|.. |__| laptops
> IP st. 192.168.1 .101 .102 .103 .120 dhcp
> DGW 192.168.1.2 (adsl router)
> DNS 192.168.1.1 (local server)
>
>
> Problem:
> - new ISP --> new ADSL DHCP router (IP 10.144.16.1)
> [--> 193.19.114.4 for outside world]
> - not permited to change anything on new router
>
> Questions:
> - how to connect my LAN to internet now?
> - install another nic (NIC2) and RRAS+NAT (configuration?) on local
> server?
> - wich changes need to make on each device?
> - do not want any outside computer to connect to my lan
>