Hi
We have a few Proxmox Servers but cannot seem to figure out why this one Proxmox server cannot see the private backup network but it's KVM Guests can connect via it fine.
In otherwords the node cannot but the KVM guests can.
Any ideas?
Here is the network config:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 1.1.1.1
netmask 255.255.255.224
gateway 1.1.1.2
bridge_ports eth0
bridge_stp off
bridge_fd 0
up sleep 5; ethtool -s eth0 speed 100 duplex full autoneg off
auto vmbr1
iface vmbr1 inet static
address 10.0.0.10
netmask 255.255.255.0
bridge_ports eth1
More details:
2 KVM VMS on this node. IP 10.0.0.57 and 10.0.0.58 can see 10.0.0.200 the backup server fine.
But 10.0.0.10 cannot? weird as the above is transferring over the backup network vmbr1.
We have a few Proxmox Servers but cannot seem to figure out why this one Proxmox server cannot see the private backup network but it's KVM Guests can connect via it fine.
In otherwords the node cannot but the KVM guests can.
Any ideas?
Here is the network config:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 1.1.1.1
netmask 255.255.255.224
gateway 1.1.1.2
bridge_ports eth0
bridge_stp off
bridge_fd 0
up sleep 5; ethtool -s eth0 speed 100 duplex full autoneg off
auto vmbr1
iface vmbr1 inet static
address 10.0.0.10
netmask 255.255.255.0
bridge_ports eth1
More details:
2 KVM VMS on this node. IP 10.0.0.57 and 10.0.0.58 can see 10.0.0.200 the backup server fine.
But 10.0.0.10 cannot? weird as the above is transferring over the backup network vmbr1.