I have been reading ipset from http://ipset.netfilter.org/features.html quite a few times but still do not understand what does it mean by this :- iptables -A FORWARD -m set --set servers dst,dst -j ACCEPT My question is why the flag is dst,dst ? And similarly what is the significance if it is src,dst ? What if it is src,dst,dst and so on ? Regards