Help needed to access modem stats when using NO_WAN_EGRESS
-
In attempt to block the Internet connection reverting to the ISP address when the VPN connection fails I've used Reject outbound traffic marked NO_WAN_EGRESS in a floating rule (in the absence of any other method within the OpenVPN client setup)
This is working – BUT it has blocked access to my modem stats – on 192.168.2.1.
I've tried various attempts to unblock it but everything has failed.
Can anyone suggest an answer to allow the modem stats page on 192.168.1 to be seen but still block web access when the VPN has failed
-
Floating rule that passes traffic to your modem with quick set above the rule that rejects traffic marked NO_WAN_EGRESS
On mine the rule for the DSL modem is specifically on the DSL interface, out. Likewise for the cable modem.
The real question is why traffic to that address is marked NO_WAN_EGRESS in the first place. Have a rule that marks all traffic that way?
My rules are there in order to bypass my blocking of egress to UNROUTABLEV4 not NO_WAN_EGRESS marked packets.

 -
Thanks,
Being totally new to Pfsense having come from consumer routers via DDWRT: I'm a bit confused here at your settings for the rules.My requirements are to have an openvpn client which if it fails does not let connections revert to the isp address plus being able to see the modem stats (PPPoA on modem not on Pfsense)
You have 3 bars under the tick in the first 2 rules – not sure what they represent
Secondly, you have UNROUTABLEV4 in destination – how is this applied/obtained
Can you explain the rules for a numpty – thanks!