Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. auto eth0
  2. iface eth0 inet static
  3. address 189.1.xx.xx
  4. netmask 255.xxx.255.0
  5. broadcast 189.xxx.164.255
  6. network 189.1.xxx.0
  7. gateway 189.1.xxx.1
  8. post-up ip route add default via xx.1.xxx.1 table eth0_if
  9. post-up ip rule add from 189.1.xxx.3 table eth0_if
  10. post-down ip rule del from 1x9.1.xxxx.3 table eth0_if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement