Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 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 eth0
  10. iface eth0 inet static
  11. address 173.255.214.247
  12. netmask 255.255.255.0
  13. gateway 173.255.214.1
  14. dns-nameservers 127.0.0.1
  15. dns-search nickurak.ca
  16.  
  17. iface eth0 inet6 static
  18. address 2600:3c01::f03c:91ff:feae:b9/64
  19. dns-nameservers ::1
  20. dns-search nickurak.ca
  21.  
  22. auto eth0:0
  23. iface eth0:0 inet6 static
  24. address 2600:3c01:e000:0308::250:2/64
  25.  
  26. auto eth0:0
  27. iface eth0:0 inet static
  28. address 23.92.25.103
  29. netmask 255.255.255.0
  30. gateway 23.92.25.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement