From bc3297257288edb70f77c74009669ddb901492ff Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 15 Jan 2013 05:04:33 +0100 Subject: [PATCH] Forward Firewall: set standard config for Firewall --- lfs/configroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/configroot b/lfs/configroot index 833904c8c..d0cbd08ad 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -115,7 +115,8 @@ $(TARGET) : echo "DROPFORWARD=on" >> $(CONFIG_ROOT)/optionsfw/settings echo "FWPOLICY=DROP" >> $(CONFIG_ROOT)/optionsfw/settings echo "DROPPORTSCAN=on" >> $(CONFIG_ROOT)/optionsfw/settings - + echo "POLICY=MODE0" >> $(CONFIG_ROOT)/forward/settings + # set rules.pl executable chmod 755 $(CONFIG_ROOT)/forward/bin/rules.pl # Modify variables in header.pl