Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. auto lo:1
  2. iface lo:1 inet static
  3. address 212.160.99.9
  4. netmask 255.255.255.255
  5.  
  6. auto lo:2
  7. iface lo:2 inet static
  8. address 212.160.99.10
  9. netmask 255.255.255.255
  10.  
  11. #Internet ORANGE
  12. auto eth4
  13. allow-hotplug eth4
  14. iface eth4 inet static
  15. address 80.54.27.70
  16. netmask 255.255.255.252
  17. network 80.54.27.68
  18. broadcast 80.54.27.71
  19. gateway 80.54.27.69
  20. up ip ro re default via 80.54.27.69 src 212.160.99.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement