Jump to content
Not connected, Your IP: 18.118.184.237
Sign in to follow this  
dude

route delete 0.0.0.0 192.166.0.1

Recommended Posts

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

Share this post


Link to post

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.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...