bundlewrap/bundles/pppoe/files/isp

30 lines
1.1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# --- Plugin & Interface ---
plugin rp-pppoe.so ${interface}
unit 0
# --- IPv4 Einstellungen ---
noipdefault # keine selbstgewählte lokale IP
defaultroute # Default-Route über ppp0 anlegen
replacedefaultroute # ersetzt vorherige Default-Route
# --- IPv6 Einstellungen ---
+ipv6 # IPv6CP aktivieren
ipv6cp-accept-local # lokale IPv6 vom ISP übernehmen
ipv6cp-accept-remote # remote IPv6 vom ISP übernehmen
ipv6cp-use-ipaddr # statt Link-Local die zugewiesene IPv6 nutzen
defaultroute6
# --- Verbindungsmanagement ---
persist # bei Abbruch automatisch neu verbinden
maxfail 0 # unbegrenzt Neuversuche
# --- LCPKeepalive (zuverlässiger Ausfall-Check) ---
lcp-echo-interval 20
lcp-echo-failure 3
# --- Sicherheit / Logging ---
hide-password # Passwort nicht im Log anzeigen
noauth # Auth nur über chap-secrets
# --- Zugangsdaten (nur Username, das Passwort kommt aus /etc/ppp/chap-secrets) ---
user "${user}"