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

    PPPoE reconenction fix - mpd fix ($100)

    Scheduled Pinned Locked Moved Expired/Withdrawn Bounties
    243 Posts 24 Posters 183.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.
    • X
      xbipin
      last edited by

      any eta on when thats going to happen?

      the weird thing about this issue is that even the most crappiest routers in the market dont suffer this issue so it all cant be blamed on the DSLAM, if it was that then most other routers would also suffer that

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        No ETA on usable 10.x images. Could be months.

        And the problem is a combination of factors - Specific Modem/ISP/DSLAM + Specific driver

        Remember: Upvote with the šŸ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • X
          xbipin
          last edited by

          to what i noticed is its just VIA drivers because it works fine with realtek, the isp modem i tested were 3 different types, zhone, huawei and cisco and it was same on all three, via chipset causing it, dslam which i tested was unisphere and the other was some unknown brand so the dslam, modem changed in all situations but alix was common so it suffered, i have 2 other pfsense full installs on the same isp using realtek and they work fine and always connect everytime

          1 Reply Last reply Reply Quote 0
          • M
            maverick_slo
            last edited by

            Wow, I missed this thread :)
            Sorry for late reply…
            Yes, vr0 had problems, DSLAM is UNISPHERE...
            Dlink, realtek, intel and broadcom nics all worked great...
            VIA on-motherboard NICs failed to connect...

            I tested all possibilities, from power outages to just cable disconnect and vr0 failed every time and others worked just fine EVERY time...

            Regards,
            Greg

            1 Reply Last reply Reply Quote 0
            • X
              xbipin
              last edited by

              cant we take the vr drivers from FreeBSD 10.x and test it on current pfsense to see if it will actually fix this issue or no rather than wait for months for this to resolve coz its already over 2 years now

              1 Reply Last reply Reply Quote 0
              • M
                maverick_slo
                last edited by

                Well, I replaced my nics with Intel ones and that was it….
                I needed stable system and Intel gave me that...

                1 Reply Last reply Reply Quote 0
                • W
                  wallabybob
                  last edited by

                  @xbipin:

                  cant we take the vr drivers from FreeBSD 10.x and test it on current pfsense to see if it will actually fix this issue

                  Possible but might not be trivial: FreeBSD internal interfaces and data structures might have changed significantly requiring considerable work to backport those changes as well or rewrite the vr changes from FreeBSD 8.3 to 10.x to work in FreeBSD 8.3 context.

                  Best case (assuming familiarity with FreeBSD kernel build procedures): maybe an hour or two to import the 10.x source into a 8.3 build system, recompile and run some basic tests.

                  Worst case: maybe up to a few months to figure out what changes in FreeBSD internals to backport and do them.

                  1 Reply Last reply Reply Quote 0
                  • X
                    xbipin
                    last edited by

                    how about just check the drivers code and see the changes and cherry pick them which possibly might solve this network port stuck in a limbo state

                    1 Reply Last reply Reply Quote 0
                    • D
                      doktornotor Banned
                      last edited by

                      Given how widespread the Alix install base is - pleeease, no. No backporting of vr drivers from FreeBSD 10.x to 2.1. While I can understand that it sucks for affected people

                      • this can apparently be extremely easily worked around by putting a switch between the pfsense box and the modem,
                      • this clearly affects a tiny percentage of users with specific NIC/modem/DSLAM combo on PPPoE specifically.

                      => certainly not worth the risk of breaking everyone else

                      1 Reply Last reply Reply Quote 0
                      • X
                        xbipin
                        last edited by

                        lets just leave it to the developers to decide, what they can do is provide the drivers separately to install so every1 dont need to use this

                        1 Reply Last reply Reply Quote 0
                        • V
                          vtas
                          last edited by

                          I have this issue and it occurs more frequently since updating to 2.0.3-RELEASE (i386).

                          I doubt a switch is going to make any difference in my case because I am running pfsense in a VM that effectively has an always up (virtual) switch, connected to a physical Intel E1000 card port patched straight into a routerboard (all gear on battery) so I am not getting disconnected because of a layer 1 issue.

                          I'm a bit lost at how to proceed. Running a script to tear down the interface and bring it back up if it's up and experiencing no throughput (but it is present) seems like the best bet

                          1 Reply Last reply Reply Quote 0
                          • X
                            xbipin
                            last edited by

                            thats the only way to get back the link going, if u read few posts back, some1 did design a script for this and it actually worked, atleast to some extend

                            y dont everyone add some amount to this so some1 can develop a fix for this, probably a newer driver might solve it

                            1 Reply Last reply Reply Quote 0
                            • V
                              vtas
                              last edited by

                              @xbipin:

                              thats the only way to get back the link going, if u read few posts back, some1 did design a script for this and it actually worked, atleast to some extend

                              y dont everyone add some amount to this so some1 can develop a fix for this, probably a newer driver might solve it

                              Thanks for the tip about the script. How can the bounty be added to apart from just making a note in my post?

                              1 Reply Last reply Reply Quote 0
                              • X
                                xbipin
                                last edited by

                                just make a post with ur amount, few of the developers r following this thread so they will know of it

                                1 Reply Last reply Reply Quote 0
                                • R
                                  ronjns
                                  last edited by

                                  I had similar issue with FreeBSD 9.1 RELEASE and pppoe('8'). The fix was to 'enable echo' in ppp.conf.

                                  echo
                                  Ā  Ā  Default: Disabled.Ā  When this option is enabled, ppp will send
                                  Ā  Ā  LCP ECHO requests to the peer at the frequency defined by
                                  Ā  Ā  echoperiod''.Ā  Note, LQR requests will supersede LCP ECHO Ā  Ā  requests if enabled and negotiated.Ā  See set lqrperiod'' below
                                  Ā  Ā  for details.

                                  Prior to ppp version 3.4.2, echo'' was considered enabled if Ā  Ā  lqr was enabled and negotiated, otherwise it was considered dis- Ā  Ā  abled.Ā  For the same behaviour, it is now necessary to enable
                                  Ā  Ā  lqr echo'' rather than just ``enable lqr''.

                                  http://www.freebsd.org/cgi/man.cgi?query=ppp&sektion=8

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    senser
                                    last edited by

                                    I am wondering if this thread is about fixing the issue that I have (excuse my ignorance, but this thread is quite long):

                                    When I unplug the cable to my DSL modem (Alix, pfSense 2.1) and plug it back in, I cannot establish the pppoe connection again (a reboot will fix it, haven't tried anything else, sorry). If I disable the pppoe connection in pfSense prior to reconnecting the cable, I can establish the pppoe connection again.

                                    We use the mighty pf, we cannot be fooled.

                                    1 Reply Last reply Reply Quote 0
                                    • X
                                      xbipin
                                      last edited by

                                      any1 tried enabling echo if it solves it or no?

                                      1 Reply Last reply Reply Quote 0
                                      • E
                                        eri--
                                        last edited by

                                        Ok coming back to this after some time.

                                        I think i have solved the issue here and tomorrow snapshots should have a fix.
                                        Can you test and let me know?

                                        1 Reply Last reply Reply Quote 0
                                        • X
                                          xbipin
                                          last edited by

                                          ok ill try it out and revert back, can u post the link to the commit?

                                          1 Reply Last reply Reply Quote 0
                                          • E
                                            eri--
                                            last edited by

                                            https://github.com/pfsense/pfsense-tools/commit/4d298135387ef551ccc6eff62a1705059956c64e

                                            https://github.com/pfsense/pfsense/commit/9510780ffa41bf1b19989b418e9a356702ba5576

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