OPNsense Forum

Archive => 18.1 Legacy Series => Topic started by: luhe on May 19, 2018, 11:33:01 pm

Title: Regression: Port Forwards not working after upgrade to 18.1
Post by: luhe on May 19, 2018, 11:33:01 pm
Hello,

I updated the opnsense instance in my home network to version 18.1.8, but now my Port Forwards are broken.

An example for a broken rule is the following scenario:
I have a seperate network (VLAN). In this network, all HTTP and HTTPS requests should be redirected to a specific host.

The configuration is the following:
Code: [Select]
Interface: SHOUTBOX
Source: INVERT h_shoutbox
Source port range: any-any

Destination port range: HTTP

Redirect target IP: h_shoutbox
Redirect target port: HTTP

NAT reflection: Use system default
Filter rule association: Rule NAT

As seen abobe, this rule should redirect all HTTP requests on the SHOUTBOX interface.

However, when I enable this rule, the redirect is active on all interfaces - i.e. if I access any website on my LAN, I get redirected to the shoutbox host. This should NOT happen.

The following other settings are active:
Code: [Select]
Reflection for port forwards: checked
Reflection for 1:1: checked
Automatic outbound NAT for Reflection: checked

Automatic outbound NAT rule generation

Are there any changes in opnsense 18.1, which would explain this weird behaviour?

Thanks for your help,
Lukas
Title: Re: Regression: Port Forwards not working after upgrade to 18.1
Post by: franco on May 20, 2018, 11:16:55 am
What's your working point of reference, 17.7.12_1 ?


Cheers,
Franco
Title: Re: Regression: Port Forwards not working after upgrade to 18.1
Post by: luhe on May 20, 2018, 02:16:15 pm
Yes, it is working with 17.7.12_1-amd64.

Thanks,
Lukas