From mboxrd@z Thu Jan 1 00:00:00 1970 From: shardul Adhikari Subject: Re: iptables query Date: Fri, 25 Mar 2005 14:58:18 +0530 Message-ID: <6c2d1c9d050325012835503afe@mail.gmail.com> References: <6c2d1c9d05032421374d594338@mail.gmail.com> <20050325085447.GA30284@ikkoku.ath.cx> Reply-To: shardul Adhikari Mime-Version: 1.0 Content-Transfer-Encoding: 7bit In-Reply-To: <20050325085447.GA30284@ikkoku.ath.cx> 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 On Fri, 25 Mar 2005 09:54:47 +0100, Toby wrote: > shardul Adhikari wrote: > > iptables -A PREROUTING -t nat -i eth0 -d 202.75.112.3 --dport 8080 -j > > REDIRECT --to-port 3128 > > I don't see "-p tcp" in that rule. You can use --dport or --sport only > if you specify "-p tcp" or "-p udp". > > For this reason, that rule will give you an error if you try and run it. > Before you correct your mistake, you should look for the error message > and see where it is displayed, so that you can more easily discover > future mistakes and problems. > > Toby > > -- > Love(n): The delusion that one woman differs from another. > H.L. Mencken > > - p tcp is there , i forgot to mention it , sorry for that the rule is getting accepted , as it is showing in iptables -L -t nat