Delete Stale Aliases - Used in Firewall Rules - Find Stale Firewall Rules
-
I want to delete some stale Aliases.
These Aliases are used in some firewall rules, whichi I also need to delete.
The Error that shows up doesn't tell me on which interface these firewall rules are.
I have a lot of interfaces and rules.
Is there a way to search the firewall rules? I could not find a way.
-
@mrnb CTRL+F in a browser, for the current page. Or save the config file and search in that.
-
@SteveITS Well thanks the assistance.
I have a lot f subnets and its a pain to open each one to search. I've already done it but I keep missing the one I need,
The XML based backup is also a pain the ass to use, because the interfaces it references are optxx which I can't even correlate to a particular vlan, since the Interface Assignments I renamed those interfaces and the old optxx name isn't there.
Ahhh this is frustrating.
-
@mrnb The config file maps internal optX [or lan or wan] interface names to the OPTX name. They're not necessarily the same, which can be confusing at first glance.
Look for <interfaces> and then the filter (firewall) rules should each have "<interface>wan</interface>".
-
@SteveITS Thanks I finally go it resolved! It sure would be nice to have a search box on the dashboard ;)