Created
April 18, 2025 16:40
-
-
Save mischief/ecd494a17aaa72e73542075050ff1fec to your computer and use it in GitHub Desktop.
test npppd.conf
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
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