Feature #701
openInterface groups with NAT
Added by Chris Buechler over 14 years ago. Updated over 2 years ago.
0%
Description
In some scenarios it would be helpful to use interface groups with NAT (rdr and outbound).
Files
Peplink_Balance_Web_Administration_Interface.png (116 KB) Peplink_Balance_Web_Administration_Interface.png | Max Mustermann, 07/31/2010 07:05 PM |
Updated by Erik Fonnesbeck over 14 years ago
This probably shouldn't be too hard to implement. With port forwards it will probably need code for separating the group into the member interfaces. Outbound NAT might need that, too. I'm not quite sure whether using interface groups is useful with outbound NAT, but if it is implemented, it may need a separate line in rules.debug for each interface in the group.
Updated by Max Mustermann over 14 years ago
- File Peplink_Balance_Web_Administration_Interface.png Peplink_Balance_Web_Administration_Interface.png added
For users previously using Peplink Balance routers, all WAN can be selected in the screen where rules are edited. Instead of creating a rule for each WAN link, the Peplink way is to create a rule and select one, more or all WAN interfaces with checkboxes. See attached screenshot.
Updated by Max Mustermann over 14 years ago
BTW: 17 out of 18 (94%) out of our port forwarding rules are for all WAN links, and could benefit from being addressable by group name.
Updated by Max Mustermann over 14 years ago
Current 20100731-1322 implementation is incorrect:
- having 'WAN1', 'WAN2' and 'WAN' as grouping of WAN1+WAN2
- <firewall_nat.php> can create a rule for WAN1
- creating an associated filter rule, creates one for WAN1 (= correct)
- now the associated filter rule can be edited, where interface WAN1 is changed to group WAN <firewall_rules_edit.php?id=1>
- after saving this, <firewall_nat.php> now displays 'WAN' && <firewall_nat_edit.php?id=0> displays 'WAN1' as interface (!= correct); html source of <firewall_nat_edit.php?id=0> shows: <option selected="" value="wan">WAN1</option>
Updated by Bipin Chandra over 11 years ago
can this be implemented like under NAT port forward page u select the interface group and the pfsense creates same rules under all wan interfaces separately but under NAT port forward just show one entry with the interface group?
Updated by Jason Tackaberry over 6 years ago
I was evaluating pfsense to replace my homebrew Linux router/firewall. I have 3 internet facing interfaces and a large enough number of port forwards that apply to all of them. Interface groups are a great concept indeed but unfortunately they're neutered due the lack of support in NAT rules. With the current solution it appears I would need to maintain each port forward rule in triplicate. Suddenly my iptables bash script doesn't seem so bad. :)
So I'll stick with my Linux router for now, but wanted to chime in on this 8-year-old feature request to say that at least one random guy on the Internet is still interested in it. :)
Updated by Suriname Clubcard over 2 years ago
Was this ever implemented? Status still "open" after >12 years...
Updated by Marcos M over 2 years ago
Interface groups may be selected in port forwards, though there isn't a destination selection for "Interface Address" - the selection of "This Firewall (self)" may be useful.
Interface groups may also be selected in Outbound NAT and there is a selection for "Interface Address". This has the effect of SNAT'ing the traffic in a seemingly round-robin way when exiting any of the interfaces within the group. For example, with an interface group of WAN1 and WAN2, traffic may exit WAN1 SNAT'ed as the WAN2 interface address.