how can I add a route to each machine in a network? I use DHCP, but am not sure which setting to use.
Here’s the scenario: I have 2 subnets connected by a vpn tunnel. I need machines on each side to use the vpn gateway to connect to machinesin the other subnet. I also need them to go through their normal gateway for all their internet access. How can I automatically configure them. teh route add command works fine, one at a time, and I COULD write a script, but there HAS to be a better way.
thanks in advance