You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried this docker image on a Ubuntu 16.04 machine,I have no idea what should I do the next?any help would be apperciated
cuz I hate running the program on the physical machine,I like running everything on the docker,then I tried to copy the configuration files from a wrieguard file from a CentOS 7 to this machine which is wireguard working fine there,
$ pwd
/etc/wireguard
$ ls
client.conf cprivatekey cpublickey sprivatekey spublickey wg0.conf
Good news! Module version 0.0.20181218 for wireguard.ko
exactly matches what is already found in kernel 4.4.0-21-generic.
DKMS will not replace this module.
You may override by specifying --force.
depmod.......
DKMS: install completed.
Setting up wireguard-tools (0.0.20181218-wg1xenial) ...
Setting up wireguard (0.0.20181218-wg1xenial) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for systemd (229-4ubuntu21.2) ...
Processing triggers for menu (2.1.47ubuntu1.16.04.1) ...
Sat Jan 19 06:00:57 UTC 2019: Starting Wireguard
Usage: wg-quick [ up | down | save ] [ CONFIG_FILE | INTERFACE ]
CONFIG_FILE is a configuration file, whose filename is the interface name
followed by .conf'. Otherwise, INTERFACE is an interface name, with configuration found at /etc/wireguard/INTERFACE.conf. It is to be readable by wg(8)'s setconf' sub-command, with the exception of the following additions
to the [Interface] section, which are handled by wg-quick:
Address: may be specified one or more times and contains one or more
IP addresses (with an optional CIDR mask) to be set for the interface.
DNS: an optional DNS server to use while the device is up.
MTU: an optional MTU for the interface; if unspecified, auto-calculated.
Table: an optional routing table to which routes will be added; if
unspecified or auto', the default table is used. If off', no routes
are added.
PreUp, PostUp, PreDown, PostDown: script snippets which will be executed
by bash(1) at the corresponding phases of the link, most commonly used
to configure DNS. The string `%i' is expanded to INTERFACE.
SaveConfig: if set to `true', the configuration is saved from the current
state of the interface upon shutdown.
See wg-quick(8) for more info and examples.
The text was updated successfully, but these errors were encountered:
I have tried this docker image on a Ubuntu 16.04 machine,I have no idea what should I do the next?any help would be apperciated
cuz I hate running the program on the physical machine,I like running everything on the docker,then I tried to copy the configuration files from a wrieguard file from a CentOS 7 to this machine which is wireguard working fine there,
then I run the docker command
finaly I have such a concequence:
The text was updated successfully, but these errors were encountered: