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

    Inconsistencies to fix: mpd.conf and interfaces.inc – set auth vs. set bundle

    1.2.3-PRERELEASE-TESTING snapshots - RETIRED
    1
    1
    1.6k
    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.
    • J
      jaybird
      last edited by

      Where the interfaces.inc from 1.2.3-snapshots up to February 11 included the following lines:

      EOD;
      }
      }

      $mpdconf .= << <eod<br>set bundle disable multilink
      set bundle authname "{$pppoecfg['username']}"
      set bundle password "{$pppoecfg['password']}"
      set bundle no noretry
      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 link mtu 1492
      set ipcp yes vjcomp
      set ipcp ranges 0.0.0.0/0 0.0.0.0/0

      The interfaces.inc from the newer 1.2.3-snapshots since February 18 now include the following lines:

      EOD;
      }
      }

      $mpdconf .= << <eod<br>set bundle disable multilink
      set auth authname "{$pppoecfg['username']}"
      set auth password "{$pppoecfg['password']}"
      set bundle no noretry
      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 link mtu 1492
      set ipcp yes vjcomp
      set ipcp ranges 0.0.0.0/0 0.0.0.0/0

      To be able to connect via PPPoE with these newer snaphots (and to get a working mpd.conf again), we had to change "set auth" back to "set bundle" in our interfaces.inc. Will this problem get fixed? For reference please see our thread/topic "problem ppoe" in this forum.

      Regards,
      jaybird</eod<br></eod<br>

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