summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-29 15:23:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-29 15:23:51 +0000
commit12c09555434fc19bc182e6c5eabf03baf86603ed (patch)
tree26feecf13af25f66b12ccdee1128d21e1893f59a /etc/rc.bootup
parent9cd108612f5373c6e1a61d775a66833a889093f9 (diff)
downloadpfsense-12c09555434fc19bc182e6c5eabf03baf86603ed.zip
pfsense-12c09555434fc19bc182e6c5eabf03baf86603ed.tar.gz
We need the tunnel interfaces to be active before configuring the filter. This should hopefully solve the openvpn reboot issues.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 9468fc4..e7816d5 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -180,6 +180,9 @@
/* start load balancer daemon */
slbd_configure();
+
+ /* start OpenVPN server & clients */
+ openvpn_resync_all();
/* setup altq + pf */
echo "Configuring firewall... ";
@@ -196,10 +199,7 @@
/* start web server */
system_webgui_start();
}
-
- /* start OpenVPN server & clients */
- openvpn_resync_all();
-
+
/* set up static routes */
system_routing_configure();
OpenPOWER on IntegriCloud