Hello,
We have set up an proxmox cluster with 5 nodes by Hetzner.
After we installed the first VM we had our first issue that we could not ping all Servers.
The strange point is that we can ping some IPs and some not.
for Example. We can ping:
8.8.8.8
213.133.98.98
we can ping our gateway
we can ping our host syste (first node)
and what we cannot:
212.121.132.78
cannot ping other nodes where the Guestsystem is not installed
most of our servers
localnetwork (company)
when we try to "ping google.de" it does not work.
It can resolv the ip, but we dont geht any packets.
dig and nslookup works
Here is our Network setting on the first node:
and bridge setting:
We have set up an proxmox cluster with 5 nodes by Hetzner.
After we installed the first VM we had our first issue that we could not ping all Servers.
The strange point is that we can ping some IPs and some not.
for Example. We can ping:
8.8.8.8
213.133.98.98
we can ping our gateway
we can ping our host syste (first node)
and what we cannot:
212.121.132.78
cannot ping other nodes where the Guestsystem is not installed
most of our servers
localnetwork (company)
when we try to "ping google.de" it does not work.
It can resolv the ip, but we dont geht any packets.
dig and nslookup works
Here is our Network setting on the first node:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
#vmbr0
auto eth1
iface eth1 inet manual
#vmbr1
auto eth2
iface eth2 inet static
address 10.200.0.1
netmask 255.255.255.128
#Netgear (cluster communication network)
iface eth3 inet manual
auto eth4
iface eth4 inet static
address 10.200.1.1
netmask 255.255.255.128
#Zyxel (ceph and data migration network)
iface eth5 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.44.178
netmask 255.255.255.128
gateway 94.130.80.129
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address xxx.xxx.55.129
netmask 255.255.255.224
bridge_ports eth1
bridge_stp off
bridge_fd 0
#Netgear (public subnet)
and bridge setting:
Code:
root@c5-node1:~# brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.1866da880f1a no eth0
vmbr1 8000.1866da880f1b no eth1