The static IPs are missing in the config, if you specify the network are static ( iface vmbr1 inet static ) then you must put it on the config file .<br><br><br>Fábio Rabelo<br><br><br><br><div class="gmail_quote">2012/9/28 Bill Harris <span dir="ltr"><<a href="mailto:savoy9020@gmail.com" target="_blank">savoy9020@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I've got  a 2-node cluster working fine.  But I need to add another<br>
interface to put containers up on another subnet..<br>
<br>
Tried to follow the wiki on adding a second interface (eth1) as vmbr1,<br>
but didn't quite work as expected..<br>
<br>
The second interface need not be visible on the host node, just the vm's (preferable)<br>
and the vm's on the first bridge are working fine.<br>
<br>
<br>
Current configuration with eth0:<br>
<br>
auto lo<br>
iface lo inet loopback<br>
<br>
auto vmbr0<br>
iface vmbr0 inet static<br>
        address 172.25.96.12<br>
        netmask 255.255.255.224<br>
        gateway 172.25.96.1<br>
        bridge_ports eth0<br>
        bridge_stp off<br>
        bridge_fd 0<br>
<br>
I want to add a second virtual interface, on the other physical interface (eth1)<br>
such as:<br>
<br>
auto vmbr1<br>
iface vmbr1 inet static<br>
        bridge_ports eth1<br>
        bridge_stp off<br>
        bridge_fd 0<br>
<br>
Is this the correct  method?<br>
<br>
Bill<br>
<br>
<br>
_______________________________________________<br>
pve-user mailing list<br>
<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a><br>
<a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a><br>
</blockquote></div><br>