Hello Forum Users,
I have an issue with the WiFi of a home-office I set up for a friend.
Most of the time things work as expected, but about once every month the system gives my friend real trouble. Instead of connecting to the pre-configured SSID, the FreeBSD PC acting as his internet gateway connects to an unknown, password-less WiFi coming from somewhere nearby (likely from the meeting room of the firm on the other side of the wall).
What I would like is to make sure that his gateway connects ONLY to the pre-configured SSID, if that is available. Otherwise DO NOT connect to any WiFi.
I have priority set to a high value, but the issue still happens.
Any suggestion on how to prevent the system to connect to undesired "free" wifi networks instead of the one we want is appreciated.
I have an issue with the WiFi of a home-office I set up for a friend.
Most of the time things work as expected, but about once every month the system gives my friend real trouble. Instead of connecting to the pre-configured SSID, the FreeBSD PC acting as his internet gateway connects to an unknown, password-less WiFi coming from somewhere nearby (likely from the meeting room of the firm on the other side of the wall).
What I would like is to make sure that his gateway connects ONLY to the pre-configured SSID, if that is available. Otherwise DO NOT connect to any WiFi.
I have priority set to a high value, but the issue still happens.
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="Homeoffice"
scan_ssid=0
psk="wifi_password_here"
priority=99
}
Any suggestion on how to prevent the system to connect to undesired "free" wifi networks instead of the one we want is appreciated.