1# PPPoE Server options 2 3# Maximum segment size, not used for in kernel PPPoE 4#MSS=1412 5 6# Device(s) - Space seperated list of devices to listen on 7#DEVICES="eth1" 8 9# Local IP 10#LOCAL_IP=10.0.0.1 11 12# Starting remote IP 13#REMOTE_IP=10.67.15.1 14 15# Service name 16#SERVICE_NAME="acme" 17 18# Maximum number of sessions, default is 16 19#MAX_SESSIONS=64 20 21# Access concentrator name, default is the hostname 22#ACCESS_CONCENTRATOR_NAME="pppoe-rtr-1" 23