Diferència entre revisions de la pàgina «WireGuard VPN»
m (→WireGuard Client) |
m (→WireGuard Client) |
||
Línia 3: | Línia 3: | ||
= WireGuard Client = | = WireGuard Client = | ||
[https://wireguard.how/client/raspberry-pi-os/ WireGuard Client: Raspberry Pi OS] | [https://wireguard.how/client/raspberry-pi-os/ WireGuard Client: Raspberry Pi OS] | ||
− | + | = Exemple de configuració = | |
+ | Al servidor: | ||
+ | sudo wg show wg0 | ||
[[Image:WgServer00.png|Server:~$ sudo wg show wg0]] | [[Image:WgServer00.png|Server:~$ sudo wg show wg0]] | ||
+ | Al client: | ||
+ | sudo cat /etc/wireguard/wg0.conf | ||
+ | [[Image:WgClient00.png|Client:~$ sudo cat /etc/wireguard/wg0.conf]] |
Revisió del 11:56, 28 juny 2024
WireGuard Server
WireGuard Client
WireGuard Client: Raspberry Pi OS
Exemple de configuració
Al servidor:
sudo wg show wg0
sudo cat /etc/wireguard/wg0.conf