2006-12-19 17:17:30 +01:00
|
|
|
#
|
2023-12-28 11:40:21 +01:00
|
|
|
# PPP over Ethernet options (using pppoe plugin)
|
2006-12-19 17:17:30 +01:00
|
|
|
#
|
2023-12-28 11:40:21 +01:00
|
|
|
plugin pppoe.so
|
2006-12-19 17:17:30 +01:00
|
|
|
#
|
|
|
|
# Plugin passwordfd enables us to pipe the password to pppd, thus we
|
|
|
|
# don't have to put it into pap-secrets and chap-secrets.
|
|
|
|
#
|
|
|
|
plugin passwordfd.so
|
|
|
|
#
|
|
|
|
noauth
|
|
|
|
# pppoe has a lower mtu/mru
|
|
|
|
mtu 1492
|
|
|
|
mru 1492
|
|
|
|
# switch off all compressions (this is a must)
|
|
|
|
nopcomp
|
|
|
|
# this is recommended
|
|
|
|
novjccomp
|
|
|
|
noccp
|