Linux Netfilter discussions
 help / color / mirror / Atom feed
* simple port translation on the localhost / local loopback
@ 2008-03-27 21:16 Noino
  2008-03-27 23:17 ` Ryan Kruse
  2008-03-28 10:35 ` Pascal Hambourg
  0 siblings, 2 replies; 6+ messages in thread
From: Noino @ 2008-03-27 21:16 UTC (permalink / raw)
  To: netfilter

Hi, List ! 

I wish to submit to you experts an apparently simple problem involving port 
address translation on the localhost/local loopback, which I've tried and 
tried and read and couldn't find an authoritative answer for. 

Setup: Linux SUSE w/ kernel 2.6.5. Iptables v. 1.2.9.
Have a relay DNS listener on UDP port 10053.
Most DNS clients only know to contact a DNS server on port 53 though. 

Problem: using netfilter/ip divert packets from local clients to hit port 
10053 instead of 53, and of course responses should come back to requesters 
appearing as though coming from port 53. This is very elementary PAT, but 
... whatever I've tried using iptables, either one of two equally incorrect 
things happen : 

 - (DNAT) requests hit the server, but the port number in replies in 
untouched hence replies are ignored, or
 - (SNAT) replies disappear in the ether & requesoer times out... 

Searching found that, maybe, a kernel option : CONFIG_IP_NF_NAT_LOCAL should 
be necessary for PAT to work on the local host; can you confirm that it 
would indeed work if I were to recompile my kernel with that option set ?  
Further search seemes to imply that this option was removed from later 
kernels altogether, which gets even more confusing... 

Can you help me set up the very basic port translation I need, using my 
existing software if at all possible ? 

What alternative options exist ? I've read about a thing called "Fast-NAT", 
which unfortunately also seems to have been broken even before the 2.6 
kernels. Is linux following the lead of the "other" OS in carelessly 
breaking things along the road? \\\\\\\\\rub-out last question. 

Regards, 

-- 
Noino 

-- 
Noino


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

end of thread, other threads:[~2008-03-29 15:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-27 21:16 simple port translation on the localhost / local loopback Noino
2008-03-27 23:17 ` Ryan Kruse
2008-03-28 10:21   ` Noino
2008-03-28 10:35 ` Pascal Hambourg
2008-03-28 14:15   ` Noino
2008-03-29 15:27     ` Pascal Hambourg

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