Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    New PPPoE backend, some feedback

    Scheduled Pinned Locked Moved Development
    239 Posts 19 Posters 40.3k Views 17 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RobbieTTR Offline
      RobbieTT @Phil2025
      last edited by

      @Phil2025
      Mine, for reference:

       2025-08-09 at 12.15.53.png

       2025-08-09 at 12.17.03.png

      ☕️

      1 Reply Last reply Reply Quote 0
      • stephenw10S Online
        stephenw10 Netgate Administrator
        last edited by

        Hmm, I would expect that to work. It's pretty much exactly what I run myself.

        What do you see logged at boot compared with when you restart dpinger?

        1 Reply Last reply Reply Quote 0
        • A Offline
          azalea
          last edited by

          I'm seeing the IPv6 gateway monitoring issue, too. (2.8.1-RC)

          But my situation is a little different. IPv6 address is set but is not reachable.

          My ISP uses separate PPPoE sessions for IPv4 and IPv6.
          (IPv4 username and IPv6 username are different.)

          DHCP6 Client Configuration is the same as Phil2025.

          Below is an IPv6-only situation. These are picked out from the perspective of the differences between if_pppoe and mpd5.

          Gateways Status
          
          [if_pppoe]
          <WAN_DHCP6>
          Gateway	:not displayed
          Status	:Pending
          <WAN_PPPOE>
          Gateway	:not displayed
          Status	:Pending
          
          [mpd5]
          <WAN_DHCP6(default)>
          Gateway	:displayed
          Status	:Online
          <WAN_PPPOE>
          Gateway	:not displayed
          Status	:Pending
          
          Gateways Widget
          
          [if_pppoe]
          <WAN_DHCP6>
          Gateway IP Address:not displayed (tilde symbol)
          Status:Unknown
          <WAN_PPPOE>
          Gateway IP Address:not displayed (tilde symbol)
          Status:Unknown
          
          [mpd5]
          <WAN_DHCP6(Default gateway)>
          Gateway IP Address:displayed
          Status:Online
          <WAN_PPPOE>
          Gateway IP Address:not displayed (tilde symbol)
          Status:Unknown
          
          Services Status
          
          [if_pppoe]
          dpinger:Stopped (can not start)
          
          [mpd5]
          dpinger:Running
          
          Interfaces Status
          
          [if_pppoe]
          <WAN Interface>
          IPv6 Link Local	:displayed
          Gateway IPv6	:not exist
          <LAN Interface>
          IPv6 Address	:displayed (no reachability)
          
          [mpd5]
          <WAN Interface>
          IPv6 Link Local	:displayed
          Gateway IPv6	:displayed
          <LAN Interface>
          IPv6 Address	:displayed
          
          NDP Table
          (The following is the same situation for IPv4-only.)
          
          [if_pppoe]
          WAN Interface IPv6 Link Local:not exist
          
          [mpd5]
          WAN Interface IPv6 Link Local:displayed
          
          PPP Log
          
          [if_pppoe]
          if_pppoe: pppoe0: failed to clear IP address: 49
          
          [mpd5]
          No errors
          
          stephenw10S 1 Reply Last reply Reply Quote 0
          • stephenw10S Online
            stephenw10 Netgate Administrator @azalea
            last edited by

            @azalea said in New PPPoE backend, some feedback:

            My ISP uses separate PPPoE sessions for IPv4 and IPv6.

            Hmm, how exactly is that configured?

            1 Reply Last reply Reply Quote 0
            • A Offline
              azalea
              last edited by azalea

              I used an IPv6-only configuration in my first report. This configuration used pppoe0 and the WAN interface for IPv6.

              Below is the configuration for IPv4 and IPv6. This configuration uses pppoe0 and the WAN interface for IPv4, and pppoe1 and the OPT1 interface for IPv6.

              PPP Configuration
              
              [pppoe0]
              Link Type:PPPoE
              Link Interface(s):WAN port device (for example, em0)
              Username:username for IPv4
              Password:password for IPv4
              
              [pppoe1]
              Link Type:PPPoE
              Link Interface(s):WAN port device (for example, em0)
              Username:username for IPv6
              Password:password for IPv6
              
              Interface Assignments Configuration
              
              WAN Interface:PPPOE0(em0)
              LAN Interface:LAN port device (for example, em1)
              OPT1 Interface:PPPOE1(em0)
              
              WAN Interface Configuration
              
              [General Configuration]
              IPv4 Configuration Type:PPPoE
              IPv6 Configuration Type:None
              Others:blank
              
              [PPPoE Configuration]
              Username:username for IPv4
              Password:password for IPv4
              Others:blank or disabled
              
              [Reserved Networks]
              Block private networks and loopback addresses:checked
              Block bogon networks:checked
              
              LAN Interface Configuration
              
              [General Configuration]
              IPv4 Configuration Type:Static IPv4
              IPv6 Configuration Type:Track Interface
              Others:blank or default
              
              [Static IPv4 Configuration]
              IPv4 Address:192.168.0.254/24
              IPv4 Upstream gateway:Npne
              
              [Track IPv6 Interface]
              IPv6 Interface:OPT1
              IPv6 Prefix ID:0
              
              [Reserved Networks]
              Block private networks and loopback addresses:unchecked
              Block bogon networks:unchecked
              
              OPT1 Interface Configuration
              
              [General Configuration]
              IPv4 Configuration Type:PPPoE
              IPv6 Configuration Type:DHCP6
              Others:blank
              
              [DHCP6 Client Configuration]
              Use IPv4 connectivity as parent interface:checked
              Request only an IPv6 prefix:checked
              DHCPv6 Prefix Delegation size:56
              Others:unchecked
              
              [PPPoE Configuration]
              Username:username for IPv6
              Password:password for IPv6
              Others:blank or disabled
              
              [Reserved Networks]
              Block private networks and loopback addresses:checked
              Block bogon networks:checked
              
              Gateways Configuration
              
              [Default gateway]
              Default gateway IPv4:Automatic
              Default gateway IPv6:Automatic
              

              Although it is not related to the issue, there is a mismatch in wording.
              In the Gateways Status, the status of WAN_PPPOE is displayed as "Pending".
              In the Gateways Widget, the status of WAN_PPPOE is displayed as "Unknown".
              I think it would be better to align the expression to "Pending".

              1 Reply Last reply Reply Quote 0
              • stephenw10S Online
                stephenw10 Netgate Administrator
                last edited by

                Hmm that's an interesting setup. I don't think I've ever seen that before. I assume it was working previously with mpd5/negraph?

                Can you say which ISP that is?

                1 Reply Last reply Reply Quote 0
                • A Offline
                  azalea
                  last edited by

                  I assume it was working previously with mpd5/negraph?

                  Yes, it is working with mpd5/negraph. And it is working with if_pppoe for IPv4, but not for IPv6.

                  Can you say which ISP that is?

                  ISP is "plala" in Japan. To be precise, it is a combination of a network enabler (NTT FLET'S) and an ISP (plala).

                  The separation of IPv4 and IPv6 is a specification of "NTT FLET'S". The purpose of this specification is to allow users to choose between IPv4 and IPv6 ISPs separately. I choose plala for both IPv4 and IPv6.

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S Online
                    stephenw10 Netgate Administrator
                    last edited by

                    Hmm, so I assume the IPv6 only pppoe connection does not have Use IPv4 connectivity as parent interface set?

                    Do you see anything logged from the dhcp6c client?

                    I suspect it never gets triggered if there is no IPv4 address ever set. 🤔

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      azalea
                      last edited by

                      I suspect it never gets triggered if there is no IPv4 address ever set.

                      PPP is a protocol that can support IPv4-only, IPv6-only, IPv4 and IPv6.

                      Hmm, so I assume the IPv6 only pppoe connection does not have Use IPv4 connectivity as parent interface set?

                      "Use IPv4 connectivity as parent interface" is required. However, for "IPv6 only pppoe connection", "Use IPv4 connectivity as parent interface" means "Use IPv6 connectivity as parent interface". Therefore, in the PPP configuration for "IPv4 connectivity", set the IPv6 username and IPv6 password.

                      This PPP configuration is used to construct PPPoE tunnels for IPv6 and not to set IPv4 address. ("Use IPv4 connectivity" reminds you of IPv4 address settings, but that's not the case.)

                      In fact, IPv6CP is accepted and IPCP is rejected in PPPoE negotiation, so IPv6 Link Local is set, PPPoE is connected, but IPv4 address is not set.

                      Below is the PPP log where IPCP was rejected.

                      PPP log
                      
                      mpd5:
                      ppp 	23292 	[wan] IPCP: protocol was rejected by peer
                      
                      if_pppoe:
                      if_pppoe: pppoe0: lcp input(opened): <proto-rej id=0x1 len=28
                      if_pppoe: pppoe0: lcp: RXJ+ (proto-rej) for proto 0x8021 (ipcp/req-sent)
                      

                      For reference, there is information related to "Use IPv4 connectivity as parent interface".

                      OPNsense (25.1 and later) has revised the architecture, and "IPv6 only pppoe connection" no longer requires "Use IPv4 connectivity as parent interface". "IPv6 only pppoe connection" is directly linked to a PPPoE connection.
                      -> Restructure PPP to allow complex IPv6-only deployments with all implications

                      Do you see anything logged from the dhcp6c client?

                      Below is the log when using if_pppoe. There is no difference from mpd5.

                      DHCP log
                      
                      Sep 4 04:16:24 	dhcp6c 	36830 	failed to open /usr/local/etc/dhcp6cctlkey: No such file or directory
                      Sep 4 04:16:24 	dhcp6c 	36830 	failed initialize control message authentication
                      Sep 4 04:16:24 	dhcp6c 	36830 	skip opening control port
                      Sep 4 04:16:25 	dhcp6c 	36979 	Sending Solicit
                      Sep 4 04:16:26 	dhcp6c 	36979 	Sending Request
                      Sep 4 04:16:26 	dhcp6c 	36979 	dhcp6c Received REQUEST
                      Sep 4 04:16:26 	dhcp6c 	36979 	add an address [IPv6 Address]/64 on em1
                      

                      I'll check the PPP log in debug mode, so please take a little time.

                      w0wW 1 Reply Last reply Reply Quote 0
                      • w0wW Offline
                        w0w @azalea
                        last edited by w0w

                        @azalea
                        This doesn’t look like a problem with PPPoE or DHCPv6 itself.
                        It seems more like dpinger isn’t starting for some known reason. Your log shows that you successfully obtained an IPv6 address, so I assume that if you go to System → Routing, edit your IPv6 PPPoE gateway, and disable gateway monitoring, your IPv6 should work again. This looks similar to the issue described here: https://forum.netgate.com/topic/198627/struggling-to-get-if_pppoe-kernel-module-working

                        1 Reply Last reply Reply Quote 0
                        • stephenw10S Online
                          stephenw10 Netgate Administrator
                          last edited by

                          Hmm, that dhcpv6 log looks like the client is being triggered and that it is pulling a lease. Is that not the case?

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post
                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.