Koozali.org: home of the SME Server

SME 5.6 Port Forwarding port 80

agodin

SME 5.6 Port Forwarding port 80
« on: April 04, 2004, 11:47:32 AM »
Using version 5.6, have port filtering and port forwarding packages installed.
When I forward port 8080 to internal webserver, all works fine, but forwarding port 80 fails to forward to internal server, rather just displays default apache site for server. Other ports forwarded work correctly as well..

Any ideas why all other ports besides 80 forward correctly but not port 80?

Any help appreciated :)

RavenIV

SME 5.6 Port Forwarding port 80
« Reply #1 on: April 05, 2004, 01:56:50 AM »
first:
search and read ALL post about portforwarding in this forum.

the you will see that the port 80 is used by the httpd and cannot be forwarded until the httpd is stopped.

then search the forum for httpd und ports.

cheers klaus

agodin

Port 80 forwarding
« Reply #2 on: April 05, 2004, 06:13:45 AM »
Thank you for your reply...
I found the problem to be the PREROUTING for port 80 setup in the iptables. Once I removed this port 80 forwarded correctly.

I had tried it with httpd stopped etc with no luck, hence the original post for help etc.

Thanks again