Hi all,
I have a problem with my internet web server. I have the html all in place, and I can see it from the internal lan, however the problem is that my ISP blocks port 80. No problem, I've already setup a port forwarding rule to forward port 8080 to another internal web server and that works fine. However, I want to move the content of this internal web server to be hosted by the e-smith gateway itself. However, port 80 is blocked by my ISP.
So what I want to know is how to configure apache and the firewall rules to allow incoming web traffic which needs to be served by the e-smith server itself to have a different port, eg 1080 or something like that?
I assume you would wither need to set up a port forwarding rule to forward to the local-host (although this doesn't seem to work as I've already tried it)
Or you would need to setup apache to listen on a different port AND setup a hole in the firewall for that port.
Or something like that.
Can someone direct me on how best to do this?
Summary: I need to setup the e-smith server (latest version is currently running) to listen for web traffic and serve it from the local web-repository but on a different non-standard port.
Thanks guys! I appreciate any help given!
- Andy Gray