<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Fabio,</div><div><br></div><div>If I don't want the node to have an ip on that network,  what do </div><div>I use for the iface line?    Just iface vmbr1 inet?</div><div><br></div><div>Bill</div><div><br></div><div><br></div><div><br></div><br><div><div>On Sep 28, 2012, at 12:44 PM, Fábio Rabelo <<a href="mailto:fabio@fabiorabelo.wiki.br">fabio@fabiorabelo.wiki.br</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">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>
</blockquote></div><br></body></html>