Hi, Is it possible to match multiple source and destination ports at the same time? It seems to me that it is not possible. I am using iptables version 1.2.11 and I have tried the following command: iptables -A INPUT -p tcp --src 192.168.1.0/255.255.255.0 -m tcp -m multiport --sports 22,80 --dst 192.168.22.123 -m multiport --dports 22,80 -j ACCEPT Please correct me if I have the wrong syntax. Any advice is appreciated. Thanks in advance, Peggy