Dynamic IP for wireless works:
in /etc/wpa_supplicant.conf
and in /etc/rc.conf
docs.freebsd.org
I tried to set a static IP to my wireless networking but it just didn't work. Also, the wireless SSID name has spaces (and I can't change it) and also a password (psk) is needed. How can I resolve this problem?
in /etc/wpa_supplicant.conf
Code:
network={
ssid="Name with spaces"
psk="freebsdmall"
}
Code:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
Chapter 34. Advanced Networking
Advanced networking in FreeBSD: basics of gateways and routes, CARP, how to configure multiple VLANs on FreeBSD, etc
I tried to set a static IP to my wireless networking but it just didn't work. Also, the wireless SSID name has spaces (and I can't change it) and also a password (psk) is needed. How can I resolve this problem?
Last edited by a moderator: