Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-02-12 18:04:28 +00:00
parent 324ba6d525
commit 9a8d95399d

View File

@@ -98,12 +98,12 @@ To start a server:
# glorytun bind 0.0.0.0 keyfile my_secret_key & # glorytun bind 0.0.0.0 keyfile my_secret_key &
You should now have an unconfigured network interface (let's say `tun0`). You should now have an unconfigured network interface (let's say `tun0`).
For exemple, the simplest setup with `ifconfig`: For example, the simplest setup with `ifconfig`:
# ifconfig tun0 10.0.1.1 pointopoint 10.0.1.2 up # ifconfig tun0 10.0.1.1 pointopoint 10.0.1.2 up
To check if the server is running, simply call `glorytun show`. To check if the server is running, simply call `glorytun show`.
It will show you all the running tunnels. It will show you all of the running tunnels.
To start a new client, you need to get the secret key generated for the server. To start a new client, you need to get the secret key generated for the server.
Then simply call: Then simply call: