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

    [RESOLVED] PPPoE reconenction issue

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    13 Posts 4 Posters 6.0k 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

      my mpd config is as follows

      startup:
              # configure the web server
      	set console close
              set web close
      
      default:
      pppoeclient:
      	create bundle static wan
      	set iface name pppoe0
      	set iface route default
      	set iface disable on-demand
      	set iface idle 0
      	set iface enable tcpmssfix
      	set iface up-script /usr/local/sbin/ppp-linkup
      	set iface down-script /usr/local/sbin/ppp-linkdown
      	set ipcp yes vjcomp
      	set ipcp ranges 0.0.0.0/0 0.0.0.0/0
      	create link static wanL1 pppoe
      	set link disable incoming
      	set link action bundle wan
      	set auth authname "username"
      	set auth password "password"
      	set link keep-alive 10 60
      	set link max-redial 0
      	set link no acfcomp protocomp
      	set link disable pap chap
      	set link accept chap
      	set pppoe iface vr1
      	set pppoe service ""
      	set link mtu 1492
      	open
      
      
      1 Reply Last reply Reply Quote 0
      • X
        xbipin
        last edited by

        actually this
        set ipcp yes vjcomp

        if set to
        set ipcp no vjcomp

        then it works just fine and reconnection is also fine, could any1 tell me the importance of it?

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

          also noticed in interfaces.inc

          shouldnt line 2199 as well as 2349 both be
          set ipcp no vjcomp

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

            requesting ermal to apply this patch so i can get rid of this pppoe reconenct issue
            http://redmine.pfsense.org/issues/show/540

            1 Reply Last reply Reply Quote 0
            • G
              gnhb
              last edited by

              If you want an immediate fix, change line 2199 in the /etc/inc/interfaces.inc file on your pfsense box.

              GB

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

                actually i tried all that but when pfsense is running and i tried editing include files or even try uploading using SSH and then try a reboot, the system gets messed up and wont boot to normal and i have no clue how to kill the web gui first then upload the changes and then restart it

                1 Reply Last reply Reply Quote 0
                • G
                  gnhb
                  last edited by

                  Hmmm,
                  That's strange. As long as you aren't clicking buttons on the WebGui while editing it shouldn't matter if you edit the interfaces.inc file while the system is running.

                  Did you do this? Actually, this first line is only valid for NanoBSD installs as far as I know. What install are you running?
                  #/etc/rc.conf_mount_rw
                  #vi /etc/inc/interfaces.inc
                  –--- make changes ----
                  set ipcp disable vjcomp

                  --- save (":wq") in vi----
                  Go restart pppoe connection in Status-> Interfaces

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

                    im on nanobsd on alix and editing files using console it a bit limited so i usually downlaod the file using ssh, modify it and upload it and set the permissions again properly and reboot and then its disaster

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

                      Latest snapshots should have the change.

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

                        thanks for the effort, works fine now

                        1 Reply Last reply Reply Quote 0
                        • F
                          freakalad
                          last edited by

                          …pardon my ignorance, but how is this issue addressed?

                          I think I may be affected by it too

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

                            its been solved already on 2.0 by setting compression to off so first kindly run the latest 2.0 snap then go to the wan page and simply click apply so compression can also be set to off in ur config and then try it, the patch applied was for nanobsd, no idea if its the same for full installs

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