Advertisement
TheCreatorzOne

Cat

May 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. root@IS-72100:~# cat /etc/network/interfaces
  2. # This file describes the network interfaces available on your system
  3. # and how to activate them. For more information, see interfaces(5).
  4.  
  5. source /etc/network/interfaces.d/*
  6.  
  7. # The loopback network interface
  8. auto lo
  9. iface lo inet loopback
  10.  
  11. # The primary network interface
  12. auto eno1
  13. iface eno1 inet static
  14. address 78.129.237.22
  15. netmask 255.255.255.0
  16. network 78.129.237.0
  17. broadcast 78.129.237.255
  18. gateway 78.129.237.1
  19. # dns-* options are implemented by the resolvconf package, if installed
  20. dns-nameservers 87.117.198.200 87.117.237.100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement