New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Access existing WiFi?
Access existing WiFi?
Hi there! I have a B3 that has been unused for quite some time. I was wondering if it is possible to use the wifi capability to access an existing wifi, or is it only able to create a new AP? Thanks in advance!
Re: Access existing WiFi?
Of course you can. You can't manage it through the web GUI though.
How to autorun wpa_supplicant on Debian startup
Don't forget to edit the firewall rules as well. These are stored in /etc/firewall.conf and in it you will find a line stating
Duplicate this line directly below it but change `eth1` to `wlan0` and then run `iptables-restore /etc/firewall.conf`
How to autorun wpa_supplicant on Debian startup
Don't forget to edit the firewall rules as well. These are stored in /etc/firewall.conf and in it you will find a line stating
Code: Select all
-A INPUT -i eth1 -j ACCEPT
Re: Access existing WiFi?
Many thanks! Will give this a try immediately!