18 lines
371 B
Plaintext
18 lines
371 B
Plaintext
|
#
|
||
|
# PPP over Ethernet options (using roaring pinguin external program)
|
||
|
#
|
||
|
# 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
|