Hi,
<div><br></div><div>I recently setup a Proxmox server and have one OpenVZ container running. I then wanted to set up one KVM on the same Proxmox server. Everything goes fine, except the KVM machine cannot access the network. If I add a second OpenVZ container, it can access the network fine. I had looked at the Proxmox network setup, and I have changed my /etc/network/interfaces on the Proxmox to look like below. Does anyone see an issue or have a suggestion?</div>
<div><br></div><div>Thanks!</div><div><br></div><div>Tony</div><div><br></div><div><br></div><div><div>auto lo</div><div>iface lo inet loopback</div><div><br></div><div>auto eth0</div><div>iface eth0 inet static</div><div>
address 192.168.1.100</div><div> netmask 255.255.255.0</div><div> gateway 192.168.1.1</div><div> post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp</div><div><br></div><div><br></div>
<div>auto vmbr0</div><div>iface vmbr0 inet static</div><div> address 192.168.1.100</div><div> netmask 255.255.255.0</div><div> bridge_ports none</div><div> bridge_stp off</div><div> bridge_fd 0</div>
<div> post-up echo 1 > /proc/sys/net/ipv4/ip_forward</div></div>