Should be, kvm works perfectly.
Configuration:
interfaces on host:
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:
Ifconfig on container:# 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
I will remove the critical ip adresses later for security reasonsroot@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)
Last edited: