Dear all, "iptables -A INPUT -p tcp -m mport --ports 20:23,80 -j DROP " from patch-o-matic is perfect, but what is that: Source port or Destination port? I know that with "multiport" i can detrmine source ans dest ports, but it is not so good because it doesn't accept ranges (eg: 20:50).