|
Hi Simon,
I was trying to achieve, as I understand it, the same thing as you. This approach has been touched upon in this thread and elsewhere but maybe more specific instructions might help.
1. Ensure your Server 1 has two Nics, one LAN Segment (Local Only) and one Bridged (could use NAT also)
2. Give Server 1, Local Only NIC a Static IP, set the default gateway as itself. E.g.
IP: 192.168.10.1
SM: 255.255.255.0
DNS: 192.168.10.1
DG: 192.168.10.1
3. Your 2nd NIC should have picked up an IP from the DHCP on your router if using Bridged or be sharing the IP of your host machine - confirm this is the case by running ipconfig /all. As said previously, would recommend these are on different subnets.
4. Goto Start/Administrative Tools/Routing and Remote Access. In the MMC click on Action and then Configure and Enable Routing and Remote Access, click next, select the 2nd option - NAT, Allow internal clients to connect to the Internet using one public IP address. Click Next.
5. Your 2 NICs should show in the list. Select the Bridged NIC that will be used for Internet Access. Click Next and Finish.
You should now be able to access the Internet from your Server whilst maintaining a separate DHCP server in your virtual network. For the clients ensure the default gateway points to your server 1 IP (192.168.10.1)
Hope that's useful. I've only just starting learning about RRAS for 70-291 so if anyone has any other input feel free.
|