I must admit, there is a problem with port security in the provider's switches (serverloft) and i do not know if he will change it.
auto lo
iface lo inet loopback
iface eth0 inet static
address xxx.xxx.124.207
netmask 255.255.255.192
gateway xxx.xxx.124.193
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.127.129
netmask 255.255.255.128
bridge_ports none
bridge_stp on
bridge_fd 0
Another idea would be to drop kvm virtualization in my case and get into creating the specific templates for openVZ. In my case i have to host several openSUSE machines and i can't convince the client of CentOS![]()
qhost1:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
XXX.XXX.127.201 XXX.XXX.127.200 255.255.255.255 UGH 0 0 0 vmbr0
XXX.XXX.127.202 0.0.0.0 255.255.255.255 UH 0 0 0 venet0
XXX.XXX.124.192 0.0.0.0 255.255.255.192 U 0 0 0 eth0
XXX.XXX.127.128 0.0.0.0 255.255.255.128 U 0 0 0 vmbr0
0.0.0.0 XXX.XXX.124.193 0.0.0.0 UG 0 0 0 eth0
qhost1:~# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address XXX.XXX.124.207
netmask 255.255.255.192
gateway XXX.XXX.124.193
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address XXX.XXX.127.200
netmask 255.255.255.128
bridge_ports none
bridge_stp on
bridge_fd 0
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address XXX.XXX.127.201
netmask 255.255.255.128
gateway XXX.XXX.127.200
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
XXX.XXX.127.128 0.0.0.0 255.255.255.128 U 0 0 0 eth0
0.0.0.0 XXX.XXX.127.200 0.0.0.0 UG 100 0 0 eth0
We use essential cookies to make this site work, and optional cookies to enhance your experience.