Guest User

Untitled

a guest
Jan 20th, 2018
91
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
  2. iface lo inet loopback
  3.  
  4. # The primary network interface
  5. auto eth0
  6. iface eth0 inet static
  7. address 10.1.1.21
  8. netmask 255.255.255.0
  9. gateway 10.1.1.1
  10. dns-nameservers 8.8.8.8
  11.  
  12. auto eth0:0
  13. iface eth0:0 inet static
  14. address 10.1.1.22
  15. netmask 255.255.255.0
  16.  
  17. auto eth0:1
  18. iface eth0:1 inet static
  19. address 10.1.1.23
  20. netmask 255.255.255.0
  21.  
  22. auto eth0:2
  23. iface eth0:2 inet static
  24. address 10.1.1.24
  25. netmask 255.255.255.0
Add Comment
Please, Sign In to add comment