2021-09-14 08:26:46 +00:00
|
|
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
|
2021-12-05 17:35:18 +00:00
|
|
|
.TH INNERNET-SERVER "8" "December 2021" "innernet-server 1.5.2" "System Administration Utilities"
|
2021-04-09 13:47:33 +00:00
|
|
|
.SH NAME
|
2021-12-05 17:35:18 +00:00
|
|
|
innernet-server \- manual page for innernet-server 1.5.2
|
2021-04-09 13:47:33 +00:00
|
|
|
.SH DESCRIPTION
|
2021-12-05 17:35:18 +00:00
|
|
|
innernet\-server 1.5.2
|
2021-04-09 13:47:33 +00:00
|
|
|
A server to coordinate innernet networks.
|
|
|
|
.SS "USAGE:"
|
|
|
|
.IP
|
2021-05-31 15:23:14 +00:00
|
|
|
innernet\-server [OPTIONS] <SUBCOMMAND>
|
|
|
|
.SS "OPTIONS:"
|
|
|
|
.TP
|
2021-12-05 17:35:18 +00:00
|
|
|
\fB\-c\fR, \fB\-\-config\-dir\fR <config\-dir>
|
|
|
|
[default: /etc/innernet\-server]
|
|
|
|
.TP
|
|
|
|
\fB\-d\fR, \fB\-\-data\-dir\fR <data\-dir>
|
|
|
|
[default: /var/lib/innernet\-server]
|
|
|
|
.TP
|
2021-05-31 15:23:14 +00:00
|
|
|
\fB\-\-no\-routing\fR
|
2021-12-05 17:35:18 +00:00
|
|
|
Whether the routing should be done by innernet or is done by an external tool like
|
|
|
|
e.g. babeld
|
2021-05-31 15:23:14 +00:00
|
|
|
.TP
|
|
|
|
\fB\-\-backend\fR <backend>
|
|
|
|
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on
|
2021-09-15 17:00:03 +00:00
|
|
|
availability [default: kernel] [possible values: kernel, userspace]
|
2021-04-09 13:47:33 +00:00
|
|
|
.TP
|
2021-06-14 14:53:02 +00:00
|
|
|
\fB\-\-mtu\fR <mtu>
|
2021-12-05 17:35:18 +00:00
|
|
|
Specify the desired MTU for your interface (default: 1420 for IPv4 and 1400 for
|
|
|
|
IPv6)
|
2021-06-14 14:53:02 +00:00
|
|
|
.TP
|
2021-04-09 13:47:33 +00:00
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
|
|
Prints help information
|
|
|
|
.TP
|
|
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
|
|
Prints version information
|
|
|
|
.SS "SUBCOMMANDS:"
|
|
|
|
.TP
|
2021-05-31 15:23:14 +00:00
|
|
|
new
|
|
|
|
Create a new network
|
|
|
|
.TP
|
|
|
|
uninstall
|
|
|
|
Permanently uninstall a created network, rendering it unusable. Use with care
|
|
|
|
.TP
|
|
|
|
serve
|
|
|
|
Serve the coordinating server for an existing network
|
2021-04-09 13:47:33 +00:00
|
|
|
.TP
|
|
|
|
add\-peer
|
|
|
|
Add a peer to an existing network
|
|
|
|
.TP
|
2021-05-31 15:23:14 +00:00
|
|
|
rename\-peer
|
|
|
|
Rename an existing peer
|
|
|
|
.TP
|
|
|
|
add\-cidr
|
|
|
|
Add a new CIDR to an existing network
|
|
|
|
.TP
|
2021-05-21 05:46:30 +00:00
|
|
|
delete\-cidr
|
|
|
|
Delete a CIDR
|
|
|
|
.TP
|
2021-05-31 15:23:14 +00:00
|
|
|
completions
|
|
|
|
Generate shell completion scripts
|
|
|
|
.TP
|
2021-04-09 13:47:33 +00:00
|
|
|
help
|
|
|
|
Prints this message or the help of the given subcommand(s)
|