summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-09 20:44:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-09 20:44:27 +0000
commite15a47935d6ada1185be89fa430c3bf5172260cf (patch)
tree4ee23b55e77e01298e6d76b17958e231109f5252
parent2d0f3773396bd2a789107e723e888a539e685ec3 (diff)
downloadpfsense-e15a47935d6ada1185be89fa430c3bf5172260cf.zip
pfsense-e15a47935d6ada1185be89fa430c3bf5172260cf.tar.gz
Disable NAT reflection by default.
-rw-r--r--cf/conf/config.xml1
-rw-r--r--conf.default/config.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index 5b0c3ce..f71cbcf 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -27,6 +27,7 @@
<noantilockout></noantilockout>
-->
</webgui>
+ <disablenatreflection>yes</disablenatreflection>
<!-- <disableconsolemenu/> -->
<!-- <disablefirmwarecheck/> -->
<!-- <shellcmd></shellcmd> -->
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 3e4c579..a2fc0d3 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -26,6 +26,7 @@
<noantilockout></noantilockout>
-->
</webgui>
+ <disablenatreflection>yes</disablenatreflection>
<!-- <disableconsolemenu/> -->
<!-- <disablefirmwarecheck/> -->
<!-- <shellcmd></shellcmd> -->
OpenPOWER on IntegriCloud