# interfaces(5) file used by ifup(8) and ifdown(8) # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d auto eth0 auto wlan0 iface eth0 inet static address 192.168.2.112 netmask 255.255.255.0 gateway 192.168.2.1 dns-nameservers 192.168.2.220 192.168.2.240 dns-search isee.biz allow-hotplug wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant.conf iface default inet dhcp