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

    New PPPoE backend, some feedback

    Scheduled Pinned Locked Moved Development
    213 Posts 16 Posters 21.9k Views
    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.
    • L
      louis2 @Phil2025
      last edited by

      @stephenw10

      I have been thinking about the

      @Phil2025 said in New PPPoE backend, some feedback:

      Do not wait for a RA

      I wonder if it is a valid setting!!
      Is it not a work around a bug. If the provider is sending a RA and it is not handled correctly by the PPOE-software, is 'Do not wait for a RA' not the wrong way out. !!??

      P RobbieTTR 2 Replies Last reply Reply Quote 0
      • P
        Phil2025 @louis2
        last edited by

        @Phil2025 said in New PPPoE backend, some feedback:

        Do not wait for a RA

        I wonder if it is a valid setting!!
        Is it not a work around a bug. If the provider is sending a RA and it is not handled correctly by the PPOE-software, is 'Do not wait for a RA' not the wrong way out. !!??

        I thought I tried that ticked and unticked in the BETAs and it made no difference.

        All I know this started with 2.8.0, no previous version had this issue. Also PPPoE is generally just slower to come up in 2.8.0 regardless of using the older code or the new IF_PPPoE. Once up, and the Gateway services restarted to get IPv6 monitoring working, it all seems okay, but it does mean without manual intervention, if PPP goes down for some reason (maintenance or a fault), it doesn't appear to come back properly by itself.

        I know its difficult for Netgate to test every ISP in every country, but there is the option to code compare 2.7.2 to 2.8.0 to see what has changed, but I have feeling quite a few scripts relating to PPP links up and down have been completely rewritten, so there isn't that option.

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

          Yes there have been quite a lot of changes to the ppp scripts since 2.7.2.

          @louis2 do you also see it start working if you restart dpinger after the connection is up?

          1 Reply Last reply Reply Quote 0
          • RobbieTTR
            RobbieTT @louis2
            last edited by RobbieTT

            @louis2 said in New PPPoE backend, some feedback:

            @stephenw10

            I have been thinking about the

            Do not wait for a RA

            I wonder if it is a valid setting!!
            Is it not a work around a bug. If the provider is sending a RA and it is not handled correctly by the PPOE-software, is 'Do not wait for a RA' not the wrong way out. !!??

            As it happens I have the 'do not wait' setting set (as per my ISP settings, who thankfully send out unsolicited RAs very infrequently) but when RAs are subsequently received and contain no changes to the original RS, if_pppoe responds to them and triggers services to restart. So it does not provide an artificial 'way out' - if_pppoe just seems very sensitive to unsolicited RAs.

            โ˜•๏ธ

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

              I don't think that's if_pppoe dircetly, it has no awareness of IPv6. It's somehow one of the other changes that were added to allow both pppoe types to function.

              But you don't see it with if_pppoe disabled? So it must be something that's only triggered when it is. ๐Ÿค”

              RobbieTTR 1 Reply Last reply Reply Quote 0
              • RobbieTTR
                RobbieTT @stephenw10
                last edited by

                @stephenw10
                Surely it still handles the IPv6 setup and configuration during the PPPoE session initialisation, including any subsequent changes from upstream... or am I mistaken?

                โ˜•๏ธ

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

                  Nope all that is dhcpc6 once the pppoe is up. It's an odd situation because pppoe does have scope to setup IPv6 like does for v4 (IP6CP) but I have never seen it used. By anything.

                  For reference: https://www.revk.uk/2011/01/ppp-ipv6cp-vs-dhcpv6.html
                  And that's straight from RevK so you know it must be true. Or was in 2011! ๐Ÿ˜‰

                  1 Reply Last reply Reply Quote 0
                  • B
                    benbng @louis2
                    last edited by

                    I'm unable to route traffic via an IPv6 gateway on 2.8.0 as I am having the same problem as highlighted by @louis2 where my gateway is pending:
                    2e40d19c-79a3-4954-b1df-846721f1aa08-ifpppoegateway.png

                    I have tried restarting dpinger, disabling/reenabling the gateway and unchecking Do not wait for a RA however these actions have had no effect.

                    Here are my interface settings using if_pppoe (I have noticed the Host-Uniq value I have set is not visible here but my ISP doesn't require it):
                    feba353a-6d47-41df-97d0-43769c15274c-ifpppoeinterface.png

                    Interestingly I have noticed when viewing the Interface that it does not show the Gateway IPv6 value like is visible for mpd:
                    a7cc4978-b1cf-4f54-ba5a-3cdf870085d0-ifpppoeinterface.png

                    There is however a default route set and the gateway address is pingable:

                    Internet6:
                    Destination                       Gateway                       Flags   Nhop#    Mtu            Netif Expire
                    ::/0                              fe80::1239:e9ff:feb2:1744%pppoe1 UG      39   1500           pppoe1
                    
                    PING(56=40+8+8 bytes) fe80::4262:31ff:fe0b:8156%pppoe1 --> fe80::1239:e9ff:feb2:1744%pppoe1
                    16 bytes from fe80::1239:e9ff:feb2:1744%pppoe1, icmp_seq=0 hlim=64 time=3.586 ms
                    16 bytes from fe80::1239:e9ff:feb2:1744%pppoe1, icmp_seq=1 hlim=64 time=3.215 ms
                    16 bytes from fe80::1239:e9ff:feb2:1744%pppoe1, icmp_seq=2 hlim=64 time=3.365 ms
                    
                    --- fe80::1239:e9ff:feb2:1744%pppoe1 ping statistics ---
                    3 packets transmitted, 3 packets received, 0.0% packet loss
                    round-trip min/avg/max/stddev = 3.215/3.389/3.586/0.152 ms
                    

                    When using mpd implementation for contrast (interface settings are identical):
                    4dd9d33e-b048-4e3b-9157-245a2c673fd7-mpdgateway.png

                    195414e3-2c9c-450f-9566-f4c9c5c64e38-mpdinterface.png

                    I have seen the following event appear in the logs a few times but unsure if this is of any help: if_pppoe: pppoe1: failed to set default route 17

                    Bob.DigB 1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by

                      Hmm so you only see that when using if_pppoe? And IPv4 works fine in both cases?

                      Probably going to need to compare the system and dhcp logs to see what the difference is there.

                      L B 2 Replies Last reply Reply Quote 0
                      • L
                        louis2 @stephenw10
                        last edited by louis2

                        @stephenw10

                        Hum .. I had to think about the rout-able IPV6 in the picture higher up, so I looked at my PPOE overview.

                        8fcd750c-15d1-45b5-8807-b2245b9babb2-image.png

                        As you can see in my case there is an link local address, which does not surprise me. And I checked it is pingable

                        2e473c4e-41f7-4205-80b8-2858579ce2a9-image.png

                        not from some other lan of course!! It is a link local address ๐Ÿ˜Š

                        1 Reply Last reply Reply Quote 0
                        • Bob.DigB
                          Bob.Dig LAYER 8 @benbng
                          last edited by

                          @benbng I wonder, why you have a MTU of 1500 with PPPoE, usually it is lower.

                          B 1 Reply Last reply Reply Quote 0
                          • L
                            louis2
                            last edited by

                            @benbng

                            I wonder does the IPV6 address in your TROOLI interface to your IPV6 range or is it an address in the providers infrastructure at the providers side of the PPOE !??

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              benbng @stephenw10
                              last edited by

                              @stephenw10 logs below as requested.

                              mpd
                              mpdsystem.txt
                              mpddhcp6c.txt

                              if_pppoe with Do not wait for a RA checked
                              ifpppoesystem.txt
                              ifpppoedhcp6c.txt

                              if_pppoe with Do not wait for a RA unchecked
                              ifpppoesystemnora.txt
                              ifpppoedhcp6cnora.txt

                              I can confirm IPv4 connectivity is working from clients using both mpd and if_pppoe. When using if_pppoe the firewall itself has IPv6 connectivity (with addresses outside of my ISP's network) however any internal client traffic that matches a firewall rule with the IPv6 gateway is not routed, certainly looks like something to do with pfSense gateways as opposed to a routing/PPP/DHCP issue.

                              Let me know if I can provide any additional logs.

                              stephenw10S 1 Reply Last reply Reply Quote 0
                              • B
                                benbng @Bob.Dig
                                last edited by

                                @Bob-Dig there was some talk about this towards the start of the thread; a number of ISPs within the UK support https://datatracker.ietf.org/doc/html/rfc4638 which accounts for the PPPoE overhead and enables devices to use an MTU of 1500 without having to resort to MSS clamping or any of that fun.

                                1 Reply Last reply Reply Quote 0
                                • B
                                  benbng @louis2
                                  last edited by

                                  @louis2 sorry which address are you referring to? The IPv6 Address is on the provider's side and allocated from the DHCPv6 request, the Gateway IPv6 address is the ISP's router's link-local address which you can find when looking at your dhcp6c logs (for an entry similar to receive advertise from fe80::a:b:c:d%pppoex)

                                  L 1 Reply Last reply Reply Quote 0
                                  • L
                                    louis2 @benbng
                                    last edited by

                                    @benbng

                                    That is what I did expect, but wanted to know for sure.
                                    Thanx

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

                                      @benbng said in New PPPoE backend, some feedback:

                                      any internal client traffic that matches a firewall rule with the IPv6 gateway is not routed,

                                      That is the expected behaviour if the gateway is marked as offline. I assume that's not the default IPv6 gateway? If it is I'd expect anything passed without a gateway set to still be able to use it.

                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        benbng @stephenw10
                                        last edited by

                                        @stephenw10 it should be the default, because it's marked as pending though it doesn't show this as you can see in my earlier screenshots.

                                        Interestingly the gateway doesn't seem to get populated as the monitor IP; is this supposed to be set within one of the scripts that has been changed as part of the 2.8.0 release?

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

                                          If the gateway is off line any policy routing rules will either by applied without a gateway or omitted entirely depending on the Advanced Firewall Rule setting.

                                          Any client IPv6 traffic that is passed without a gateway set should just follow the default route in which case it should work.

                                          But that's not really the issue here, it's that dpinger ever starts on the link-local gateway for some reason. ๐Ÿค”

                                          L 1 Reply Last reply Reply Quote 0
                                          • L
                                            louis2 @stephenw10
                                            last edited by

                                            @stephenw10

                                            ?? What is wrong about that ?? And why is my IPV6 gateway still showing as unkown, where it is working perfectly ??

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