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 194.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

      in summary, resetting isp modem doesnt make pppoe reconnect, problem still persists

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

        any luck?

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

          The logs displayed a couple of replies back suggest the remote PPP is not responding. Since this seems to be fairly easily reproduced I suggests you make it happen while you have a packet trace running so you can see if there is response from the ISP. Is there any response from the ISP's end? If not, call their technical support to report the problem.

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

            do i run the below command with itnerface as pppoe0 or vr1 ?

            tcpdump -i $interface -s 0 -vvvX -w /tmp/pcap.capture

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

              command run with interface as pppoe0 and replicated a isp modem reset and complete endless loop for a while for pf reconnection attempt
              file name - pcap.capture1

              command run with interface as vr1 and replicated a isp modem reset and complete endless loop for a while for pf reconnection attempt
              file name - pcap.capture2

              the cable from the isp modem to pf if i put in my PC then the LAN status always shows limited connectivity and no IP from DHCP untill a pppoe connection is dialed out

              all standard routers such as dlink, aztec etc sold in this region work fine when u replicate the same situation so i wonder how do they reconnect fine even if u reset or unplug and replug the isp modem

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

                the strange thing is, suppose i remove the wan cable going from my isp modem to pfsense and reboot pfsense then once its done it doesnt have any internet connection and no wan ip but as soon as i plug the cable from my isp modem to pfsense, in just one attempt it connects and remains connected.

                so i guess the issue is mpd would need the vr1 used for wan to do down and then replugging it would get it up and then mpd would dial out perfectly fine but if the isp modem was just reset then the port has the power on so i guess it doesn't go down completely and then reconnection attempt keeps failing. i mayb wrong on the above but at least on a pfsense reboot everything works fine and even on a cable unplug and replug also works fine but on a modem reset only it doesn't work or mayb if the isp modem hanged or dropped the connection then also it would connect but i havent been able to do that.

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

                  can anything be done to solve this?

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

                    Sorry, I haven't had a lot of time to look into this.

                    I have looked at your packet captures. Unfortunately they don't show the PPP control packets. Can you provide another set with the capture interface being the physical device used for the PPP link rather than the PPP link? For example, if pppoe0 uses physical interface vr1 I would like the capture on interface vr1 rather than pppoe0.

                    capture1 initially shows pings and replies then just pings (no replies). No ppp control packets.

                    capture2 just looks like "normal" traffic: no PPP control packets shown and no obvious sign of a "down" link. (I expected to see repeated PPP initalisation attempts.) Capture2 timestamps go from 18:57:31.x to 18:57:42.x, about 11 seconds. Your previously posted log of a failed reinitialisation covers a time span of nearly two minutes. Are you sure you provided a capture taken when mpd was reporting repeated initialisation attempts?

                    Your previous posts have repeated mentioned a modem reset. What is a modem reset and (since it appears to cause so much grief) why do you do it?

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

                      i just ran the command given to me for both pppoe0 and vr1 and when i said mpd going in reconenct loop, that actually i see from the web gui but i also fail to understand y no pppoe control packets r seen on the trace related to vr1, i hope its the right command im running.

                      the issue is just not modem reset but suppose if its goes down or drops an active connection or it has a firmware update and reboots or even in pfsense i set periodic reset for pppoe, in all these situations it never reconnects untill i reboot pfsense so.

                      ill again run a trace for vr1 and send it

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

                        here is another capture, its the same, once the isp modem is reset the packet count never goes ahead inspite of mpd retrying to conect, correct me if im wrong, below is the command i run

                        tcpdump -i vr1 -s 0 -vvvX -w /tmp/pcap.capture

                        capture can be downloaded from
                        http://www.mediafire.com/?41s858ze4bri7c9

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

                          @xbipin:

                          correct me if im wrong, below is the command i run

                          tcpdump -i vr1 -s 0 -vvvX -w /tmp/pcap.capture

                          Looks fine to me though -vvvX seems to apply just to decoding and displaying captured data.

                          @xbipin:

                          here is another capture, its the same, once the isp modem is reset the packet count never goes ahead inspite of mpd retrying to conect

                          Capture ran from 16:46:56.457199 to 16:47:16.647419 and shows pings and responses for the whole duration (about 20 seconds). Perhaps you ran the capture for much longer than 20 seconds and there was no traffic after the last entry. This doesn't seem consistent with mpd's claim to be making reconnection attempts.

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

                            the capture was running for more than 2-3mins and when i say no traffic after last entry, i meant once i reset the modem, the last captured packet was before that and after that inspite of mpd showing reconenct attempts under logs, no packets control or any other appear in the trace so mayb mpd just keeps saying its reconnecting but no actual attempt is made or mayb the capture doesnt take the ppoe control packets in the trace at all.

                            anyways ill run the trace again for about 5mins now but im sure the capture wont have any packets in them related to reconnect attempts

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

                              i ran the trace and its the same, it takes about 20secs for me to start the trace and then reset the modem and once done, for the next 10mins also no new packets in the capture

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

                                for al alternative approach, i took the wan wire and plugged it into my windows PC and started wireshark and then first created a pppoe connection and dialed it and all fine and then reset the  modem and windows too wont redial at all till the LAN card is disabled and enabled again and then the same connection redialed, i hope this trace will help as it lists pppoe control packets as well

                                http://www.mediafire.com/?sp6n1weermra3y8

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

                                  what i noticed from the trace was after modem reset the PC sends a PADI and the server replies with PADO then PC sends PADR but then the server for some reason doesnt send the PADS and to only make this work, the LAN card needs to be disabled and reenabled so guess one solution between reconnection request sent by mpd would be to actually disable the port first then enable it and then dialout, no idea how but the older mpd v4 used to and still does work like a charm but for that i would have to revert back to pfsense 1.2.3

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

                                    any suggestions?

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      dhatz
                                      last edited by

                                      Ermal is probably away, since according to this, both he and cmb will be doing a presentation at EuroBSDCon11 on 6-Oct-2011.

                                      Have you contacted mpd's developers at http://sourceforge.net/projects/mpd/ about this?

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

                                        no i havent checked with the mpd developers, it would be like repeating a year long story from start :)

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

                                          no progress yet

                                          1 Reply Last reply Reply Quote 0
                                          • L
                                            luky37
                                            last edited by

                                            Can you please re-upload the last 2 capture files, they have been removed from mediafire.

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