I want to connect two proxmox servers and their vms through vpn

Ahmad Maqsood

New Member
Sep 4, 2024
1
0
1
I have 2 proxmox servers. One has public ip of 1.2.3.4 and other has a public ip 5.6.7.8 and i have created virtual network of 10.10.10.0/24 on both which is bridge with the public ips of the servers for accessing the internet. When I create a vm inside any proxmox, I gave ip from 10.10.10.0/24 network. Now, i want that my both server and their vms should be able to communicate with each other through its private ip. For example on server 1, I have a vm with ip of 10.10.10.3 and i want to ping server 2 vm which has ip of 10.10.10.60. so can ping can be done. Is it possible or not?