Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ip route add default via 192.168.1.2 table ovpn
  2. ip rule add from 192.168.1.15 table ovpn
  3.  
  4. ip route add default dev tun0 table vpn
  5. ip rule add from 192.168.1.2 table main pref 1
  6. ip rule add from 192.168.1.0/24 table vpn pref 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement