Guest User

Untitled

a guest
Jan 22nd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. auto eth0
  2. iface eth0 inet static
  3. address 188.165.0.223
  4. netmask 255.255.255.255
  5. broadcast 188.165.0.223
  6. post-up route add 91.121.169.254 dev eth0
  7. post-up route add default gw 91.121.169.254
  8. post-down route del 91.121.169.254 dev eth0
  9. post-down route del default gw 91.121.169.254
Add Comment
Please, Sign In to add comment