OPNsense
  • 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 ... 3 4 [5] 6 7 8

Author Topic: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements  (Read 13164 times)

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17743
  • Karma: 1620
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #60 on: August 22, 2024, 11:29:05 am »
Unset and it keeps working?

https://github.com/opnsense/core/commit/805120ea7844f

The only thing that "dhcp6usev4iface" did was change the interface from the hardware to the PPP device when checked in get_real_interface(). When it's not PPP, it keeps (has to, really) the hardware name.


Cheers,
Franco
Logged

meyergru

  • Hero Member
  • *****
  • Posts: 1768
  • Karma: 172
  • IT Aficionado
    • View Profile
    • congenio
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #61 on: August 22, 2024, 11:38:39 am »
Maybe just a glitch or timing issue, but as I said, I had it on two machines with the same ISP. I know that this ISP sometimes takes a 2-3 minutes for DHCPv6, but the problem persisted for more than 5 minutes after the reboot.
Logged
Intel N100, 4 x I226-V, 16 GByte, 256 GByte NVME, ZTE F6005

1100 down / 440 up, Bufferbloat A+

fatexs

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #62 on: August 22, 2024, 03:26:28 pm »
Quote from: meyergru on August 22, 2024, 11:38:39 am
Maybe just a glitch or timing issue, but as I said, I had it on two machines with the same ISP. I know that this ISP sometimes takes a 2-3 minutes for DHCPv6, but the problem persisted for more than 5 minutes after the reboot.

I had the exact same issue this morning also on a Deutsche Glasfaser circuit.

Opnsense autoupdate ran at 3am this morning. The problem is No IPv6 on WAN.

The Services dhcpd6, dpinger (v6) were stopped (crashed?) and can't be started anymore.

I found this thread and checking the "Use IPv4 connectivity" on the DHCPv6c fixed IP v6 instantly.

There is no PPPOE link.
I can provide any logs if needed.

« Last Edit: August 22, 2024, 03:30:19 pm by fatexs »
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17743
  • Karma: 1620
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #63 on: August 22, 2024, 03:36:28 pm »
> I found this thread and checking the "Use IPv4 connectivity" on the DHCPv6c fixed IP v6 instantly.

Ok, it *might* serialise the IPv6 to be after IPv4 but that's pretty annoying if the ISP enforces this.


Cheers,
Franco
Logged

fatexs

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #64 on: August 22, 2024, 03:48:03 pm »
Quote from: franco on August 22, 2024, 03:36:28 pm
> I found this thread and checking the "Use IPv4 connectivity" on the DHCPv6c fixed IP v6 instantly.

Ok, it *might* serialise the IPv6 to be after IPv4 but that's pretty annoying if the ISP enforces this.


Cheers,
Franco
Any logs you wish have? I can maybe setup a wireshark capture next week with the option set and also with option unset.

More Info: My Opnsense is running on Proxmox
The Update ran today at 3am and didn't pull an Ipv6 for 11 hours until 2pm as I set the WAN option to use Ipv4 and hit apply.


« Last Edit: August 22, 2024, 04:01:16 pm by fatexs »
Logged

carbas

  • Newbie
  • *
  • Posts: 20
  • Karma: 2
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #65 on: August 22, 2024, 04:06:48 pm »
Hi,

Welcome back after short holidays  8)
As a reminder, Orange Poland ISP provides 2 PPPoE configs: IPv4-only and IPv6-only. Everything on top of VLAN (id 35)
IPv6-only provides link-local address and expects you to get IPv6 prefix via DHCPv6.
I did a clean install of 24.7 yesterday than upgrade to 24.7.2 and here are my observations:
  • When PPPoE is configured for IPv4 I get IPv4 public address, dhcp6c.conf is configured properly (for PPPoE interface) but no prefix is recived - this is expected, no complain here.
  • When PPPoE is configured for IPv6 and "Use IPv4 connection" is checked I get the v6 link-local address (form PPPoE) and no v4 address (as expected) but... no v6 prefix from DHCPv6 - dhcp6c.conf file is now empty.
  • When PPPoE is configured for IPv6 and "Use IPv4 connection" is unchecked I get the v6 link-local address (form PPPoE) and no v4 address (as expected)  no v6 prefix from DHCPv6 - dhcp6c.conf file configured properly except the interface is set now to VLAN interface as it should

For me it looks like without IPv4 address PPPoE is considered "down" and no dhcp6c config is generated?
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17743
  • Karma: 1620
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #66 on: August 22, 2024, 04:17:06 pm »
> Any logs you wish have? I can maybe setup a wireshark capture next week with the option set and also with option unset.

