Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:vpn:wireguard [2022/12/20 15:37] mblinux:vpn:wireguard [2022/12/20 15:51] (current) – [Wireguard as VPN Server on RockyLinux] mb
Line 34: Line 34:
 <code bash>sudo wg-quick up ng0 </code> <code bash>sudo wg-quick up ng0 </code>
 The output after it should be: The output after it should be:
-{{ :linux:vpn:wg-quick_up.png?direct&200 |}}+{{ :linux:vpn:wg-quick_up.png?direct&750 |}} 
 +When the WireGuard service is up and running, it can be checked with  
 +<code bash>sudo wg</code> 
 +This will show the following: 
 +{{ :linux:vpn:wg_show.png?direct&600 |}} 
 +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>sudo wg-quick down wg0</code> 
 ====== 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. \\