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