This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HTTP & HTTPS

My ISP Blocks Http port 80. I want to run a web server on HTTPS 443. So I would like to setup a route from port 443 to port 80 to my web server. Can someone please tell me how to do it. Thanks in Advance


This thread was automatically locked due to age.
Parents
  • Use DNAT.  What I did was create a dnat rule that has the following configuration.

    any wan_interface Any_Port#_you_choose
    Change destination to: web_server_interface HTTP

    You will then have to create a rule to open port 'Any_Port#_you_choose' on your firewall.

    HTH
Reply
  • Use DNAT.  What I did was create a dnat rule that has the following configuration.

    any wan_interface Any_Port#_you_choose
    Change destination to: web_server_interface HTTP

    You will then have to create a rule to open port 'Any_Port#_you_choose' on your firewall.

    HTH
Children
  • I'm not sure if that worked or not, but if it didn't, it's most likely that you ISP has blocked all incoming requests for port 80 at their servers, so it won't even allow you to forward the port. If forwarding didn't work like I said, then all I can suggest is buy a cheap hosting plan where port 80 is open, and then use a refresh tag at 0 seconds with HTML. If this doesn't make sense to you, feel free to contact me, I'll be glad to help.