I didn't mean to imply that disabling ipv6 caused it to work. Rather, I was telling you what I did to modify the network settings.Could you please document which steps you additionally took to disable ipv6?
But, since you asked, I edited the wifi .nmconnection file in /etc/NetworkManager/system-connections and added a new section at the bottom of the file with
Code:
[ipv6]method=ignore
As you can see, when I comment out those two lines and reboot I now have ipv6 enabled:
Code:
ip a show dev wlan02: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether d8:3a:dd:d0:e1:9f brd ff:ff:ff:ff:ff:ff inet 192.168.92.136/24 brd 192.168.92.255 scope global dynamic noprefixroute wlan0 valid_lft 86146sec preferred_lft 86146sec inet6 fdfb:5195:7508:664d:865d:de39:fb5b:5211/64 scope global dynamic noprefixroute valid_lft 1733sec preferred_lft 1733sec inet6 fe80::2345:f6de:fc7d:a8d4/64 scope link noprefixroute valid_lft forever preferred_lft forever
Statistics: Posted by bls — Thu Jul 11, 2024 1:02 am