Balaji
2007-Dec-13 14:18 UTC
[CentOS] Regd: iptables port forward and response from the forwarding port
Dear All, I am still new to iptables and need some clarification and My Current Setup is CentOS 4.4 I need to implement some sort of transparent proxy server for the rsync protocol. (In case you don't know: rsync uses tcp and the standard port 873). I want to port forward the rsync client request to server2 from server1 and Details are given below 1. I am Execute the rsync command from client to server1 (192.168.13.165:8888 i.e with dummy port number ) 2. In Server1 192.168.13.165 will redirect the rsync request from client to sever2 (192.168.13.205 with default port number) 3. Transfer the data from server2 to rsync client The following requirement is possible by using iptables Thanks for reading / answering! Any help appreciated... Regards -S.Balaji
Fajar Priyanto
2007-Dec-13 22:21 UTC
[CentOS] Regd: iptables port forward and response from the forwarding port
On Thursday 13 December 2007 21:18:14 Balaji wrote:> I need to implement some sort of transparent proxy server for the rsync > protocol. (In case you don't know: rsync uses tcp and the standard port > 873). > > I want to port forward the rsync client request to server2 from server1 and > Details are given below > > 1. I am Execute the rsync command from client to server1 > (192.168.13.165:8888 i.e with dummy port number ) 2. In Server1 > 192.168.13.165 will redirect the rsync request from client to sever2 > (192.168.13.205 with default port number) 3. Transfer the data from server2 > to rsync clientHi Balaji, In server1: - activate ip_forwarding in sysctl.conf, then: iptables -t nat -A PREROUTING -p tcp -d ipofserver1 --dport 8888 -j DNAT --to-destination ipofserver2:873 -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 05:21:38 up 10:25, 2.6.22-14-generic GNU/Linux Let's use OpenOffice. http://www.openoffice.org The real challenge of teaching is getting your students motivated to learn. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: <http://lists.centos.org/pipermail/centos/attachments/20071214/41652d36/attachment-0002.sig>