Man page - interfaces-ppp(5)
Packages contains this manual
- interfaces-wireguard(5)
- interfaces-bridge(5)
- interfaces-tunnel(5)
- ifstate(5)
- ifparse(8)
- interfaces-wifi(5)
- ifctrstat(8)
- ifquery-ng(8)
- ifup-ng(8)
- interfaces-ng(5)
- interfaces-vrf(5)
- interfaces-ppp(5)
- interfaces-vxlan(5)
- interfaces-forward(5)
- ifdown-ng(8)
- interfaces-batman(5)
- ifupdown-executor(7)
- interfaces-wireguard-quick(5)
- interfaces-bond(5)
- ifupdown-ng.conf(5)
- ifupdown-ng(8)
apt-get install ifupdown-ng
Manual
interfaces-ppp
NAMEDESCRIPTION
PPP-RELATED OPTIONS
EXAMPLES
AUTHORS
NAME
interfaces-ppp - PPP extensions for the interfaces(5) file format
DESCRIPTION
The Point-to-Point Protocol (PPP) usually is used for dial-up lines, most common for over Digital Subscriber Lines (DSL) to connect to an Internet Service Provider (ISP). The following options allow to set up PPP dial-up connections.
PPP-RELATED OPTIONS
ppp-provider provider
Denotes the file name of the provider configuration file within the /etc/ppp/peers/ directory which should be used to set up the PPP connection.
ppp-physdev interfaces
Denotes the physical (underlay) interface which is used to set up the PPP connection.
EXAMPLES
A PPP connection to local-ISP :
auto ppp0
iface ppp0
|
ppp-provider local-ISP |
AUTHORS
Maximilian Wilhelm <max@sdn.clinic>