From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ming-Ching Tiew" Subject: Simple question about ipset Date: Wed, 20 Sep 2006 14:54:04 +0800 Message-ID: <022d01c6dc81$8ff1d3c0$0100a8c0@newlife> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org 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