All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume <silencer@free-4ever.net>
To: Netfilter IPtableMailinglist <netfilter@lists.netfilter.org>
Subject: Re: Trouble shooting for port forwarding ,	Want to make sure port is forwarded
Date: Tue, 01 Aug 2006 11:49:01 +0200	[thread overview]
Message-ID: <44CF238D.2080702@free-4ever.net> (raw)
In-Reply-To: <20060801094234.35522.qmail@web55506.mail.re4.yahoo.com>

John Joseph wrote:
> Hi 
>     For the purpose of trouble shooting  , one  setup
> which I had done  for redirecting port 110 to port
> 8110 ( same machine)  . For this purpose   I gave the
> command as 
> 
> iptables -t nat -A PREROUTING  -p tcp --dport 110 -j
> REDIRECT --to-port  8110
> 
>    Now after this . When I do a tcpdump for port 8110
> , I do not get any results , when I  access port 110 
>                 
>         Since the tcpdump results for  port 8110  is
> not  seen , what can we conclude from , Is port
> forwarding happening here ?
>                       Thanks 
>                             Joseph John 
> 
> 
> 		
> ___________________________________________________________ 
> Try the all-new Yahoo! Mail. "The New Version is radically easier to use" – The Wall Street Journal 
> http://uk.docs.yahoo.com/nowyoucan.html
> 

Hi,

After enabling a dnat traffic, you need to allow it in the "filter" 
table with a rule that look like this:
iptables -t filter -A INPUT -p tcp --dport 8110 -j ACCEPT

Regards
Guillaume


-- 
Guillaume
E-mail: silencer_<at>_free-4ever_<dot>_net
Blog: http://guillaume.free-4ever.net
----
Site: http://www.free-4ever.net


  reply	other threads:[~2006-08-01  9:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-01  9:42 Trouble shooting for port forwarding , Want to make sure port is forwarded John Joseph
2006-08-01  9:49 ` Guillaume [this message]
2006-08-01 10:23 ` Pascal Hambourg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44CF238D.2080702@free-4ever.net \
    --to=silencer@free-4ever.net \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.