summaryrefslogtreecommitdiff
path: root/scripts/interfaces
blob: 6acd7535533a1255f9cdfacb7825be0944b04fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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