Hello
I have problem with claster on proxmox 6.
My claster config /etc/pve/corosync.conf
In /etc/hosts I have:
192.168.233.104 pv1.mydomain.com pv1
192.168.233.102 pv2.mydomain.com pv2
So replication vm should be made by NIC associateed to ip 192.168.233.104 and 192.168.233.102, but isnot, tpcdump shows that there is traffic beetwen nics connected to ISP on public ip.
How can i force proxmox to use lan nic for replication ?
I have problem with claster on proxmox 6.
My claster config /etc/pve/corosync.conf
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: pv1
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.233.104
}
node {
name: pv2
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.233.102
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: cl1
config_version: 2
interface {
linknumber: 0
}
ip_version: ipv4-6
secauth: on
version: 2
}
192.168.233.104 pv1.mydomain.com pv1
192.168.233.102 pv2.mydomain.com pv2
So replication vm should be made by NIC associateed to ip 192.168.233.104 and 192.168.233.102, but isnot, tpcdump shows that there is traffic beetwen nics connected to ISP on public ip.
How can i force proxmox to use lan nic for replication ?