In the scope of this PPP rework? Unfortunately not. The behaviour can only be observed. The logs will just tell you that the ISP doesn't answer if the DHCPv6 request is dispatched before DHCPv4 is complete.

> I did a clean install of 24.7 yesterday than upgrade to 24.7.2 and here are my observations:

Not surprising considering none of the work here is included in 24.7.2. ;)


Cheers,
Franco
Logged

carbas

  • Newbie
  • *
  • Posts: 20
  • Karma: 2
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #67 on: August 22, 2024, 06:00:43 pm »
Quote from: franco on August 22, 2024, 04:17:06 pm
> Not surprising considering none of the work here is included in 24.7.2. ;)
So what's the correct course of action in my case? Which patch should I apply to 24.7.2?
Logged

CruxtheNinth

  • Newbie
  • *
  • Posts: 38
  • Karma: 1
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #68 on: August 22, 2024, 07:17:35 pm »
i am confused. "Deutsche Glasfaser" here as ISP as well, upgrading to 24.7.2 broke IPv6 DHCP completely. Tried using "Use IPv4 connectivity" which does not work in my case.


how do i fix this or revert to 24.7.1 quickly?
Logged

maclinuxfree

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #69 on: August 22, 2024, 07:22:59 pm »
did you reboot?
Logged

CruxtheNinth

  • Newbie
  • *
  • Posts: 38
  • Karma: 1
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #70 on: August 22, 2024, 07:28:19 pm »
Quote from: maclinuxfree on August 22, 2024, 07:22:59 pm
did you reboot?

yes, a few times already.

also not sure if relevant, but in my case there is no PPPoE. Both IPv4 and 6 are via DHCP. Whatever was changed in this version made something very odd.
Logged

maclinuxfree

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #71 on: August 22, 2024, 07:29:29 pm »
for me it is working with dsl 250 and draytek modem..config is pppoev4 an dhcpv6
Logged

doktornotor

  • Hero Member
  • *****
  • Posts: 709
  • Karma: 70
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #72 on: August 22, 2024, 07:31:18 pm »
Quote from: CruxtheNinth on August 22, 2024, 07:17:35 pm
i am confused.

Apparently. This thread is about PPPoE WAN. You don't have any PPPoE set up, please start a new thread with whatever issues you are having.
Logged

CruxtheNinth

  • Newbie
  • *
  • Posts: 38
  • Karma: 1
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #73 on: August 22, 2024, 07:43:52 pm »
Quote from: doktornotor on August 22, 2024, 07:31:18 pm
Quote from: CruxtheNinth on August 22, 2024, 07:17:35 pm
i am confused.

Apparently. This thread is about PPPoE WAN. You don't have any PPPoE set up, please start a new thread with whatever issues you are having.

yes, and i was using this thread because at least 2 other user with the same ISP has exactly the same issue after this upgrade.
Quote from: fatexs on August 22, 2024, 03:26:28 pm
Quote from: meyergru on August 22, 2024, 11:38:39 am
Maybe just a glitch or timing issue, but as I said, I had it on two machines with the same ISP. I know that this ISP sometimes takes a 2-3 minutes for DHCPv6, but the problem persisted for more than 5 minutes after the reboot.

I had the exact same issue this morning also on a Deutsche Glasfaser circuit.

Opnsense autoupdate ran at 3am this morning. The problem is No IPv6 on WAN.

The Services dhcpd6, dpinger (v6) were stopped (crashed?) and can't be started anymore.

I found this thread and checking the "Use IPv4 connectivity" on the DHCPv6c fixed IP v6 instantly.

There is no PPPOE link.
I can provide any logs if needed.


Logged

doktornotor

  • Hero Member
  • *****
  • Posts: 709
  • Karma: 70
    • View Profile
Re: [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
« Reply #74 on: August 22, 2024, 07:49:45 pm »
Quote from: CruxtheNinth on August 22, 2024, 07:43:52 pm
yes, and i was using this thread because at least 2 other user with the same ISP has exactly the same issue after this upgrade.

The patches being tested here are for PPPoE connectivity. Additionally, they are NOT included in 24.7.2. This is not the thread to debug unrelated things.
Logged

  • Print
Pages: 1 ... 3 4 [5] 6 7 8
« previous next »
  • OPNsense Forum »
  • English Forums »
  • 24.7 Production Series »
  • [CALL FOR TESTING] PPPoE restructuring and IPv6 improvements
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2