[SOLVED] Problem pinging between vm's in different clusters

spinkvsc

Member
Jun 21, 2022
3
1
8
Hey guys,

I'm trying to test HA pinging the node moving to see how many pings are lost between the process.
The problem is I cannot ping the VM's between Nodes from the cluster.
Pve1 has the ip 10.10.10.10
Pve3 has the ip 10.10.10.30
mini1 has the ip 10.10.10.3
mini3 has the ip 10.10.10.4
I'm trying to ping mini in pve1 to mini3 in pve3 but I can't. I can ping pve1 to mini and to pve3. Pve3 can ping mini3. but mini and mini3 cannot ping eachother.
Its for a project and all the proxmox nodes are hosted in a hypervisor. Can someone help me?

Sorry for my bad english.

1655838064186.png1655838080878.png1655838146550.png
1655838527508.png
1655838590322.png
 
Its for a project and all the proxmox nodes are hosted in a hypervisor. Can someone help me?
my guess is that the problem is in that network config, how does it look like?
 
  • Like
Reactions: spinkvsc
So first I created a virtual switch in that hypervisor
1655891314628.png
Then a port group
1655891382530.png
1655891491691.png

And finally I assigned for each proxmox 2 network cards one in the new network (for clients) and other for the managment.

1655891435573.png

Is the problem from here? Or like forward options in proxmox?
 
do you allow any mac addresses to be outbound there? AFAIR there was some default setting that only the mac addresses of the assigned nics could send traffic out of the vm..
 
  • Like
Reactions: spinkvsc
It was security problems from the mac addresses. I changed all to accept and now it works. Thanks a lot, you saved my day ahahah. I was trying things that I don t even know anymore.

Is there any way I can compensate you for the help?


1655893024892.png
 
  • Like
Reactions: dcsapak
It was security problems from the mac addresses. I changed all to accept and now it works. Thanks a lot, you saved my day ahahah. I was trying things that I don t even know anymore.

Is there any way I can compensate you for the help?
great that it works now :)

just enjoy using pve ;)
 
  • Like
Reactions: spinkvsc