For any MikroTik gateway — not just PPPoE or Hotspot setups. Masquerade, optional port forwarding, WAN-side hardening, and basic brute-force protection, generated together.
Unlike the PPPoE and Hotspot generators, this one isn't tied to subscriber access at all — it's the baseline every internet-facing MikroTik router should have, regardless of what else runs on it.
Masquerade scoped to your actual LAN subnet, not the whole router — tighter than a blanket rule.
Optional dst-nat rule for exposing one internal service (a camera, a server) without opening the whole LAN.
Closes Winbox, Telnet, FTP, API, and optionally SSH to anyone on the WAN side.
New connection attempts to router services beyond a threshold get temporarily blacklisted via address-list.
Standard established/related accept plus invalid drop — same baseline as the PPPoE and Hotspot generators.
Download the .rsc file and run /import nat-firewall-config.rsc from Winbox's terminal.