ppp
Point-to-Point protocol
Syntax:
ppp [-mode] [-quiet] [-unitN] [system ...]
Runs on:
QNX Neutrino
Options:
- The -unit option behaves differently—it tells ppp to only attempt to open /dev/tunN, and if no -unit flag is provided, ppp opens /dev/tun and the network stack creates a new tun interface for ppp.
- The -nat option and any other options or settings related to network address translation (NAT) are not supported.
- Options and settings related to RADIUS authentication are not supported.
- set baudrate_check [on | off]
-
Set to
offto allow non-standard baud rate configuration via ppp's set speed command. Default ison. If you turn it off, make sure your driver supports a non-standard baud rate.
For descriptions of standard options, go to the FreeBSD documentation (https://www.freebsd.org/cgi/man.cgi?query=ppp&sektion=8&manpath=FreeBSD+13.5-RELEASE+and+Ports).
Description:
This is a port of the FreeBSD user process PPP software package. In this implementation, PPP is implemented as a separate process from io-sock with the help of the tunnel device driver (tun).
For more information, go to the FreeBSD documentation (https://www.freebsd.org/cgi/man.cgi?query=ppp&sektion=8&manpath=FreeBSD+13.5-RELEASE+and+Ports).
