I have a set of 5 nodes, one of which is offsite, I set up a wireguard tunnel with the following parameters,
Server to client:
Client to server:
I connected, and got pings working/got dns...
Read more
Server to client:
Code:
[Interface]
Address = 10.0.0.1/24
DNS = 192.168.1.2
MTU = 1320
SaveConfig = true
ListenPort = 53
PrivateKey =
# +2 other clients...
[Peer]
PublicKey =
AllowedIPs = 192.168.1.27/32
Endpoint =
Client to server:
Code:
[Interface]
PrivateKey =
DNS = 8.8.8.8
MTU = 1320
[Peer]
PublicKey =
AllowedIPs = 0.0.0.0/0
Endpoint =
I connected, and got pings working/got dns...
Read more