Re: Regd: iptables port forward and response from the forwarding port

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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 client

Hi 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.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux