- systemd unit for ippp [SME: 12876] - systemd unit for wan [SME: 12875]
22 lines
631 B
Plaintext
22 lines
631 B
Plaintext
#------------------------------------------------------------
|
|
# !!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
|