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

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

Scheduled Pinned Locked Moved 1.2.3-PRERELEASE-TESTING snapshots - RETIRED
1 Posts 1 Posters 1.6k 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.
  • J
    jaybird
    last edited by Feb 25, 2009, 1:27 PM Feb 25, 2009, 1:10 PM

    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
    1 out of 1
    • First post
      1/1
      Last post
    Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
      This community forum collects and processes your personal information.
      consent.not_received