immortalwrt/package/lienol/luci-app-pppoe-server/root/etc/config/pppoe-server
2020-04-07 04:14:36 +08:00

22 lines
438 B
Plaintext

config service
option localip '10.0.1.1'
option log '/var/log/pppoe-server.log'
option count '50'
option mru '1492'
option mtu '1492'
option remoteip '10.0.1.100-254'
option is_nat '1'
option export_interface 'default'
option client_interface 'eth0'
option enabled '0'
option dns1 '10.0.1.1'
option dns2 '192.168.0.2'
config user
option enabled '1'
option ipaddress '*'
option username 'guest'
option password '123456'