Unable to start Openvz with proxmox

Should be, kvm works perfectly.
Configuration:
Ip:5.1.81.82 -5.1.81.8
255.255.255.248
5.1.81.82
gw 5.1.81.81

interfaces on host:
# network interface settings
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet manual

iface eth1 inet manual

auto vmbr0
iface vmbr0 inet static
address 178.251.229.125
netmask 255.255.255.0
gateway 178.251.229.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
Ifconfig on container:
root@deb1:/# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I will remove the critical ip adresses later for security reasons :P
 
Last edited:
Should be, kvm works perfectly.
Configuration:


interfaces on host:

Ifconfig on container:
I will remove the critical ip adresses later for security reasons [emoji14]

Is the 5.x addresses the appropriate subnet?

A bridged network connection will be on the same network as the host, as the connection is literally bridged and passed through to the VM.

Without understanding your network topology, its hard to suggest anything.
 
Its a 5.1.81.80/29 Subnet, the range is 5.1.81.82 -5.1.81.8
How would you solve it? I would be glad if you can tell me how to solve it better :)
Thanks