# crc adds no security, except from packet corruption.
# Use only on physically secure networks.
#
-auth 1
-1 crc
-#2 sha1 HI!
+auth 2
+#1 crc
+2 sha1 My4uthK3yG03sH3r3
#3 md5 Hello!
if cat /etc/hostname | grep -q "lvs0"
then
echo
- echo -e $COL_BR_GREEN "NOTE ** You must have a null-modem serial cable"
- echo -e "connected between lvs01 and lvs02 for failover"
- echo -e "to function correctly." $COL_RESET
+ echo -e $COL_BR_GREEN "NOTE ** ha.cf is configured to use broadcast"
+ echo -e "over ethernet between lvs01 and lvs02 for failover"
+ echo -e "to function correctly. Veryfiy that the bcast"
+ echo -e "directive has the correct ethernet inteface"
+ echo -e "for the *PRIVATE* network." $COL_RESET
### Configure apache for lvs servers.
if [ -e "/etc/apache2/sites-available/default-ssl" ]
then