From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Andre Subject: Two IP add Date: Thu, 5 Jun 2003 11:56:45 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200306051156.45624.pandre@darkstar.nom.za> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter I would like to do the following: Stop MASQUESRADING to two servers say. 10.10.10.5 and 10.10.10.8, how would i do this with a rule. iptables -t nat -A POSTROUTING -s x.x.x.x -d ! 'servers ip' -j MASQUERADE now how would i put in two ip address's ?