Linux Netfilter discussions
 help / color / mirror / Atom feed
* How to change DNS with iptables rules ?
@ 2004-05-25 13:23 Mark Alzino
  2004-05-27  8:11 ` John A. Sullivan III
  2004-05-27 22:26 ` Jorge Davila
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Alzino @ 2004-05-25 13:23 UTC (permalink / raw)
  To: netfilter

Hello,

I have two DNS server : one at 10.0.0.254 and one at 192.168.10.254.
I just want to dynamically change the DNS for a user (at 10.0.0.1 for 
example), but there is a time for the iptables rules to be activate.
Here is more explanation.


I use two DNS servers (bind 9), in the same host, with two interfaces. Each 
one ONLY listens on one interface (So, must not answer to a request related 
to an other one !).

At the begining, the user has the 10.0.0.254 server. Then I add rules in 
order to change the DNS for 192.168.10.254.
I use this the following rules :
iptables -A PREROUTING -s 10.0.0.1 -d 10.0.0.254 -t nat -p UDP --dport 53 -j 
DNAT --to-destination 192.168.10.254
iptables -A PREROUTING -s 10.0.0.1 -d 10.0.0.254 -t nat -p UDP --sport 53 -j 
DNAT --to-destination 192.168.10.254

** BUT **  : during a period (between 0 and 3 minutes), the user is ALWAYS 
CONNECTED TO the
10.0.0.254 server !!
In others words, I always have what I should have, but I have to wait for a 
minute to have this...

How it is possible ??


- Are the rules rights ??
- Is there really a time for the PREROUTING target to be activate (Is that 
it seem to be, but generally speaking rules are immediate...) ?
- DNS (bind) listen at the begining only on one interface and listen on all 
interface if it recognize a user he has served ? (!!!)
- Anyone has the answer ? :-)

Thanks 4 you help,

-- Mark

_________________________________________________________________
Dialoguez en direct et gratuitement avec vos amis sur 
http://g.msn.fr/FR1001/866 MSN Messenger !



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

end of thread, other threads:[~2004-05-27 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-25 13:23 How to change DNS with iptables rules ? Mark Alzino
2004-05-27  8:11 ` John A. Sullivan III
2004-05-27 22:26 ` Jorge Davila

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