Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
[CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« previous
next »
Print
Pages:
1
2
[
3
]
4
5
...
8
Author
Topic: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements (Read 12732 times)
dseven
Sr. Member
Posts: 301
Karma: 33
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #30 on:
August 13, 2024, 01:23:43 pm »
I didn't try the first patch, but have just applied the new one(s). After a reboot, everything seems OK so-far. I get a /56 prefix via DHCPv6 over PPPoE, and have one LAN interface statically configured with a /64, and another tracking the WAN interface.
Logged
dseven
Sr. Member
Posts: 301
Karma: 33
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #31 on:
August 13, 2024, 01:51:34 pm »
I just looked at my WAN interface configuration again, and I see that the "Use IPv4 connectivity" option is there. Isn't it supposed to disappear with these patches?
Logged
doktornotor
Hero Member
Posts: 709
Karma: 70
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #32 on:
August 13, 2024, 01:57:18 pm »
Not just yet.
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #33 on:
August 13, 2024, 02:01:14 pm »
It's still there indeed. The exercise here is to get these test patches into 24.7.x and keep the breaking change(s) like the flag removal hidden on what is to become 25.1.
Cheers,
Franco
Logged
doktornotor
Hero Member
Posts: 709
Karma: 70
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #34 on:
August 14, 2024, 10:09:42 am »
Quote from: franco on August 13, 2024, 12:31:41 pm
# opnsense-revert opnsense && opnsense-patch 3a9f98843b 182bab339a
Done and still working - same setup as described
here
.
Logged
csutcliff
Newbie
Posts: 17
Karma: 2
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #35 on:
August 14, 2024, 10:58:16 am »
Quote from: franco on August 13, 2024, 12:31:41 pm
# opnsense-revert opnsense && opnsense-patch 3a9f98843b 182bab339a
Working the same here too.
Logged
dseven
Sr. Member
Posts: 301
Karma: 33
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #36 on:
August 14, 2024, 11:23:23 am »
I had something odd happen overnight. I don't know if it's related to these patches, or just a coincidence.
I woke up in the middle of the night, and found that I had "no internet". I went to my office and looked at opnsense, which showed the PPPoE interface as red. Not fully awake, I tried to "reload" the interface (from the overview page). It ("the internet") didn't come back (I think the interface was still showing red), so I reboot, and then it did come back, and everything was OK again.
Now that I'm more (but probably still not 100%) awake, I'm looking in /var/log/ppps. It appears that there was some sort of outage lasting about 12 minutes (assuming something at ISP). After the 12 minutes, it looks like PPPoE reestablished (IPCP: LayerUP, with the correct assigned IPv4 address), but apparently not fully, as I had "no interrnet". A few hours later, I can see my attempt to reload the interface, which also looks like it reestablished OK, then finally my reboot.
If someone wants to look at logs, I can share them somewhere private...
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #37 on:
August 14, 2024, 11:25:13 am »
@dseven sure, send them to franco@opnsense.org but please also include the system log.
Thanks,
Franco
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #38 on:
August 14, 2024, 11:34:56 am »
PS: One thing this could be is
https://github.com/opnsense/core/pull/7692
which is being shipped in 24.7.2 next week.
Logged
dseven
Sr. Member
Posts: 301
Karma: 33
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #39 on:
August 14, 2024, 12:50:45 pm »
That seems like it probably fits. I think it was actually the gateway, not the interface, that was red (did I mention I wasn't fully awake?). Emailed logs anyway. Thanks!
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #40 on:
August 14, 2024, 01:00:48 pm »
Yes, something about the default route here which goes through the gateway.
Was this a general issue or just IPv6? Because I can see IPv6 dropping out at some point not able to fix itself, but it seemed to recover IPv4. Or do I read this wrong?
Cheers,
Franco
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #41 on:
August 14, 2024, 01:03:36 pm »
Made a 24.7.1 backport of the commit to try:
https://github.com/opnsense/core/commit/09209149
# opnsense-patch 09209149
Cheers,
Franco
Logged
dseven
Sr. Member
Posts: 301
Karma: 33
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #42 on:
August 14, 2024, 02:49:06 pm »
It was a general issue. I didn't actually try IPv6, but v4 was down. Had I been awake, I would have checked if I had a default route for v4 - I'm guessing probably not.
I think I need to try to reproduce the issue - perhaps in my current patch state, then revert the patches from this thread (to rule them out as the cause), then try the backport. I'll hopefully get to work on that later today.
Logged
dseven
Sr. Member
Posts: 301
Karma: 33
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #43 on:
August 14, 2024, 05:50:52 pm »
I found that reloading the PPPoE interface (from "Overview") resulted in the interface being up but no v4 default route (until I restarted the gateway monitor, then it came back). After applying the backported patch, that's no longer an issue - the default route gets reinstated after the PPPoE interface comes up, as expected. I'm fairly confident that this is the fix, and it doesn't seem to have anything to do with the patches for this thread. Apologies for the noise, and thanks!
Logged
franco
Administrator
Hero Member
Posts: 17656
Karma: 1610
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
«
Reply #44 on:
August 14, 2024, 06:05:11 pm »
Ok, nevertheless very nice to know that fix works
Logged
Print
Pages:
1
2
[
3
]
4
5
...
8
« previous
next »
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
[CALL FOR TESTING] PPPoE restructuring and IPv6 improvements