[Solved] Wifi configuration - Printable Version +- KeexyBox's forum (https://forum.keexybox.org) +-- Forum: System settings (https://forum.keexybox.org/Forum-System-settings) +--- Forum: Wireless Access Point (https://forum.keexybox.org/Forum-Wireless-Access-Point) +--- Thread: [Solved] Wifi configuration (/Thread-Solved-Wifi-configuration) |
[Solved] Wifi configuration - diozea - 07-04-2021 Hello, I finished to setup keexybox for website filtering and anonymity topology with a raspberry pi 4. Wifi form is filled. But any wifi signal is broadcast by the raspberry.(As I understand, Pi 4 can act as an AccessPoint natively, Am I wrong?) Keexybox GUI can't start hostapd service. The service is stopped. On SSH, Raspberry warn me: Wi-Fi is currently blocked by rfkill. Use raspi-config to set the country before use. raspi-config shows an error when I try to setup WLAN country: Could not communicate with wpa_supplicant pi@raspberrypi:~ $ cat /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 pi@raspberrypi:/opt/keexybox/hostapd/etc $ cat hostapd.conf # GENERATED BY KEEXYBOX WEBUI # DO NOT EDIT THIS FILE # General ssid=WifiNobel-keexy interface=wlan0 bridge=br0 country_code=FR hw_mode=g channel=10 wmm_enabled=1 macaddr_acl=0 # Security ignore_broadcast_ssid=0 auth_algs=1 wpa=2 wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP wpa_passphrase=mypassword Do I miss something? RE: Wifi configuration - diozea - 07-10-2021 Solved with the command: rfkill unblock wlan |