Hi.
I have a PVE 8.1.3 cluster with 3 nodes and I'm trying to build a VxLan based VNET. My nodes ares hosted at OVH, so VLAN is not an option.
My understanding is that this will create a single logical subnet where all the containers are connected using a local IP. That way, I can deploy or migrate the containers between nodes without having to worry about networking.
To do that I created first a vxlan zone:
Here I have my first doubt. What is the right values for peers? I have entered the public IP address of the nodes separated by comma.
Then I defined the vnet:
Then I created two containers in each node. I manually assigned to all of them IP addresses in the range 10.0.1.X
My expectation was that the containers will be able to reach each other without problems, but that was not true. They where only able to reach the other containar in the same node.
I have been reading documentation and trying to make it work to no avail.
Is there anything obvious that I have not taken into account? Any advise on how to make it work?
Thanks in advance!!
Javier Vilarroig
I have a PVE 8.1.3 cluster with 3 nodes and I'm trying to build a VxLan based VNET. My nodes ares hosted at OVH, so VLAN is not an option.
My understanding is that this will create a single logical subnet where all the containers are connected using a local IP. That way, I can deploy or migrate the containers between nodes without having to worry about networking.
To do that I created first a vxlan zone:
vxlan: Internal
peers xxx.xxx.xxx.xxxx,yyy.yyy.yyy.yy,zzz.zzz.zzz.zzz
ipam pve
nodes node3,node2,node1
Here I have my first doubt. What is the right values for peers? I have entered the public IP address of the nodes separated by comma.
Then I defined the vnet:
vnet: IntNet
zone Internal
alias Internal Test
tag 100000
Then I created two containers in each node. I manually assigned to all of them IP addresses in the range 10.0.1.X
My expectation was that the containers will be able to reach each other without problems, but that was not true. They where only able to reach the other containar in the same node.
I have been reading documentation and trying to make it work to no avail.
Is there anything obvious that I have not taken into account? Any advise on how to make it work?
Thanks in advance!!
Javier Vilarroig