Linux Netfilter discussions
 help / color / mirror / Atom feed
* Redirecting incoming traffic to 127.0.0.1
@ 2003-03-21 14:31 Henry Ritzlmayr
  2003-03-21 14:51 ` Negrea Mihai
       [not found] ` <016101c2efbb$db2b8360$8201a8c0@daviddesktop>
  0 siblings, 2 replies; 5+ messages in thread
From: Henry Ritzlmayr @ 2003-03-21 14:31 UTC (permalink / raw)
  To: Netfilter Mailing List

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



^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: Redirecting incoming traffic to 127.0.0.1
@ 2003-03-21 17:34 Daniel Chemko
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Chemko @ 2003-03-21 17:34 UTC (permalink / raw)
  To: Netfilter Mailing List


To monitor what is going on you could always mark the packets and log them going through the system, no?

I thought you could always drop the 'lo' interface and bind 127.0.0.1 to another inter face, but apparently that gives me an error every time I try to connect to it. I use 2.4.18 kernel and iproute2. You could try that, but I am not sure that it will do any good.

Is this a constraint in the kernel for security, or just something wonky with my setup?



-----Original Message-----
From: Henry Ritzlmayr [mailto:h.ritzlmayr@gmx.at] 
Sent: Friday, March 21, 2003 8:58 AM
To: Netfilter Mailing List
Subject: Re: Redirecting incoming traffic to 127.0.0.1

SNAT ist only valid in the POSTROUTING chain. But even that didn´t do 
the trick. 
Do you know any way to check what really happens with the packet since
tcpdump only shows it before natting? 
If there is no tool/command or anything like that - than it looks like I


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-03-21 17:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-21 14:31 Redirecting incoming traffic to 127.0.0.1 Henry Ritzlmayr
2003-03-21 14:51 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox