diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 2f370b2a9c..320e5f4e85 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -882,7 +882,7 @@ function filter_nat_rules_generate() $natrules .= "no rdr on $realif proto udp from 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']}";