1
2
3
4
5
6
7
8
9
10
11
12
13
14 | # interfaces(5) file used by ifup(8) and ifdown(8) # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d # The loopback network interface auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.2.191 netmask 255.255.255.0 gateway 192.168.2.1 wpa-essid TP--WLAN wpa-psk 8d07c8a7bcfc83b933372a0f32f8cf21158963b99f4c33e8df18d53817568e3f |