network:vpn:wireguard_access_to_home_network_using_pikvm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network:vpn:wireguard_access_to_home_network_using_pikvm [2023/05/14 22:04] – admin | network:vpn:wireguard_access_to_home_network_using_pikvm [2024/11/17 13:30] (current) – admin | ||
|---|---|---|---|
| Line 69: | Line 69: | ||
| AllowedIPs=10.0.0.4/ | AllowedIPs=10.0.0.4/ | ||
| ``` | ``` | ||
| + | |||
| + | After adding peers use `systemctl restart systemd-networkd` to load the new configuration. | ||
| `/ | `/ | ||
| Line 87: | Line 89: | ||
| [Interface] | [Interface] | ||
| Address = 10.0.0.2/24 | Address = 10.0.0.2/24 | ||
| - | ListenPort = 51820 | + | DNS = 192.168.1.1 |
| + | ListenPort = 38865 | ||
| + | MTU = 1330 | ||
| PrivateKey = <best generated on the client> | PrivateKey = <best generated on the client> | ||
| [Peer] | [Peer] | ||
| Line 93: | Line 97: | ||
| PresharedKey = < | PresharedKey = < | ||
| AllowedIps = 10.0.0.0/ | AllowedIps = 10.0.0.0/ | ||
| - | Endpoint = <DNS resolveable hostname of public IP>: | + | Endpoint = <DNS resolveable hostname of public IP>:38865(51820) |
| ``` | ``` | ||
network/vpn/wireguard_access_to_home_network_using_pikvm.1684094675.txt.gz · Last modified: by admin