On Apr 22, 2015, at 14:13 , Andy A <[email protected]> wrote:

> 
> I also have keepalived installed for the vrrp VIP. Here's my keepalived.conf
> 
> cat /etc/keepalived/keepalived.conf
> ! Configuration File for keepalived
> global_defs {
>    notification_email {
>      [email protected]
>    }
>    notification_email_from [email protected]
>    smtp_server 127.0.0.1
>    smtp_connect_timeout 30
>    router_id machine01
> }
> 
> vrrp_instance VI_3 {
>         state MASTER
>         interface eth1
>         smtp_alert
>         virtual_router_id 12
>         priority 101
>         advert_int 1
>         authentication {
>                 auth_type PASS
>                 auth_pass PASSWORD # use 8 chars & something better
>         }
>         virtual_ipaddress {
>                 172.31.30.10 dev eth1
>         }
> }


Hi Andy,
You don’t mention it, but is this part of an active/active cluster?

If you only have one server you should not be using keepalived.
It’s only used in the clustered mode.

Regards,
--
Louis Munro
[email protected]  ::  www.inverse.ca 
+1.514.447.4918 x125  :: +1 (866) 353-6153 x125
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)



------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to