net/pppoe-server: add PPPoE Access Concentrator (BRAS) plugin#5580
Open
ashimov wants to merge 1 commit into
Open
net/pppoe-server: add PPPoE Access Concentrator (BRAS) plugin#5580ashimov wants to merge 1 commit into
ashimov wants to merge 1 commit into
Conversation
New plugin providing a PPPoE server / Access Concentrator built on mpd5. Features: - PPPoE server instances on physical or VLAN/QinQ interfaces - PAP, CHAP and MS-CHAPv2 against a local user database or RADIUS - IPv4 address pools and per-user static addresses - RADIUS authentication and accounting (Start/Interim/Stop, gigawords) - RADIUS CoA / RFC 5176 Disconnect via a small listener daemon - Per-session rate limiting via the RADIUS mpd-limit VSA or a local ext-auth shaping backend (mpd5 ng_car) - Dual-stack IPv6: IPv6CP link-local, SLAAC via Router Advertisements, and static routed IPv6 prefixes per subscriber (Framed-IPv6-Route) - Live session table with per-session/user/AC disconnect - CARP high-availability interlock - Diagnostics: config validation, secret-masked config preview, secret-free support bundle and Prometheus-format metrics via configd Verified on OPNsense 26.7 / mpd5 5.9 with live PPPoE clients, a load generator and FreeRADIUS, including a two-node CARP handover.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds
net/pppoe-server, a PPPoE Access Concentrator (BRAS/BNG)plugin built on
mpd5, maintained by VEQNORA.What it does
A GUI/API-managed PPPoE server for OPNsense: subscriber termination with
local or RADIUS authentication, IPv4 pools, accounting, a live session
table, per-session shaping and dual-stack IPv6.
Features
mpd-limitVSA or a localext-auth shaping backend (native mpd5
ng_car)static routed IPv6 prefixes per subscriber (
Framed-IPv6-Route)validate, secret-maskedconfig_preview, secret-freesupport_bundle, PrometheusmetricsDependencies
mpd5Testing
Verified on OPNsense 26.7 / mpd5 5.9 with live PPPoE clients, a load
generator and FreeRADIUS, including a real two-node CARP handover.
make lint,make styleandmake packageare clean.Notes
capability is claimed that is not exercised.
delivery depends on the surrounding L2 path trunking the tags.