Hello to all:<br>I have installed version 1.7 in a new HP server to use KVM. I had other servers with older Proxmox version but always using OpenVZ.<br>I have made 4 bridges, one for each eth port. I have created 3 KVM machines. Each of one has a diferent bridge, and the hipervisor has de other left. <br>
<br>The problem is that if I try to access via ssh to any of the bridges IP, it always become the hipervisor login. Don't know if is a mistake of config or a bug. Here is the copy of my /etc/network/interfaces<br><br>
auto lo<br>iface lo inet loopback<br><br>iface eth0 inet manual<br><br>iface eth1 inet manual<br><br>iface eth2 inet manual<br><br>iface eth3 inet manual<br><br>auto vmbr0<br>iface vmbr0 inet static<br> address 192.168.1.3<br>
netmask 255.255.255.0<br> gateway 192.168.1.5<br> bridge_ports eth0<br> bridge_stp off<br> bridge_fd 0<br><br>auto vmbr1<br>iface vmbr1 inet static<br> address 192.168.1.4<br> netmask 255.255.255.0<br>
bridge_ports eth1<br> bridge_stp off<br> bridge_fd 0<br><br>auto vmbr2<br>iface vmbr2 inet static<br> address 192.168.1.6<br> netmask 255.255.255.0<br> bridge_ports eth2<br> bridge_stp off<br> bridge_fd 0<br>
<br>auto vmbr5<br>iface vmbr5 inet static<br> address 192.168.1.7<br> netmask 255.255.255.0<br> bridge_ports eth3<br> bridge_stp off<br> bridge_fd 0<br><br>regards, <br>Alejandro<br>