NPPPCTL(8)
System Manager's Manual
NPPPCTL(8)
NAME
npppctl —
control npppd
SYNOPSIS
npppctl |
[-n] [-s
socket] command
[argument ...] |
DESCRIPTION
The npppctl utility controls the
npppd(8) daemon.
The options are as follows:
-n- Show IP addresses instead of their hostnames.
-ssocket- Use socket instead of the default /var/run/npppd.sock to communicate with npppd(8).
The following commands are available:
clear all| filter ...- Disconnect PPP sessions. If filter is specified,
only matching PPP sessions are disconnected. If
allis specified, all PPP sessions are disconnected. Seesession allfor the types of filter. monitor all| filter ...- Monitor start and stop of PPP sessions. If filter is
specified, only matching PPP sessions are monitored. If
allis specified, all PPP sessions are monitored. Seesession allfor the types of filter. session all[filter ...]- Show detailed information for PPP sessions. If
filter is specified, only matching PPP sessions are
shown; otherwise all PPP sessions are shown. The following filters are
available:
addressip_address- Show or clear PPP sessions whose IP address match ip_address.
interfaceinterface_name- Show or clear PPP sessions that use the interface specified by interface_name.
ppp-idid- Show or clear PPP sessions whose Ppp-Id match id.
protocolprotocol- Show or clear PPP sessions that use the tunneling protocol specified by protocol.
realmrealm_name- Show or clear PPP sessions whose realm match the specified realm_name.
usernameusername- Show or clear PPP sessions whose username match username.
session brief- Show brief information for all PPP sessions.
session packets- Show I/O statistics for all PPP sessions.
HISTORY
The npppctl program first appeared in
OpenBSD 5.3.
AUTHORS
The npppctl program was written by
Internet Initiative Japan Inc.
OpenBSD 7.8 April
4, 2014 NPPPCTL(8)