> does anybody know a command to specify more than one port @ a time. ie. > allow ports 20,21,22 > without having to write an individual line for each. iptables -A INPUT -p tcp -m multiport --dport 20,21,22 -j ACCEPT
> Thanks No problem at all. > Mark Maciek
