HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vpnd — Listens for incoming VPN connections. It should not be invoked manually. More information: <https://

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandlistensincomingvpndclivpnforconnections
macos

Problem

How to use the vpnd command: Listens for incoming VPN connections. It should not be invoked manually. More information: <https://keith.github.io/xcode-man-pages/vpnd.8.html>.

Solution

vpnd — Listens for incoming VPN connections. It should not be invoked manually. More information: <https://keith.github.io/xcode-man-pages/vpnd.8.html>.

Start the daemon:
vpnd


Run the daemon in the foreground:
vpnd -x


Run the daemon in the foreground and print logs to the terminal:
vpnd -d


Run the daemon in the foreground, print logs to the terminal, and quit after validating arguments:
vpnd -n


Run the daemon for a specific server configuration:
vpnd -i {{server_id}}


Display help:
vpnd -h

Code Snippets

Start the daemon

vpnd

Run the daemon in the foreground

vpnd -x

Run the daemon in the foreground and print logs to the terminal

vpnd -d

Run the daemon in the foreground, print logs to the terminal, and quit after validating arguments

vpnd -n

Run the daemon for a specific server configuration

vpnd -i {{server_id}}

Context

tldr-pages: osx/vpnd

Revisions (0)

No revisions yet.