Page 8 of 8

Re: Gargoyle IPv6 Testing

Posted: Thu Feb 10, 2022 5:25 am
by duyfken
Lantis wrote:
Wed Feb 09, 2022 5:29 am
I have access to a Belong and Telstra FTTP connection i could test on, but that may not reveal anything related to Superloop. But i can give it a go if you don't have much success.
It's not exclusive to Superloop. I just tested IPv6 in a secondary location with the same Archer C7v5 setup as the first router (but on AussieBB) and when the DNS servers are changed away from the "Default Servers specified by ISP", it doesn't get a IPv6 WAN address.

Re: Gargoyle IPv6 Testing

Posted: Thu Feb 10, 2022 6:16 am
by Lantis
Interesting... and keeping the ISP DNS resolves your issue at home on Superloop as well?

Re: Gargoyle IPv6 Testing

Posted: Thu Feb 10, 2022 7:54 am
by duyfken
Lantis wrote:
Thu Feb 10, 2022 6:16 am
Interesting... and keeping the ISP DNS resolves your issue at home on Superloop as well?
No, that's one of the weird parts... the setting have been sitting on the ISP DNS since (with some manual reboots to try and illicit an effect) but still no return to IPv6 connectivity.

Re: Gargoyle IPv6 Testing

Posted: Sat Feb 12, 2022 10:08 pm
by duyfken
Lantis wrote:
Tue Feb 08, 2022 5:49 pm
It is hard to say whether this is a problem with Gargoyle or your network. If you had the time and effort to attempt to get it working via OpenWrt, and were successful, then i would be interested to compare configurations and see if we can get to the bottom of it.
Just fired up OpenWRT 19.07.8 on the router and dual stack IPv4/IPv6 works straight OTB. Diagnostic command output from that fresh install of OpenWRT 19.07.8 and subsequent fresh reflash of Gargoyle 1.13.X (Built 20220115-0541 git@54463e40) is in your PMs.

Re: Gargoyle IPv6 Testing

Posted: Sun Feb 13, 2022 6:05 am
by Lantis
Thanks. Unfortunately they are pretty much identical. I checked and it doesn't appear to be the same mistake as for mvebu.

You could try doing an
ifup wan6
to try and kick start it. If that resulted in any positive i might have more to go on.

Its another one of those cases where if i had access to it in person i might be able to compare and figure it out. If you can figure out the missing link or reason on your own that would be useful.

Re: Gargoyle IPv6 Testing

Posted: Wed Feb 16, 2022 6:36 am
by duyfken
Lantis wrote:
Sun Feb 13, 2022 6:05 am
You could try doing an
ifup wan6
to try and kick start it. If that resulted in any positive i might have more to go on.
ifup wan6 kicks it into life after a connection settings change! (Worked OTB coming from OpenWRT 19.07.8)

I do have to tick "Use Custom MAC Address" to use the usual WAN MAC Address with any connection setup change, seemingly when DHCPv6 is enabled, otherwise the WAN decides to use the same MAC address as the LAN (it should be literally one digit difference in the last octet, but LAN/WAN using the same means WAN won't connect at all)

Re: Gargoyle IPv6 Testing

Posted: Wed Feb 16, 2022 7:19 am
by Lantis
That's interesting...
I'm wondering if there's a race condition and it isn't coming up on its own.
Unlike regular OpenWrt we do an ifdown -a as part of the restart firewall process which might be upsetting things.
I was experiencing a similar problem to you but i don't experience it anymore. No idea why.
Note issue one on this todo list
https://github.com/ericpaulbishop/gargoyle/issues/883