Skip to content

Instantly share code, notes, and snippets.

@elbosso
Created March 25, 2018 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elbosso/af28547383e8b4c4c4739220163d6b57 to your computer and use it in GitHub Desktop.
Save elbosso/af28547383e8b4c4c4739220163d6b57 to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto wlp2s0
iface wlp2s0 inet static
address 10.10.10.1
netmask 255.255.255.0
allow-hotplug wlp2s0_0
iface wlp2s0_0 inet static
address 172.16.15.1
netmask 255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment