IPv6 connection fails

OK, then. Thanks @trendy I bothered you for nothing but learned new things at the end. The topic can be closed if moderators wish.

1 Like

This is the software flow offload bug described above. There's a firewall rule in the other thread for how to fix it, but here's what I put my firewall custom rules Luci tab:
ip6tables -D FORWARD -m comment --comment "!fw3: Traffic offloading" -m conntrack --ctstate RELATED,ESTABLISHED -j FLOWOFFLOAD

should i just paste ip6tables -D FORWARD -m comment --comment "!fw3: Traffic offloading" -m conntrack --ctstate RELATED,ESTABLISHED -j FLOWOFFLOAD into the terminal and should i enable the software flow offloading from the interface?
Though i never used thesoftware flow offloading so don't know that bug affects me or not?

From the 21.02.0 release announcement -

Since you don't have an IPv6 connection, software flow offloading would have no effect.

1 Like

Yeah, i never enabled it from the beginning so it would be weird to blame the flow offloading.

Thanks for the clarification @anon89577378!

Moreover this rule applies to forwarded traffic, but the problem here exists even on the router initiated traffic.

I was completely erased this ipv6 thing from my mind but just now while on the interface. i suddenly decided to ping agin and voila!:

image

I have done nothing in terms of config change compared to the point where i marked this post as solved. but here we are.

I really wonder what has changed since that time.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.