1
0
Fork 0

apply configuration hints to fix my pppoe

This commit is contained in:
clerie 2021-12-24 13:15:54 +01:00
parent bf2aa2ec4f
commit b37d2bccf9
1 changed files with 3 additions and 1 deletions

View File

@ -132,6 +132,8 @@
maxfail 0 maxfail 0
holdoff 5 holdoff 5
noipdefault noipdefault
lcp-echo-interval 20
lcp-echo-failure 3
mtu 1492 mtu 1492
hide-password hide-password
defaultroute defaultroute
@ -148,7 +150,7 @@
script = '' script = ''
systemctl restart pppd-ntvdsl.service systemctl restart pppd-ntvdsl.service
''; '';
startAt = "*-*-* *:47:00"; startAt = "*-*-* 07:05:00";
}; };