Advertisement
Guest User

route

a guest
May 5th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ip route add default via 189.1.174.1 dev em1 table link1
  2. ip rule add from 189.1.174.0/24 table link1
  3. ip rule add to 189.1.174.0/24 table link1
  4. ip route add default via 177.124.129.1 dev em2 table link2
  5. ip rule add from 177.124.129.0/24 table link2
  6. ip rule add to 177.124.129.0/24 table link2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement