This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:vpn:wireguard [2022/12/20 15:37] – mb | linux:vpn:wireguard [2022/12/20 15:51] (current) – [Wireguard as VPN Server on RockyLinux] mb | ||
---|---|---|---|
Line 34: | Line 34: | ||
<code bash> | <code bash> | ||
The output after it should be: | The output after it should be: | ||
- | {{ : | + | {{ : |
+ | When the WireGuard service is up and running, it can be checked with | ||
+ | <code bash> | ||
+ | This will show the following: | ||
+ | {{ : | ||
+ | With //sudo wg// we check all interfaces of wireguard, it is possible to create multiple interfaces for one instance. \\ | ||
+ | Now our VPN server is up and running. To stop it use: | ||
+ | <code bash> | ||
====== WireGuard Web UI ====== | ====== WireGuard Web UI ====== | ||
Adding peers isn't easy and can be frustrating. There are some web UIs which can deliver a solution. \\ | Adding peers isn't easy and can be frustrating. There are some web UIs which can deliver a solution. \\ |