Top3 Themes from the discussion
-
Use a dedicated firewall appliance – isolating routing from general use avoids accidental public exposure.
"I do not do any funky stuff with firewalls anymore. Separate appliance with opnsense bare metal." — Havoc
-
Apply strict firewall rules and static bindings – limit ports, bind admin MACs, and verify changes.
"Bandwidth rate‑limiting may be inhibited for admin SSH… your internal DHCP should statically bind your admin computer MAC to a fixed LAN host IP…” — Joel_Mckay
-
Control IP forwarding and firewall defaults – explicitly block open routing to prevent unintended pivoting.
"The Linux box instantly turns into a router as soon as you run
sysctl net.ipv4.ip_forward=1… You need to explicitly reconfigure the iptables/nftables to prevent that from happening." — ValdikSS