Actions
Bug #120
closed1.2.3 RC3 NO NAT rules have ports 1024:65535 added to destination
Start date:
10/27/2009
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
1.2.3
Affected Architecture:
Description
In 1.2.3 RC3, when creating a NO NAT rule, ports 1024:65535 are added to the destination portion of the statement. From looking at the code in filter.inc, it would appear that this is coming from the staticport_txt variable.
For example, when creating a no nat from 10.0.0.0/8 to 206.205.250.0/24 rule:
Expected: no nat on bge1 inet from 10.0.0.0/8 to 206.205.250.0/24
Created: no nat on bge1 inet from 10.0.0.0/8 to 206.205.250.0/24 1024:65535
It would appear that the static port variable is being added to the rule regardless of whether or not this is a nat or no nat rule.
BTW: I love pfSense!
-Garret
Actions