Quote from: Ph0enix on October 31, 2023, 09:30:00 AMQuote from: franco on October 30, 2023, 08:31:20 PMSounds like a case requiring to enable Firewall: Settings: Advanced: Disable force gateway.
Thank you for the suggestion but that did not help. I'm also not quite sure why it would help since the connection is within a single network so there is no routing involved.
So same effective setup, same issue, and this forum post was the top hit from google regarding the issue. Home network is on 192.168.1.x/24 , my test Opnsense box is pulling 192.168.1.144 from DHCP on the WAN side, and it's handing out 10.17.1.x/24 on the LAN side. I have 'block private networks' UNCHECKED on the WAN interface because of the double router setup and I want to come in from a 192.168.1.x address.
Created a rule on the WAN interface: PASS, IN, IPv4, TCP from 'WAN net' to 'This Firewall, WAN Address' on port 443, apply immediately on match. Applied the rule, it's the only firewall rule I've created.
Coming in from desktop on the 192.168.1.X network and trying to hit https://192.168.1.144 ; no joy. Bring up firewall -> Live View from a machine on the LAN side of the Opnsense router I've been using for config. Scope it to source or destination of the 192.168.1.X desktop IP, trying the webpage again from that machine, still no joy but also seeing nothing in the Live View (no passes or blocks). Change the page address to http://192.168.1.144, still no joy (as expected because my rule is against port 443 not 80) but now seeing the red firewall blocks in Live View.
Google leads me here, I try Franco's suggestion:
Quote from: franco on October 30, 2023, 08:31:20 PMSounds like a case requiring to enable Firewall: Settings: Advanced: Disable force gateway.Still no joy. This was under 'Multi-Wan' area and I didn't have a multi-wan setup, but tried the suggestion anyway. Some reddit posts on the topic suggest turning off 'reply-to', SUCCESS!
So on my WAN rule itself, under Advanced Features [show] -> Reply-To = Disable. Intent seems similar to the 'disable force gateway' under the multi-wan advanced settings. Of interest, looking at same Live View and I'm still not seeing pass/block against the WAN side desktop IP that is now successfully able to hit the web gui - any ideas why?