mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
|
# interfaces(5) file used by ifup(8) and ifdown(8)
|
||
|
|
||
|
# Please note that this file is written to be used with dhcpcd
|
||
|
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
|
||
|
|
||
|
# Include files from /etc/network/interfaces.d:
|
||
|
source-directory /etc/network/interfaces.d
|
||
|
|
||
|
auto ppp0
|
||
|
iface ppp0 inet wvdial
|
||
|
provider connect
|
||
|
pre-up /usr/local/sbin/ppp0_setpin.sh
|
||
|
up /usr/local/sbin/ppp0_route.sh
|