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 resolutions working.
Now what's left is for connecting the clients together, I already have said four nodes are already in a cluster, I just need to add this. The proxmox server that is offsite is currently under 192.168.1.27, and it seems so that the other servers cannot connect. I have tried many ways and many other options, I have not yet installed wireguard on the other servers. I also have tried pinging the other local network,
To no avail. The other 2 clients are able to connect and talk to the other devices on the network. I also have tried joining the cluster, to which it replies with "* local node address: cannot use IP '192.168.1.26', not found on local node!" If anyone out there knows how I can resolve this matter please help. This may not pertain solely to proxmox, but I still need a way to add these nodes together.
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 resolutions working.
Code:
root@pve:~# ping google.com
PING google.com (142.251.116.100) 56(84) bytes of data.
64 bytes from rt-in-f100.1e100.net (142.251.116.100): icmp_seq=1 ttl=249 time=112 ms
64 bytes from rt-in-f100.1e100.net (142.251.116.100): icmp_seq=2 ttl=249 time=158 ms
64 bytes from rt-in-f100.1e100.net (142.251.116.100): icmp_seq=3 ttl=249 time=295 ms
64 bytes from rt-in-f100.1e100.net (142.251.116.100): icmp_seq=4 ttl=249 time=147 ms
^C
--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3015ms
rtt min/avg/max/mdev = 111.960/178.063/295.009/69.651 ms
Now what's left is for connecting the clients together, I already have said four nodes are already in a cluster, I just need to add this. The proxmox server that is offsite is currently under 192.168.1.27, and it seems so that the other servers cannot connect. I have tried many ways and many other options, I have not yet installed wireguard on the other servers. I also have tried pinging the other local network,
Code:
root@pve:~# ping 192.168.1.26
PING 192.168.1.26 (192.168.1.26) 56(84) bytes of data.
From 192.168.1.27 icmp_seq=1 Destination Host Unreachable
From 192.168.1.27 icmp_seq=2 Destination Host Unreachable
From 192.168.1.27 icmp_seq=3 Destination Host Unreachable
^C
--- 192.168.1.26 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3158ms
pipe 4