At this moment:
But vmbr1 subnet is not accessible, so how to make two subnets working on one server? It's openVZ
Code:
cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 162.213.31.137
netmask 255.255.255.0
gateway 162.213.31.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 199.168.137.2
netmask 255.255.255.0
gateway 199.168.137.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
But vmbr1 subnet is not accessible, so how to make two subnets working on one server? It's openVZ
Last edited: