It seems that my cluster cannot handle multiple virtuals - any virtual
I configure as carp0 works fine, but subsequent ones never come up.
For example, I set up 10.0.0.1 as the WAN virtual (which now works, .2
& .3 as real) and 192.168.0.1 as the LAN virtual.  Post-reboot,
'ifconfig' on the primary shows the following:

carp0: flags=49<UP,LOOPBACK,RUNNING> mtu 1500
        inet 10.0.0.1 netmask 0xffffff00
        carp: MASTER vhid 1 advbase 1 advskew 200
carp1: flags=9<UP,LOOPBACK> mtu 1500
virtual-test#

Originally, the LAN virtual was carp0 and worked fine; swapping the
two made the WAN work and the LAN not, and subsequent additions fail
to work as well.  The following is the output of
"print_r($config['virtualip']);" in the PHP shell:

Array
(
    [vip] => Array
        (
            [0] => Array
                (
                    [mode] => carp
                    [interface] => wan
                    [vhid] => 1
                    [advskew] => 0
                    [password] => wan_virt
                    [descr] => WAN-virtual
                    [type] => single
                    [subnet_bits] => 24
                    [subnet] => 10.0.0.1
                )

            [1] => Array
                (
                    [mode] => carp
                    [interface] => lan
                    [vhid] => 2
                    [advskew] => 0
                    [password] => lan_virt
                    [descr] =>
                    [type] => single
                    [subnet_bits] => 24
                    [subnet] => 192.168.0.1
                )

        )

)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to