Your configuration has a fundamental conflict. And I probably led you further astray by making some assumptions. So before going further - and I hope my ASCII art doesn't get garbled - is this how you are laid out?
Internet <---> Router <--> Server and desktops
192.168.1.1 192.168.1.nnn 10.0.0.1 10.0.0.11 thru .253
The server has 2 NICs. The outside NIC at 192.168.1.nnn, probably DHCP assigned from the router, and the inside NIC at 10.0.0.1 - right?
One more assumption - I am assuming the mask your server assigns to your DHCP clients is 255.255.255.0.
If so - then why use the server for routing? Forget about RRAS and route everything, including your desktops through the router. That is the router's job. That's what routers do. Try these steps:
1. Assign the LAN side of your router an IP Address of, say, 10.0.0.254, mask 255.255.255.0. Disable DHCP on your router.
2. Connect the inside NIC of your router to the same Ethernet switch/hub as the 10.0.0.1 NIC of your server.
3. Disconnect and disable the 192.168.1.nnn NIC of your server.
4. Assign your server's default gateway to be 10.0.0.254.
5. Make sure DNS **server** on your server is set up properly - In Administrative Tools...DNS, look at your server properties, make sure your server has forwarders assigned so it can translate names on the Internet.
6. Modify your DHCP scope to hand out a default gateway of 10.0.0.254 and DNS server of 10.0.0.1.
If changing the router is scary, here is another approach:
1. Leave the router address settings alone. You will still need to disable DHCP on your router.
2. On your server, assign a static IP Address of, say, 192.168.1.2 mask 255.255.255.0 to the server's 192.168.1.nnn NIC. Assign a default gateway of 192.168.1.1.
3. Connect the server's 192.168.1.2 NIC to the same Ethernet as your desktops. Also connect your router to this same switch/hub.
4. Disconnect and disable the server's 10.0.0.1 NIC.
5. Remove the 10.0.0.n DHCP scope on your server.
6. Make sure DNS **server** on your server is set up properly - In Administrative Tools...DNS, look at your server properties, make sure your server has forwarders assigned so it can translate names on the Internet.
7. Set up a new DHCP scope for your desktops. Use a range of, say, 192.168.100 through .,150, with mask 255.255.255.0. Assign a default gateway of 192.168.1.1 and DNS server address of 192.168.1.2.
- Greg
Greg Scott
Need to support users over the internet?
click here try our remote control online beta