Skip to content

Instantly share code, notes, and snippets.

@cjimti
Created June 7, 2016 03:30
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 cjimti/a0d54e8b8904f231927ab88a559ef348 to your computer and use it in GitHub Desktop.
Save cjimti/a0d54e8b8904f231927ab88a559ef348 to your computer and use it in GitHub Desktop.
source-directory /etc/network/interfaces.d
auto lo
auto eth0
auto wlan0
auto uap0
iface eth0 inet dhcp
iface lo inet loopback
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface uap0 inet static
address 192.168.50.1
netmask 255.255.255.0
network 192.168.50.0
broadcast 192.168.50.255
gateway 192.168.50.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment