vote up 0 vote down star

Hi

I am new to iptables and NAT. But I am working on it through various material both in online and books. I have a doubt regarding NAT implementation using iptables.

Let us suppose my network scenario is as shown below.

                        INTERNET
                           | (194.160.1.1)
                      linux box 1
                           | (10.0.0.1)
              +--------------------------+ internal ethernet
              | (10.0.0.2)               | (10.0.0.3)
         linux box 2                  linux box 3

My Linux boxes 2 & 3 connect to the internet through box 1 and I have only one Public IP-Address(194.160.1.1).

I should do masqurading of my private ip-address using NAT in box1. How can I differentiate the traffic originating from box 2 and 3 using nat table in box 1 ?? Since we try to masquerade to the same public ip-address what should be the rules in iptable which helps box1 in pre-routing the traffic to exact box.

Should I use connection tracking mechanism ??


Browse other questions tagged or ask your own question.