dude 0 Posted ... route delete 0.0.0.0 192.166.0.1 << does not work why is that i want to force all traffic through openvpn it works with other "vpn services" i uses just not yours Quote Share this post Link to post
goftari 0 Posted ... You may not delete the routes unless they are created by yourself (I'm talking about Windows). There is a parameter in routing tables, called Metric; if you want a route to be prior than the other similar one, yo should assign it a more prior metric (metrics are shown by numbers, where the smaller number is prior), So, If you want to relay your traffic through a route other than the man route, you'll have to specify a route with prior Metric. For Windows: in command prompt, type: route ADD 0.0.0.0 MASK 255.255.255.0 157.55.80.1 METRIC 1 Where the IP address 157.55.80.1 is your desired IP address on which you want to relay the traffic. Quote Share this post Link to post