Hi!
In installation, I chose DHCP for WLAN but now when I changed to static then it stops working.
Working good:
And I changed it to:
(not working)
What did I do wrong?
In installation, I chose DHCP for WLAN but now when I changed to static then it stops working.
Working good:
Code:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
And I changed it to:
(not working)
Code:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA inet 192.168.1.8 netmask 255.255.255.0"
What did I do wrong?