* Thu Mar 06 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-30.sme
- systemd unit for ippp [SME: 12876] - systemd unit for wan [SME: 12875]
This commit is contained in:
21
root/var/service/wan/run.pppoe.conf
Normal file
21
root/var/service/wan/run.pppoe.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
#------------------------------------------------------------
|
||||
# !!DO NOT MODIFY THIS FILE!!
|
||||
#
|
||||
# Manual changes will be lost when this file is regenerated.
|
||||
#
|
||||
# Please read the developer's guide, which is available
|
||||
# at http://www.contribs.org/development/
|
||||
#
|
||||
# Copyright (C) 1999-2006 Mitel Networks Corporation
|
||||
#------------------------------------------------------------
|
||||
/sbin/ifconfig eth1 up mtu 1500
|
||||
/sbin/modprobe ppp_generic
|
||||
/sbin/modprobe ppp_async
|
||||
/sbin/modprobe ppp_synctty
|
||||
DEVICE=eth1
|
||||
# add pppoe module
|
||||
/sbin/modprobe pppoe
|
||||
PPPD_MLIMIT=100000000
|
||||
|
||||
# PPPOE_TIMEOUT should be about 4*LCP_INTERVAL
|
||||
PPPOE_TIMEOUT=120
|
Reference in New Issue
Block a user