diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 5424be568b..6298b6d2ce 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -252,6 +252,8 @@ if ($_POST['apply']) { filter_configure(); /* set up static routes */ system_routing_configure(); + /* start IPsec tunnels */ + vpn_ipsec_configure(); } header("Location: interfaces.php?if={$if}"); exit;