Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ip route add 86.50.66.203/32 dev br-wan src 86.50.66.203 table wan
  2. ip route add default via 86.50.67.254 table wan
  3. ip route add 85.78.153.122/32 dev 3g-wan2 src 85.78.153.122 table wan2
  4. ip route add default via 10.64.64.64 table wan2
  5. ip rule add from 86.50.66.203 table wan
  6. ip rule add from 85.78.153.122 table wan2
  7. ip route add default scope global nexthop via 86.50.66.203 dev br-wan weight 1 nexthop via 85.78.153.122 dev 3g-wan2 weight 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement