From 5963133d7db542125684c6e32249f0d09c0f348c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 12 Sep 2006 21:13:30 +0000 Subject: Woops, only change the first occurance of 19999 --- etc/inc/filter.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inc/filter.inc') diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index f03bff9..4935e71 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -745,7 +745,7 @@ function filter_nat_rules_generate() { if(!isset($config['system']['disablenatreflection'])) { $inetd_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) { @@ -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 = 19000; + $starting_localhost_port = 18999; } foreach ($config['nat']['rule'] as $rule) { -- cgit v1.1