justmee
Posts: 505
Joined: 14.May2007
Status: offline
|
Hi Steve, So, you do not want to assign to your VPN clients on-subnet IP addresses from your Internal Network, 10.0.0.0/24(either using DHCP or a static pool of IP addresses). Instead you want to assign them IP addresses from 172.16.1.0/24. Configure the static pool of IP addresses with IP addresses from this range, or with this entire range, as per configuration steps from the above link. Yes, it works, sort of, you will be able to access resources located on the Internal Network from the VPN clients, that's why this setting is there. You just need to create the required access rule. The default network relationship between the VPN Clients Network and the Internal Network is route, you do not need to change it. The sort of part: If the use default gateway on remote network is checked on the VPN client(as it should be), a default route would be added, so traffic for 10.0.0/24 will be sent over the VPN tunnel. No problems. If the use default gateway on remote network is not checked on the VPN client, I think that you will have a problem. You will not have a route to the 10.0.0.0/24 network, only for 172.16.1.0/24. And using CMAK profiles to update the routing table I think it will not work also(if you leave the IF DEFAULT in place), you will end up with a wrong route, sending traffic through the physical interface. As per help docs, you should leave the use default gateway on remote network checked, and add/remove any routes as desired. The problem adding the route on the VPN client, when use default gateway on remote network is not checked, is that the route is to be added through the PPP interface, and you do not know the id of that interface on the client machine(unless you are a magician or so). You may use a script to add that route. Check this. Or you can add that route through DHCP Options, Options 249, Classless Static Routes. Configure on ISA the DHCP relay, http://www.isaserver.org/tutorials/2004dhcprelay.html. On the DHCP server(I suppose is Win 2003), add a scope for 172.16.1.0/24. Add option 249(it appears that you can enter anything in the router tab for this option and still you will have the correct route on the VPN client through the PPP adapter). Personal I have encountered some issues with the DHCP Inform packet with off-subnet static IP addresses(if I changed from dynamic to static, thing were OK, as soon as I've restarted the firewall service on ISA, the DHCP Inform packet seemed to not be sent anymore to the DHCP server by RRAS). Regards, J
< Message edited by justmee -- 2.Sep.2008 3:20:05 PM >
|