LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Port 80 redirection (https://www.linuxquestions.org/questions/linux-security-4/port-80-redirection-292674/)

omlex 02-20-2005 01:38 PM

Port 80 redirection
 
Hi,

I've been configuring this firewall for a week now and it seems I cant get it right.

I have iptables running on my server. I want my clients to use port 8080 for their browsing rather that regular port 80. What I want to accomplished is to block all media video streaming that use port 80. Many streaming protocols run on port 80 so firewall cant tell them apart from web.

My problem now, I cant redirect http to use port 8080. How will I make my firewall uses port 8080 instead of 80?

Take note: I'm not running squid and this is not a webserver, just proxy firewall.

Below is the one working right now.

-A FORWARD -i eth1 -o eth0 -p tcp -m tcp --dport 80 -j ACCEPT


Everytime I changed the "dport 80" to 8080, my clients can get out. What seems to be the problem? Please help.

david_ross 02-20-2005 03:22 PM

You will need to switch to squid for this. If you change it to 8080 then all of the servers will need to be running on port 8080 which would mean contacting every webserver owner in the known world and beyond and ask them to change it.


All times are GMT -5. The time now is 05:15 AM.