I have a SBS 2003 with dual NICs, but I am running the machine in a single NIC configuration. I have set-up RRAS for remote access, which I have done many times before on other machines (both SBS and Win2003). For this particular machine, when a RAS clent connection, the RRAS on the server adds a 2nd route for the local LAN to the routing stack. With the same destination, but with the vpn client's assigned IP address as the gateway. To illustrate: Before the VPN client connects, the routing table contains 10.0.0.0/24 with a gateway of 10.0.0.1 (Server Local Area Connection address) on Interface 10.0.0.1. This entry has a metric of 10. After the VPN client connects, the routing table contains a 2nd entry of 10.0.0.0/24 with a gateway of 10.0.0.118 (the address assigned to the RAS client) on interface 10.0.0.121 (RRAS Internal Interface). This entry has a metric of 1. Since this route has a lower metric it becomes the preferred route for the LAN and not of the PCs on the LAN can communicate with the server. When the RAS client disconnects the route is removed, and the PC on the LAN can reach the server again. I have dug through the RRAS configs many times and can't explain this. Does anyone know what could be causing this? Or, can you provide some pointers on how you control the routes that get added to the server when a RAS client connects? Also, does anyone know if you a 10.0.0.0 network number is a problem. This is a class A private network, and I normally use 192.168.x.x which is a class C. Could this be some issue with the 10.0.0.0 being treated different due to it's class? Thanks, John