pppoe.config (587B)
1 #config pppoe_server 2 # option interface eth1 3 # option ac_name access-concentrator-name 4 # list service_name service-name1 5 # list service_name service-name2 6 # option maxsessionsperpeer 0 7 # option localip 192.168.2.1 8 # option firsremoteip 192.168.2.2 9 # option maxsessions 64 10 # option optionsfile /etc/ppp/pppoe-server-options 11 # option randomsessions 1 12 # option unit 0 13 # option offset 0 14 # option timeout 60 15 # option mss 1468 16 # option sync 0 17 18 #config pppoe_relay 19 # list server_interface eth1 20 # list client_interface eth0 21 # list both_interface eth2 22 # option maxsessions 64 23 # option timeout 60