1. Did apt-get install ifenslave-2.6

2. created new interfaces (/etc/network/interfaces)

# The primary network interface lb01
auto bond0
iface bond0 inet static
    address x.x.x.10
    netmask 255.255.255.0
    network x.x.x.0
    gateway x.x.x.1
    slaves eth0 eth1
    # jumbo frame support
    mtu 9000
    # Load balancing and fault tolerance
    bond-mode balance-rr
    bond-miimon 100
    bond-downdelay 200
    bond-updelay 200
    dns-nameservers a.a.a.a
    dns-search localhost

------ lb02 interfaces config....

# The primary network interface lb02
auto bond0
iface bond0 inet static
    address x.x.x.11
    netmask 255.255.255.0
    network x.x.x.0
    gateway x.x.x.1
    slaves eth0 eth1
    # jumbo frame support
    mtu 9000
    # Load balancing and fault tolerance
    bond-mode balance-rr
    bond-miimon 100
    bond-downdelay 200
    bond-updelay 200
    dns-nameservers a.a.a.a
    dns-search localhost

3. Removed in /usr/local/zenloadbalancer/config/ iface_eth0_conf and iface_eth1_conf on both lb01 and lb02

4. Created iface_bond0_conf in /usr/local/zenloadbalancer/config/ on both lb01 and lb02
bond0::x.x.x.10:255.255.255.0:up::

5. reboot the ZLB (lb01 and lb02)

6. do the exact same to my second server lb02 but with x.x.x.11 as the IP address

7. login to web interface on lb01, and it shows bond0 (x.x.x.10), eth0 (-), and eth1 (-) so, eth0 and eth1 have no IP addresses - all good.. note: the interface is green on all 3 .. and unpluging eth0 or eth1 does go red.. so on the OS level I know its working..

8. Test it, pings google just fine, unplug eth0 traffic flows, plug in eth0, unplug eth1 traffic flows, plug back in.. all good..

9. create virtual interface bond0:1 x.x.x.40 ip address and it works just fine, same test as above and traffic flows..

10. in the web gui settings/cluster (bond0:1) x.x.x.40 .. "save vip" -- all good..

11. local hostname lb01 eth0 IP x.x.x.10

12. remote hostname lb02 eth0 IP x.x.x.11

13. cluster ID : 1 "save" -- all good ..

14. Remote Hostname root password : <*************> "configure RSA connection between nodes"

15. SUCCESS! Running process for configure RSA comunication. --- all good .. note: communication is spelled incorrectly :-)

16. Cluster Type: lb01 master and lb02 backup automatic failback, click "configure cluster type" .. -- just hangs here forever, never changes screens, nothing happens..
On 11/22/2012 8:23 AM, Ruben wrote:
Hi,

We are using ZLB with our Exchange environment, but now we want to create an EtherChannel with our two Ethernet interfaces.

I'm checking what I need but I don't know which files in the ZEN config directory I have to change. I've seen that I must modify the /etc/network/interfaces but ZEN modify that file, anyone can help me?

Thanks
Ruben


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov


_______________________________________________
Zenloadbalancer-support mailing list
Zenloadbalancer-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support

<<attachment: daniel.vcf>>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Zenloadbalancer-support mailing list
Zenloadbalancer-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support

Reply via email to