Skip to content

Instantly share code, notes, and snippets.

@congto
Forked from shane-c/template-interfaces
Created September 28, 2016 15:11
Show Gist options
  • Save congto/a453ec69345e1759acc3560346ca9b1d to your computer and use it in GitHub Desktop.
Save congto/a453ec69345e1759acc3560346ca9b1d to your computer and use it in GitHub Desktop.
template /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto em1
iface em1 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
auto p4p1
iface p4p1 inet manual
source /etc/network/interfaces.d/*.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment