iptables and snatting to different networks

Posted by codingfreak on Server Fault See other posts from Server Fault or by codingfreak
Published on 2009-12-23T04:09:40Z Indexed on 2010/04/29 20:07 UTC
Read the original article Hit count: 281

Filed under:
|
|
|
                linuxbox (p.q.r.t)
                    |
                    |
 INTERNAL  ------ ABCD ----- INTERNET
(p.q.r.s)                  (m.n.o.k)

ABCD has 3 interfaces connected to linuxbox, INTERNAL N/W, INTERNET.

Linuxbox has a private address (p.q.r.t). At present I am snatting the packets from linuxbox to INTERNET at ABCD.

I have a small doubt regarding the FTP from linuxbox since I have to support ftp from linuxbox to both INTERNAL N/W as well as in INTERNET.

How can I right a rule in iptables present in ABCD where it can decide if the destination ip-address of ftp server is within INTERNAL N/W or in INTERNET and do natting accordingly.

© Server Fault or respective owner

Related posts about iptables

Related posts about nat