Bridge issues

xenonhost

Member
Oct 21, 2014
7
0
21
Hello all!
I have the following network structure:
eth0 Network device Yes No
vmbr0 Linux bridge Yes Yes eth0 89.xxx.xxx.xxx 255.xxx.xxx.xxx 89.xxx.xxx.xxx
vmbr1 Linux bridge Yes Yes eth0:2 93.xxx.xxx.xxx 255.xxx.xxx.xxx 93.xxx.xxx.xxx
vmbr2 Linux bridge Yes Yes eth0:3 188.xxx.xxx.xxx 255.xxx.xxx.xxx 188.xxx.xxx.xxx

I cannot ping kvm vps-es from node and also I don't have access from kvm vps-es to the node ip. I have network on all kvm vps-es.

Anyone can help me?
 
seems like i will have to change my vps panel, no one willing to help


Sent from my iPhone using Tapatalk
 
seems like i will have to change my vps panel, no one willing to help


Sent from my iPhone using Tapatalk
They have support plans if it is that big of a deal and is a business use...

Considering the lack of info, it isn't surprising that nobody has been able to assist you.
 
What other info shall i provide? I thought it is a mistake in my configuration, the issue is just on kvm, also if i select vmbr2 for related ip I have no connection, it works just with vmbr0.
 
cat interfaces
# network interface settings
auto lo
iface lo inet loopback


iface eth0 inet manual


auto vmbr0
iface vmbr0 inet static
address 89.xxx.xxx.xxx
netmask 255.255.255.248
gateway 89.xxx.xxx.xxx
bridge_ports eth0
bridge_stp off
bridge_fd 0


auto vmbr1
iface vmbr1 inet static
address 93.xxx.xxx.xxx
netmask 255.255.255.0
gateway 93.xxx.xxx.xxx
#bridge_ports none
bridge_ports eth0:2
bridge_stp off
bridge_fd 0


auto vmbr2
iface vmbr2 inet static
address 188.xxx.xxx.xxx
netmask 255.255.255.0
gateway 188.xxx.xxx.xxx
bridge_ports eth0:3
bridge_stp off
bridge_fd 0