Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
16.7 Legacy Series
»
NAt vs Firewall rule
« previous
next »
Print
Pages: [
1
]
Author
Topic: NAt vs Firewall rule (Read 7176 times)
reep
Jr. Member
Posts: 68
Karma: 8
NAt vs Firewall rule
«
on:
September 02, 2016, 05:06:20 pm »
Hi,
I'm trying to create some NAT Port forwards from the outside world to my server.
I have two main ADSL WAN connections
I can see in Firewall rules I can make a rule and select multiple interfaces for incoming traffic so I could create one rule that says 'For all incoming traffic for port 80 forward to 192.168.1.100'
But I believe I should really create a NAT Port Forward and for this it seems you can only pick one interface which means I need two rules for each port, one for WAN 1 and one for WAN 2. Is this correct or am I going mad or doing something wrong ?
I also wonder how this works with Multi WAN ?
B. Rgds
John
Logged
srijan
Newbie
Posts: 27
Karma: 3
Re: NAt vs Firewall rule
«
Reply #1 on:
September 03, 2016, 05:48:10 pm »
You need to create Port Forwards for each WAN (WAN1 and WAN2). This will let you access the webserver on each WAN IP i.e.
http://WAN1
or
http://WAN2
. If you have a domain name, rather stick to one Port forward on only one WAN interface.
While configuring it if you let Opnsense create firewall rules, it will do so automatically under each WAN.
Multi WAN is used in case you want to failover WAN1 and WAN2 in scenarios when one goes down or load balance traffic between WAN1 and WAN2.
Logged
-=Srijan Nandi
reep
Jr. Member
Posts: 68
Karma: 8
Re: NAt vs Firewall rule
«
Reply #2 on:
September 05, 2016, 10:16:50 am »
OK, I did wonder about this.
I'll log it as a NFR.... you can 'multi' assign for a standard firewall rule but not NAT.
B. Rgds
John
Logged
reep
Jr. Member
Posts: 68
Karma: 8
Re: NAt vs Firewall rule
«
Reply #3 on:
September 05, 2016, 12:38:28 pm »
As a follow up to this I created
https://github.com/opnsense/core/issues/1172
The simple(ish) answer is that you can 'Multi Select' WAN interfaces in Firewall rules, but not in NAT Port Forwards.
However, you can use Interfaces/Other Types/Groups and and then use the Group in the rules.
It would probably be better to either drop Multi Select and just use groups, or vice versa but that make may a mess of peoples current settings.
I may try and add some info in a HOWTo in due course.
B. Rgds
John
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
16.7 Legacy Series
»
NAt vs Firewall rule