You are on page 1of 1

Configurar interface wireless

auto lo wlan0
iface lo inet loopback
iface wlan0 inet static
address xxx.xxx.xxx.xxx # I use the address I want
netmask xxx.xxx.xxx.xxx # 255.255.255.0
gateway xxx.xxx.xxx.xxx # 192.168.2.1 my router ip
dns-nameservers xxx.xxx.xxx.xxx
# 8.8.8.8 google
wpa-ssid your_router
wpa-psk your_secret_key
Now get the system to re-read the file and use the changes:
sudo ifdown wlan0 && sudo ifup wlan0

You might also like