<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="DE-AT" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">There is no need for an IP<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> pve-user-bounces@pve.proxmox.com [mailto:pve-user-bounces@pve.proxmox.com]
<b>On Behalf Of </b>Fábio Rabelo<br>
<b>Sent:</b> Freitag, 28. September 2012 19:44<br>
<b>To:</b> Bill Harris<br>
<b>Cc:</b> pve-user@pve.proxmox.com<br>
<b>Subject:</b> Re: [PVE-User] Adding a second interface to ProxMox 2.1<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">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>
<o:p></o:p></p>
<div>
<p class="MsoNormal">2012/9/28 Bill Harris <<a href="mailto:savoy9020@gmail.com" target="_blank">savoy9020@gmail.com</a>><o:p></o:p></p>
<p class="MsoNormal">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><o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</body>
</html>