dear all,
i need to know does iptables do the inverse opr?
like this :
policy input accept
policy output accept
policy forward accept
and now :
iptables -A INPUT -i eth0 -s 10.1.1.1/32 -d 10.1.1.0/24 -p tcp --dport 139 -j ACCEPT
so how you evaluate this rule? does it allow any tcp?
many thanks for the help