ZebMcKayhan
Very Senior Member
Sounds almost like the supress_prefixlength 0 does not do anything at all on your setup.Morning.
I've tried, as you asked, the prefixlength rule, starting with 63, and continuing with 30, 15, 7, 3, 1 and 0, with the same result. At the moment I launch the command, my Firefox addon tell me that traffic is going through WAN. And this only change if I delete the rule.
Greetings.
Ok, one last try.
Put the rule back:
Code:
ip -6 rule add from all lookup main suppress_prefixlength 0 prio 10000
Then what do you get from an arbitrary ipv6 route lookup:
Code:
ip -6 route get 2600:: from $(nvram get ipv6_rtr_addr) iif br0
And from ip.me:
Code:
ip -6 route get 2a02:6ea0:c035::11 from $(nvram get ipv6_rtr_addr) iif br0
Will it say ppoe or wgc1?
Now, remove the rule and try again. Any change?