We have a win2k3 RRAS server serving up VPN connectivity. Addresses are handed out via DHCP relay agent and the network address range is 10.0.96.0/255.255.252.0. When VPN clients connect, they receive an address in the 10.0.96.0 range with subnet 255.255.255.255 and no gateway (when the "Use default gateway on remote network" checkbox is unchecked). Quite often, clients are unable to access server resources in the 10.0.98.0 range. When we do a route print, we see something like this: 10.0.96.0 255.255.255.0 10.0.96.4 10.0.96.4 1 When it does work, we see: 10.0.96.0 255.255.252.0 10.0.96.4 10.0.96.4 1 I am unable to determine why sometimes it hands out the correct subnet and other times not. We can work around it buy checking the "Use Default Gateweay" but we'd rather not have the clients' traffic routed through our slow internet connection (which invariably it ends up doing). We can also blow away the 10.0.96.0 route and add the corrected subnet mask manually. However, we would like this to "just work" without resorting to rebuilding the route on the client end via batch script. I read the thread at [URL]http://groups.google.com/group/microsoft.public.windows.server.networking/browse_thread/thread/8cfb7c2a1250dce0/f5531033487b698f?#f5531033487b698f[/URL] and it seems that this is by design. However, it doesn't do it consistently - sometimes it is /24, others it is /22. How can we get it so that it comes out /22 all the time? Thanks so much!