From 2e15464544a6d0ede6ab3329e5ca88e4587a7eb4 Mon Sep 17 00:00:00 2001
From: hwdsl2 <hwdsl2@users.noreply.github.com>
Date: Tue, 25 Mar 2014 02:52:38 -0700
Subject: [PATCH]

---
 vpnsetup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vpnsetup.sh b/vpnsetup.sh
index 1caed32..f9a9c5e 100644
--- a/vpnsetup.sh
+++ b/vpnsetup.sh
@@ -235,6 +235,7 @@ cat > /etc/rc.local <<EOF
 # By default this script does nothing.
 /usr/sbin/service ipsec restart
 /usr/sbin/service xl2tpd restart
+echo 1 > /proc/sys/net/ipv4/ip_forward
 exit 0
 EOF