diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-12 21:00:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-12 21:00:11 +0000 |
commit | 2ef857b2bcca09e4ab5d13fb55e22e60643955a7 (patch) | |
tree | 7c75a77c75a382deb755f3f547729be78dd6abbb /etc/inc | |
parent | 8d8965069efddf5d0c13c5e0d438c33b959096f7 (diff) | |
download | pfsense-2ef857b2bcca09e4ab5d13fb55e22e60643955a7.zip pfsense-2ef857b2bcca09e4ab5d13fb55e22e60643955a7.tar.gz |
Start at 19000 since we are ++'ing at the end of the loop.
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/filter.inc | 2 |
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) { |