Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 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. source /etc/network/interfaces.d/*
  5.  
  6. # The loopback network interface
  7. auto lo enp1s0
  8. iface lo inet loopback
  9.  
  10. # The primary network interface
  11. iface enp1s0 inet static
  12. address 192.168.178.200
  13. netmask 255.255.255.0
  14. broadcast 192.168.178.255
  15. mtu 9000
  16. gateway 192.168.178.1
  17. dns-nameservers 8.8.8.8
  18. pre-down /usr/sbin/ethtool -s enp1s0 wol g
  19. # This is an autoconfigured IPv6 interface
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement