Hello, I would like to manage a remote proxmox node via my main interface, so I created an OpenVPN server on my main network node 10.8.0.0 and I added my second local node + my remote node. To do this I modified the /etc/hosts file of the respective nodes by entering the different IPs of the nodes in the VPN network (I followed this tutorial). Concerning the cluster it mounts correctly, in my new network 10.8.0.0. On the other hand, I don't know why I don't have access to its different nodes if I connect to the main node. Obviously in the web admin, it does not use the @IP configured in the cluster in 10.8.0.0X but the old local IP 192.168.1.X.
My second concern is that when the VPN service goes up on the client nodes, a route is automatically added:
Although I added a route to my nodes in the /etc/network/interfaces file
But when the VPN goes up it automatically sets its route
My second concern is that when the VPN service goes up on the client nodes, a route is automatically added:
192.168.1.0/24 via 10.8.0.1 dev tun0
Although I added a route to my nodes in the /etc/network/interfaces file
up route add -net 192.168.1.0/24 gw 192.168.1.1 dev vmbr0
But when the VPN goes up it automatically sets its route