/etc/networks/interfaces
Code: Select all
auto lo
iface lo inet loopback
#auto eth0
#iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1Code: Select all
address 192.168.2.10 etcI'd also have to change the /etc/wpa_supplicant/wpa_supplicant.conf file
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1
network={
ssid="thename"
psk="thekey"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
}