Skip to content

Instantly share code, notes, and snippets.

@hytdsh
Created December 7, 2017 09:38
Show Gist options
  • Save hytdsh/8e14d4cbf38e31a7e5740bf84d0cd20b to your computer and use it in GitHub Desktop.
Save hytdsh/8e14d4cbf38e31a7e5740bf84d0cd20b to your computer and use it in GitHub Desktop.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp0s3
iface enp0s3 inet static
address 192.168.99.2
netmask 255.255.255.0
gateway 192.168.99.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment