wlan0 (WPA2) doesn't work when configured manually
- by 71GA
I have been trying to reconfigure my eth0 and wlan0 interfaces by editing /etc/network/interfaces file as folows:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.11
gateway 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
dns-nameservers 193.2.1.66
auto wlan0
iface wlan0 inet static
…