It should work as it is. The RRAS server does proxy ARP for the remote
client, so it should redirect traffic over the VPN link (unless you have
specifically set it up for access to the RRAS server only).
When the RRAS server receives the packet for server2 from the client,
it puts it on the wire using server2's MAC address. The server replies to
the remote client's MAC address. The RRAS server does proxy ARP for the
client, get the frame and relays it over the VPN link. No real routing takes
place (because they are all in the same IP subnet).
Proxy ARP sometimes fails in a switched network. If that is your
problem, you will need to give the VPN client an address in a different
subnet and use IP routing through the RRAS server.
Steve S said:
Server #1 & #2 are in the same subnet 192.168.100.X. The firewall acts as the DHCP server.
The VPN connection receives a 192.168.100.X address.
RRAS is only on server #1.
Tracert -d from Server #2 returns request timed out.
By putting a WINS entry on the XP VPN client I can resolve the server
name. But can't ping by name or address.