I was wondering whats the best way to do a static route for all ips except a predefined set.
For example, I have 2 networks attached to one workstation. I want all ips except 192.168.0.0/24 to go through network A and all other through network B. I know I can set a static route to A for those ips, and set the network B priority higher than network A, but in case network A cant find an ip it might try to look for it on network B, and I want to avoid that.
The workstations are all win 7 pro.
Any help would be greatly appreciated. Thanks in advance!