Start proxy at 8020

This commit is contained in:
Scott Ullrich 2008-09-02 18:03:40 +00:00
parent 359e3f6a0b
commit dda5c8d90d

View File

@ -882,7 +882,7 @@ function filter_nat_rules_generate()
$natrules .= "no rdr on $realif proto udp from <onetoonelist> to any port tftp\n";
}
}
$tmp_port = 8021 + $interface_counter;
$tmp_port = 8020 + $interface_counter;
$temp_array_holder_pftpx = array();
$temp_array_holder_pftpx['port'] = $tmp_port;
$temp_array_holder_pftpx['interface'] = "\${$ifcfg['descr']}";