I have setup ISA to allow VPN connections, however I can connect but I can not access anything on the network i.e the active directory server, etc. How do I get this done.
Check to make sure you're getting a local IP address when you connect. If you are, make sure you have your settings to log into the network upon connection.
I would hazard a guess that your servers (AD etc) do not have a static route to your ISA server?
If your ISA server passes traffic to your servers, they have to have a route which tells them to reply via your ISA server rather than the default gateway. OR you have to specify a route on your default gateway pointing all your VPN traffic back to the ISA server.
This is easy as long as you have configured your VPN IP address range on a different octet to your normal LAN...for example.
If you LAN is 10.1.1.0
Your VPN is 10.1.2.0
Your VPN Server is 10.1.1.100
Add a static route which points all traffic to 10.1.2.0 to 10.1.1.100.
That will most likely solve your problem assuming your ISA rules are all OK.
If you want servers to be able to reply to the VPN clients you will need to add a static route which tells your servers that if replying to THE IP ADDRESS RANGE OF YOUR VPN CLIENTS to use the ISA server.
i.e. route add -p 10.1.2.0 (The VPN clients range) mask 255.255.255.0 (VPN clients mask) 10.1.1.100 (YOur ISA Server).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.