if you feel like iptables are not in effect, you c...
# netmaker
r
if you feel like iptables are not in effect, you can check which rules are running with
iptables -L
and update them with
iptables-restore <path>
, I think