Advertisement
Guest User

Untitled

a guest
Mar 18th, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. # The primary network interface
  9. auto em2
  10. iface em2 inet static
  11. address 198.12.86.218
  12. netmask 255.255.255.248
  13. network 198.12.86.216
  14. broadcast 198.12.86.223
  15. gateway 198.12.86.217
  16. # dns-* options are implemented by the resolvconf package, if installed
  17. dns-nameservers 8.8.8.8 8.8.4.4
  18.  
  19. iface em2 inet static
  20. address 198.12.86.219
  21. netmask 255.255.255.248
  22.  
  23. iface em2 inet static
  24. address 198.12.86.220
  25. netmask 255.255.255.248
  26.  
  27. iface em2 inet static
  28. address 198.12.86.221
  29. netmask 255.255.255.248
  30.  
  31. iface em2 inet static
  32. address 198.12.86.222
  33. netmask 255.255.255.248
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement