Linux Netfilter discussions
 help / color / mirror / Atom feed
* will port forwarding work here?
@ 2005-01-14 15:35 Payal Rathod
  2005-01-14 15:55 ` Jason Opperisano
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Payal Rathod @ 2005-01-14 15:35 UTC (permalink / raw)
  To: Netfilter ML

Hi,
I have 2 squid proxy on two different machines 192.168.0.10 and 
192.168.0.11 All my clients are configured to use 192.168.0.10:3128
Now I want a few specific clients to use 192.168.0.11:3128
Is it possible to write some kind of rule on 192.168.0.10 which will 
*properly* redirect traffic from 192.168.0.10:3128 to 
192.168.0.11:3128 for those clients.  A friend on chat suggested (he 
was not sure),

iptables -A PREROUTING -t nat -s 192.168.0.10 --dport 3128 \
 -j DNAT --to-destination 192.168.0.11

Is there anything else missing?

With warm regards,
-Payal



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

end of thread, other threads:[~2005-01-15 22:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-14 15:35 will port forwarding work here? Payal Rathod
2005-01-14 15:55 ` Jason Opperisano
2005-01-14 17:10   ` Payal Rathod
2005-01-14 17:18     ` Jason Opperisano
2005-01-14 17:34       ` Payal Rathod
2005-01-14 17:36         ` Jason Opperisano
2005-01-14 16:11 ` Samuel Jean
2005-01-15 22:20 ` Jose Maria Lopez

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