IPTables Port Forwarding

How would I do the following with IPTables? I need to redirect traffic going to port 80 one of the IPs on the server (lets call it 1.1.1.5, port 80) to another host (2.2.2.2, port 300), basically tunneling the traffic for host 2.2.2.2 port 300 through 1.1.1.5 port 80. How can this be done?

- Matt

 

 

 

 

Top