LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Using IPTABLES to redirect web traffic to another network. (https://www.linuxquestions.org/questions/linux-networking-3/using-iptables-to-redirect-web-traffic-to-another-network-876084/)

slugman92 04-20-2011 05:19 AM

Using IPTABLES to redirect web traffic to another network.
 
I've got a redhat box (5.2) with two NIC;s installed.

I have it connected to a 128.172.0.0/16 network. (its a private network [I know 128.172.0.0 is public but its been bought] ) this is on interface eth0

on eth1 i have the network 192.168.254.0/24 which has a nice internet connection. Deafault gateway = 192.168.254.1.

so eth0 = 128.172.101.33
and eth1 = 192.168.254.105

I want to be able to point a computer to use 128.172..101.33 (eth0) as a proxy on port 8080 or somthing.

This server will have to NAT anything coming in on port 8080 on eth0 and redirect it out of eth1 interface so it can destin itself for the internet.

I am a fairly seasoned linux user.

Never been able to grasp IP tables though.

Could someone please just post the commands so i can get this done.

I would like some feedback too on documentation and stuff but i have some but its not sufficent.

thanks in advance

sluggerz...

estabroo 04-20-2011 05:41 PM

imho the easiest thing would be to set up a squid proxy on that redhat box that listens on the desired port. It'll take care of all the pain of sending it the right direction without having to do any iptables stuff (unless you want to do a transparent proxy).


All times are GMT -5. The time now is 11:22 PM.