Pfsense Ipsec stop bei Failover

Aus xinux.net
Zur Navigation springen Zur Suche springen
  • cat /etc/rc.gateway_alarm
if [ "$alarm_flag" == "1" and $GW == "VODAFONE_DHCP" ]
 then
 /usr/local/sbin/pfSsh.php playback svc stop ipsec
fi
if [ "$alarm_flag" == "0" and $GW == "VODAFONE_DHCP" ]
 then
 /usr/local/sbin/pfSsh.php playback svc start ipsec
fi