Hi Everyone,
I have a setup where i need three VM's running on a server 2012 r2 host.
One of the VM's i would like to be isolated from the rest of the network, but still have access to the internet.
For this virtual machine i have created an internal virtual switch and used Routing and Remote access to NAT the "public" and "private" NIC's
NIC Details below
"Public"
IP: 192.168.10.11
Netmask: 255.55.55.0
Default Gateway: 192.168.10.254
DNS: 192.168.10.254
"Private" (internal VM switch)
IP: 192.168.1.1
Netmask: 255.255.255.0
I have installed RRAS and used the below text as a guideline. Select LAN Routing and NAT and click Finish. Click on Start Service when prompted. This will configure the RRAS server and start the RRAS service. Notice that RRAS server will have a green up
arrow denoting that server is enabled and configured.
9. Expand IPv4, Select NAT, make a right click on it and select New Interface. Select Public and click OK.
10. You will be prompted to Select Interface type. Select Public Interface connected to Internet and Select Enable NAT on this Interface. Click OK.
From the Islocated VM, i can access 192.168.0.1 fine and browse to the server UNC path, i also cannot ping any toher VM.
BUT, i have no internet access.
My guess is RRAS is not routing the HTTP traffic correctly (this is also ticked in RRAS) but i ran out of ideas.
Any help would be magic!