Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Henry Ritzlmayr <h.ritzlmayr@gmx.at>
To: Netfilter Mailing List <netfilter@lists.netfilter.org>
Subject: Redirecting incoming traffic to 127.0.0.1
Date: 21 Mar 2003 15:31:05 +0100	[thread overview]
Message-ID: <1048257065.1493.137.camel@localhost.localdomain> (raw)

I have a service running on a box wich is only able to bind to 127.0.0.1
(hardcoded and I can´t get the source to change it). Since I want to use
it from any other box the only way to solve that I think is to nat
incoming packets to 127.0.0.1.

IPTABLES -t nat -A PREROUTING -p tcp -d 172.16.172.12 -j DNAT
--to-destination 127.0.0.1

and many others wich I tried don´t work. 

If I understood REDIRECT correctly it only changes to the local IP where
the packet came in (in my situation 172.16.172.12) wich also not solves
the problem. 

any ideas?

Henry



             reply	other threads:[~2003-03-21 14:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-21 14:31 Henry Ritzlmayr [this message]
2003-03-21 14:51 ` Redirecting incoming traffic to 127.0.0.1 Negrea Mihai
2003-03-21 17:05   ` Henry Ritzlmayr
     [not found] ` <016101c2efbb$db2b8360$8201a8c0@daviddesktop>
2003-03-21 16:58   ` Henry Ritzlmayr
  -- strict thread matches above, loose matches on Subject: below --
2003-03-21 17:34 Daniel Chemko

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=1048257065.1493.137.camel@localhost.localdomain \
    --to=h.ritzlmayr@gmx.at \
    --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