Guest User

Untitled

a guest
Oct 20th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $iptables -t nat -A POSTROUTING -o $IF_EMBRATEL -s 192.168.10.20 -d 88.198.46.60 -j SNAT --to-source 189.17.80.180
  2.  
  3.  
  4.  
  5. ip route add default via 189.17.80.176 dev eth0 table embratel
  6. ip rule from 189.17.80.180 table embratel
  7.  
  8. ip rule add from 192.168.10.20 lookup embratel
Add Comment
Please, Sign In to add comment