Re: [iwlwifi] ipv6 connection problem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Aug 2022 12:00:33 UTC
Hi Merek, If you are connecting to IPv6 only WLAN than you can probably either > disable DHCP (if the RDNSS is provided for this network): > ifconfig_wlan0="WPA up" > or install dhcp client capable of acquiring DHCPv6 lease and use it > instead of standard dhclient(8) from the base which doesn't support DHCPv6. I've tried ifconfig_wlan0="WPA up" and it crashes os. You saying that base dhcp doesn't support ipv6 but it works fine with ehternet: --- ifconfig_re0="DHCP" ifconfig_re0_ipv6="inet6 accept_rtadv" rtsold_enable="YES" --- Any clues? Thanks