Hi there,
I'm trying to setup RRAS on Windows Server 2012 R2 server in Azure to support inbound VPN connections from internet machines using SSTP.
I've setup the RRAS service, and am able to successfully VPN into the host from a guest machine, and can establish connectivity to the RRAS server using ICMP etc. However, I cannot connect to any other VMs in the same subnet as the RRAS server... no matter
what I do. My connection is just limited to the RRAS machine.
My environment is as follows
RRAS server - single interface.
- IP address of 10.50.0.12
- Configured as a VPN service (SSTP with public wildcard certificate)
- RRAS configured with a static address pool of 172.16.10.10 - 172.16.10.254
I have configured a static route on another server in tenant (10.50.0.11) that points all traffic to the static address pool via the RRAS server (route add 172.16.10.0 mask 255.255.255.0 10.50.0.12 -p)
I can successfully connect from my client machine, and establish connecting and ping the RRAS server on 10.50.0.12.
However, I cannot ping anything else, including the secondary VM that I put the static route on (10.50.0.11). I've tried disabling the Windows firewall on all machines... no difference.
Can anyone point me in the right direction as to what might be wrong?
Regards, James
James Frost