Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Kai Weber <kai.weber@glorybox.de>
To: netfilter@lists.netfilter.org
Subject: What is missed for port forwarding
Date: Sat, 6 Mar 2004 19:36:58 +0100	[thread overview]
Message-ID: <20040306183657.GB836@glorybox.de> (raw)

I have a router where only masquerading and some QOS is enabled. I have
a problem with port forwarding HTTP.

The only rules I use (sorry for long lines):

$IPTABLES -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
$IPTABLES -t nat -A PREROUTING -p tcp --dport 10143 -j DNAT --to 192.168.1.2:22
$IPTABLES -t nat -A PREROUTING -p tcp --dport 8888 -i ppp0 -j DNAT --to 192.168.1.2:80

The first DNAT rule works without a problem. I can ssh directly to my
machine. But the requests to port 8888 seems not to be answered or come
through. To bad I only have switch which has no port mirroring to listen
to the whole traffic and find out the problem. 

Any ideas what I should try or I miss?

--  
  Kai Weber
» kai.weber@glorybox.de   http://www.glorybox.de   gpg-key: 0x594D4132


             reply	other threads:[~2004-03-06 18:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-06 18:36 Kai Weber [this message]
2004-03-06 18:47 ` What is missed for port forwarding Antony Stone
2004-03-07  9:40   ` Kai Weber
2004-03-07  9:53     ` Antony Stone
2004-03-07 15:49       ` Kai Weber
2004-03-07 16:02         ` Antony Stone

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=20040306183657.GB836@glorybox.de \
    --to=kai.weber@glorybox.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox