Setting up a vpn and IIS IP address restrictions
Posted
by
carpat
on Server Fault
See other posts from Server Fault
or by carpat
Published on 2012-10-30T15:43:34Z
Indexed on
2012/10/31
5:07 UTC
Read the original article
Hit count: 503
I'm trying to get a VPN set up with internal access only sites.
I have set up a VPN on a windows server (single VPS server), and I can connect from a remote computer and I get an IP assigned correctly (from 192.168.1.1 - 255)
Next I configured IIS (running on the same machine) IP Address and Domain Restrictions to only allow only IP address range 192.168.1.0 with subnet mask 255.255.255.0
When I connect to the VPN with "Use Default Gateway on Remote Network" (so that requests must go through the vpn), I get a 403 from the internal sites.
What did I miss?
© Server Fault or respective owner