X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/1c4cc0fcb757878f973e17b4f36f3264a0c34d8e..da7dd4b8fd29e26724bf08e774b1fb5c6cfc0ebe:/files/interfaces?ds=sidebyside diff --git a/files/interfaces b/files/interfaces new file mode 100644 index 0000000..dc11ca9 --- /dev/null +++ b/files/interfaces @@ -0,0 +1,10 @@ +# interfaces(5) file used by ifup(8) and ifdown(8) +# Include files from /etc/network/interfaces.d: +source /etc/network/interfaces.d/* + +auto eth0 +iface eth0 inet dhcp + +auto wlan0 +iface wlan0 inet dhcp + wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf