mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
Vpn-watch: it is faster to restart the whole ipsec.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
##################################################
|
||||
##### VPN-Watch.pl Version 0.4a #####
|
||||
##### VPN-Watch.pl Version 0.4b #####
|
||||
##################################################
|
||||
# #
|
||||
# VPN-Watch is part of the IPFire Firewall #
|
||||
@@ -54,7 +54,7 @@ foreach (@vpnsettings){
|
||||
|
||||
if ( $established eq '' || $connected eq '' ){
|
||||
logger("Remote IP for host $remotehostname has changed or no connection is established, restarting connection to $remoteip.");
|
||||
system("/usr/local/bin/ipsecctrl S $settings[0]");
|
||||
system("/usr/local/bin/ipsecctrl S");
|
||||
last; #all connections will reloaded
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user