Since I have 2 routers on my switch, I want one of my computers to use router 10.0.1.1 and the others to use 10.0.1.2.
10.0.1.2 is the default, but to make the one go to 10.0.1.1, i use this command on it:However, sometimes it goes back to using 10.0.1.2 for seemingly no reason. I keep having to do the following to get it back:Code:'Use route add to get this computer to use a different router than the default gateway set up by the scope: 'route add <ip address you want to route to> mask <subnet mask of the ip you want to route to> <ip of router you want to use> route add 0.0.0.0 mask 0.0.0.0 10.0.1.1 -pDo you know why it doesn't stick? It will stick for a while, then go back radomly.Code:ipconfig /release ipconfig /renew
Thanks