summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-12 21:00:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-12 21:00:11 +0000
commit2ef857b2bcca09e4ab5d13fb55e22e60643955a7 (patch)
tree7c75a77c75a382deb755f3f547729be78dd6abbb
parent8d8965069efddf5d0c13c5e0d438c33b959096f7 (diff)
downloadpfsense-2ef857b2bcca09e4ab5d13fb55e22e60643955a7.zip
pfsense-2ef857b2bcca09e4ab5d13fb55e22e60643955a7.tar.gz
Start at 19000 since we are ++'ing at the end of the loop.
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index c1c0259..f03bff9 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1867,7 +1867,7 @@ EOD;
if(!isset($config['system']['disablenatreflection'])) {
//$fd = fopen("/var/etc/inetd.conf","w");
/* start redirects on port 19000 of localhost */
- $starting_localhost_port = 18999;
+ $starting_localhost_port = 19000;
}
foreach ($config['nat']['rule'] as $rule) {
OpenPOWER on IntegriCloud