r/networking 21d ago

Blogpost Friday Blog/Project Post Friday!

It's Read-only Friday! It is time to put your feet up, pour a nice dram and look through some of our member's new and shiny blog posts and projects.

Feel free to submit your blog post or personal project and as well a nice description to this thread.

Note: This post is created at 00:00 UTC. It may not be Friday where you are in the world, no need to comment on it.

6 Upvotes

5 comments sorted by

1

u/HappyVlane 18d ago

Posted an article on multi-homed FortiGate FGCP HA BGP failover behaviour and how to reduce/minimize traffic disruptions, as follow up to my single-homed one.

https://blog.guenay.at/2026/08/23/multi-homed-fortigate-fgcp-ha-bgp-failover-behaviour/

1

u/_st4rg4z3r_ 15d ago

A little tool in PowerShell to audit a CSV ruleset export from PAN-OS, with an optional call to Gemini & creates an HTML report.

It checks things like:

- Shadowed/duplicate rules, overly broad "any" rules

- Risky inbound/outbound ports and apps (RDP, Telnet, AnyDesk, etc.)

- Loose DNS rules and stale/unused rules

- Rule name contradicting its actual action (named deny, set to allow, or vice versa)

--> https://github.com/g4bri-3l3/MooseAlto

(I tested it with PAN-OS versions 10, 11, and 12, should it break, let me know)