Project

General

Profile

Actions

Bug #7004

closed

[2.3.3] NAT no longer respects interface selection

Added by Kill Bill about 9 years ago. Updated about 9 years ago.

Status:
Not a Bug
Priority:
Normal
Assignee:
Category:
Rules / NAT
Target version:
-
Start date:
12/12/2016
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.x
Affected Architecture:
All

Description

Dunno guys when this regressed, however NAT rules apply on ALL interfaces, no matter what you select. Say, you follow the howto here to redirect DNS on a WLAN to pfSense: https://doc.pfsense.org/index.php/Redirecting_all_DNS_Requests_to_pfSense

The result being this:

rdr on ath0_wlan0 inet proto tcp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on ath0_wlan0 inet proto udp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on igb0 inet proto tcp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on igb0 inet proto udp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on igb2 inet proto tcp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on igb2 inet proto udp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on gif0 inet proto tcp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on gif0 inet proto udp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on enc0 inet proto tcp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on enc0 inet proto udp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on openvpn inet proto tcp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
rdr on openvpn inet proto udp from any to ! <DNS_Servers> port = domain -> 127.0.0.1
$ cat /etc/version.{buildtime,lastcommit}
Fri Dec 09 09:47:40 CST 2016
803c97685fef85f35a6cf781143259458486c34a
Actions

Also available in: Atom PDF