*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: wg-userspace | Section: 8 | Source: NetBSD | File: wg-userspace.8
WG-USERSPACE(8) FreeBSD System Manager's Manual WG-USERSPACE(8) NAME wg-userspace - manipulate wg userspace instances (EXPERIMENTAL) SYNOPSIS id command [arguments] DESCRIPTION wg-userspace is used to create, destroy and configure wg(4) userspace instances. WARNING: wg-userspace is experimental. The following commands are supported: create Create an interface. The interface will appear as tunid to the rest of the system, and will be served by a rump server in whose context the interface appears as wgid. destroy Destroy an interface and stop the rump server behind it. ifconfig wgN args... Run ifconfig(8) in the context of the interface's rump server. For example, # wg-userspace 0 ifconfig wg0 10.0.1.0/24 will set the interface's IP address. wgconfig wgN args... Run wgconfig(8) in the context of the interface's rump server. For example, # wg-userspace 0 wgconfig wg0 set listen-port 1234 will set the interface's listening port. debug command [args...] Run an arbitrary command in the context of the interface's rump server, using rumphijack(3). SEE ALSO wg(4), wg-keygen(8), wgconfig(8) HISTORY The wg-userspace command first appeared in NetBSD 10.0. AUTHORS The wg-userspace command is written by Ryota Ozaki <[email protected]>. FreeBSD 14.1-RELEASE-p8 August 20, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options