Hello,
For my PI I use on raspios PiRouter with hostapd.
gitlab.com
How do you install the same on FreeBSD ? (i.e. wget -c --no-check-certificate "https://download.freebsd.org/ftp/re...reeBSD-12.1-RELEASE-arm64-aarch64-RPI3.img.xz" )
Hostapd config has:
Kind regards
For my PI I use on raspios PiRouter with hostapd.

openbsd98324 openbsd98324 / pirouter · GitLab
Transform your Raspberry PI in a wifi router, using eth0 ==> wlan0 (bridge).

How do you install the same on FreeBSD ? (i.e. wget -c --no-check-certificate "https://download.freebsd.org/ftp/re...reeBSD-12.1-RELEASE-arm64-aarch64-RPI3.img.xz" )
Hostapd config has:
Code:
country_code=GB
interface=wlan0
bridge=br0
ssid=DEBIANROUTER
wmm_enabled=0
hw_mode=g
channel=7
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=****
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
Kind regards
Last edited by a moderator: