Re: disabling inet6 on interface wlan0
"Jin Guojun[VFF]" <[email protected]>
| Newsgroups | gmane.os.freebsd.questions |
|---|---|
| Message-ID | <[email protected]> |
On 2/19/26 00:47, Matthias Apitz wrote: > Hello, > > I want to have only inet4 on my WLAN interface and have in > /etc/rc.conf concerning the interface: > > wlans_ath0="wlan0" > ifconfig_wlan0="WPA SYNCDHCP" > ip6addrctl_enable="NO" > ipv6_network_interfaces="none" > ipv6_activate_all_interfaces="NO" > ifconfig_wlan0_ipv6="NO" > > but the interface comes up as: remove or comment out the last line # ifconfig_wlan0_ipv6="NO"