Hacker News new | ask | show | jobs
by taftster 2168 days ago
Or possibly just turn iptables off, in the same cron.hourly.
1 comments

Ah yes, that's simpler: systemctl stop iptables. Also need to do systemctl disable iptables just in case, otherwise if the server reboots the iptables service will restart.