Bug #3106
closedNAT forward rule error
100%
Description
I need to create internal port forwarding for SMTP with some exclutiosn, all SMTP goes to 192.168.0.15 except some IP address/alias (213.xx.xx.xx)
Firewall: NAT: Port Forward rule
LAN2 TCP 192.167.0.0/16 * ! 213.xx.xx.xx 25 (SMTP) 192.168.0.15 25 (SMTP) SMTP transparent2
So, if in rule exist !(not) - Firewall filter shows an error:
php: : There were error(s) loading the rules: /tmp/rules.debug:415: syntax error pfctl: Syntax error in config file: pf rules not loaded - The line in question reads [415]: rdr on { em1 pptp } proto tcp from 192.167.0.0/16 to ! port 25 tag PFREFLECT -> 127.0.0.1 port 19095
Updated by Renato Botelho over 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:ef561db1f552fb4851f1b5e7e2be07291b8337f7.
Updated by Renato Botelho over 12 years ago
Applied in changeset commit:4ff2b8056ab4027a70d5e8dc9609702b802332af.
Updated by Renato Botelho over 12 years ago
Applied in changeset commit:9d81f904d1572ae1cf648fa8f7f1d180172a4b6f.
Updated by Renato Botelho over 12 years ago
- Affected Architecture All added
- Affected Architecture deleted (
amd64)
Updated by Chris Buechler over 12 years ago
- Status changed from Feedback to Resolved