Skip to content

Instantly share code, notes, and snippets.

@mischief
Created April 18, 2025 16:40
Show Gist options
  • Save mischief/ecd494a17aaa72e73542075050ff1fec to your computer and use it in GitHub Desktop.
Save mischief/ecd494a17aaa72e73542075050ff1fec to your computer and use it in GitHub Desktop.
test npppd.conf
authentication LOCAL type local {
users-file "/etc/npppd/npppd-users"
}
tunnel PPPOE protocol pppoe {
mru 1400
listen on interface rge3
}
ipcp IPCP {
pool-address 192.168.10.113-192.168.10.116
dns-servers 192.168.0.1
}
interface pppac0 address 192.168.10.110 ipcp IPCP
bind tunnel from PPPOE authenticated by LOCAL to pppac0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment