hi all,
not a spiceworks question but basically instead of adding a route like this example -
route -p ADD 10.10.10.0 MASK 255.255.255.0 192.168.1.12
10.10.10.0 - is the new network range i want to gain access to
255.255.255.0 - is the mask of the new network range
192.168.1.12 - is the gateway im going out of to get to the new network range
but can i add just a specific ip address to the table ie like this
route -p ADD 172.1.1.254 MASK 255.255.255.255 192.168.1.254
172.1.1.254 - thats the tmg server i want to point traffic to
255.255.255.255 - i think thats right just the one machine
192.168.1.254 - the gateway i want to go out of to access that specfic ip address