Hi everyone,
I upgraded to FreeBSD 11 yesterday. Seems like you can't manage interface settings with ifconfig anymore.
For instance, I used to do this:
Now, I can't do anything to ath0. If I set the mac address on wlan0, it doesn't work.
This seems to have changed here: https://lists.freebsd.org/pipermail/freebsd-current/2015-August/056956.html
How can I change the mac address for ath0 now?
Thanks!
I upgraded to FreeBSD 11 yesterday. Seems like you can't manage interface settings with ifconfig anymore.
For instance, I used to do this:
Code:
ifconfig ath0 ether ff:ff:ff:...
ifconfig wlan0 create wlandev ath0
Now, I can't do anything to ath0. If I set the mac address on wlan0, it doesn't work.
This seems to have changed here: https://lists.freebsd.org/pipermail/freebsd-current/2015-August/056956.html
How can I change the mac address for ath0 now?
Thanks!