iptables question

ESGLinux esggrupos at gmail.com
Mon Jan 25 10:38:34 UTC 2010


Good morning,

I have a question about a specific usage of iptables. I need to forward the
incoming web trafic to 2 machines. I know how to forward to one, I use this:
iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT
--to-destination 192.168.1.93:80

What I want to do is this:

MACHINE1 : IP1
MACHINE2 : IP2

all the trafic that comes to IP1 to the web port must go to the self IP1 and
to the IP2 to the web port.

Do you think this is possible ?

thanks in advance,

ESG



More information about the redhat-list mailing list