<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>RE: [PVE-User] Cluster setup</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Well I got it working once I removed the extra lines from the interfaces file.  Thanks for the help.<BR>
<BR>
One other question...once I create the cluster and a node is 'syncing up with the master' what exactly is being synced between the two machines?<BR>
<BR>
Thanks again,<BR>
<BR>
Shain<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Dietmar Maurer [<A HREF="mailto:dietmar@proxmox.com">mailto:dietmar@proxmox.com</A>]<BR>
Sent: Thu 11/27/2008 3:06 AM<BR>
To: Shain Miley<BR>
Cc: proxmoxve<BR>
Subject: RE: [PVE-User] Cluster setup<BR>
<BR>
The format of your file is invalid! Options need to be intended:<BR>
<BR>
auto vmbr0<BR>
iface vmbr0 inet static<BR>
        address 172.39.2.17<BR>
        network 172.39.2.0<BR>
        netmask 255.255.255.0<BR>
        ....<BR>
<BR>
Does that help?<BR>
<BR>
- Dietmar<BR>
<BR>
<BR>
> Here is the contents of the file:<BR>
><BR>
> auto lo<BR>
> iface lo inet loopback<BR>
><BR>
><BR>
> auto vmbr0<BR>
> iface vmbr0 inet static<BR>
> address 172.39.2.17<BR>
> network 172.39.2.0<BR>
> netmask 255.255.255.0<BR>
> broadcast 172.31.2.255<BR>
> gateway 172.39.2.1<BR>
> bridge_ports eth0<BR>
> bridge_fd 9<BR>
> bridge_hello 2<BR>
> bridge_maxage 12<BR>
> bridge_stp off<BR>
> up /sbin/ifconfig eth0 inet 0.0.0.0 promisc<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>