Bug #1083
closedaliases cause error when creating NAT 1:1 rules
100%
Description
I can create 1:1 NAT rules using IP Addresses, for instance entering 192.168.1.3 as a source IP.
Creating an alias with 192.168.1.3 as the host and trying to use that as the source results in the error:
There were error(s) loading the rules: /tmp/rules.debug:75: invalid use of table <bomgar_host> as the source address of a binat rule
pfctl: Syntax error in config file: pf rules not loaded The line in question reads [75]: binat on em0 from $bomgar_host to any -> yy.yy.yy.yy.
Updated by Jim Pingle almost 14 years ago
- Project changed from pfSense Packages to pfSense
Updated by Chris Buechler almost 14 years ago
- Category set to Rules / NAT
- Target version set to 2.0
just need to remove alias capabilities from 1:1 NAT for now (it's not valid syntax in PF, though it's simply user space limitation not kernel, Ermal can fix for a future release)
Updated by Pierre POMES almost 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Alias capabilities is now removed from fields not working with aliases (autocompletion and validation).
Updated by Chris Buechler almost 14 years ago
- Status changed from Feedback to Resolved