https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165220

chronop...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chronop...@gmail.com

--- Comment #6 from chronop...@gmail.com ---
Hello! I don't know if you got this bug solved at any case but I had this in
FreeBSD Release 11.1. In my system this started as soon as I enabled Linux
support with [linux_enable="YES"] in /etc/rc.conf. Somehow it generated a
conflict with IPv6 because having wireless connection with IPv4 only didn't
generate this bug.

The best solution to solve this with is to enable Gateway in /etc/rc.conf with:

gateway_enable="YES"
ipv6_gateway_enable="YES"

to be extra sure I also added

ipv6_activate_all_interfaces="YES"
ip6addrctl_policy="ipv6_prefer"

to make this post complete this is also in my /etc/rc.conf

wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
create_args_wlan0="country SE regdomain ETSI"

ifconfig_wlan0_ipv6="inet6 accept_rtadv"

- - -

If this does not work for your system you can check if Linux support is enabled
and in that case turn it OFF, or keep it ON but only use wireless IPv4.

Hopefully this will help.


Yours sincerely,

JT (Aspiring Daemon)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Reply via email to