Search found 1 match

by davide
22 Jun 2023, 12:08
Forum: General Discussion (csf)
Topic: IP put in /etc/csf/csf.allow not showing in iptables -S output
Replies: 1
Views: 2129

IP put in /etc/csf/csf.allow not showing in iptables -S output

I addedd a single IPv4 row in my /etc/csf/csf.allow: 10.0.0.1 When I do iptables -S I can't find th ip 10.0.0.1. Anyone know the reason? Note that all traffic from 10.0.0.1 is allowed!!! Thank you # iptables -S -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -N ALLOWIN -N ALLOWOUT -N DENYIN -N DENYOUT ...