Forward Firewall: Deleted MODE0 from WEB Interface and added a table for DMZ-Rules.

This commit is contained in:
Alexander Marx
2013-01-30 06:22:59 +01:00
committed by Michael Tremer
parent 0f869e32d4
commit 7bd9d462de
2 changed files with 24 additions and 26 deletions

View File

@@ -118,7 +118,7 @@ $(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
echo "POLICY=MODE2" >> $(CONFIG_ROOT)/forward/settings
# set rules.pl executable
chmod 755 $(CONFIG_ROOT)/forward/bin/rules.pl