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

Can't reach my http server from outside

Hi.

I tried to follow a kb on creating a dnat and filter rules to forward port 80 to an internal web server at no avail.

My configuration is: Cable Modem-> Astaro-> Router -> http server and the rest of my internal network.  The internal network can email and browse without problems.

Can someone tell me exactly how to make my web server visible again from the outside?

Thank you,


Ray.


This thread was automatically locked due to age.
Parents
  • I would check whether your ISP allows you to host a website.  Some ISPs will not forward port 80 traffic therefore even if you have it setup correctly it will not work.  The quickest way to test is connect your server directly to the Cable Modem and see if you can get to it from the Internet.  Even before that make sure you can get to it locally just to verify you've setup IIS correctly.  Below are the steps if you are sure your ISP will forward port 80 traffic to your machine.

    You need DNAT for
    Source - Any
    Traffice Service - HTTP
    Traffic Destination - Your Internet IP
    NAT mode: DNAT
    Dest - your server
    Dest service - HTTP

    You will also need Packet Filter rule
    Source - any
    Service - http
    Dest - your server (host or ip)
    Action - allow


    That should be it.  I'm also new at this so if anyone see something wrong please make correction.

    Have fun,
    Ryan
Reply
  • I would check whether your ISP allows you to host a website.  Some ISPs will not forward port 80 traffic therefore even if you have it setup correctly it will not work.  The quickest way to test is connect your server directly to the Cable Modem and see if you can get to it from the Internet.  Even before that make sure you can get to it locally just to verify you've setup IIS correctly.  Below are the steps if you are sure your ISP will forward port 80 traffic to your machine.

    You need DNAT for
    Source - Any
    Traffice Service - HTTP
    Traffic Destination - Your Internet IP
    NAT mode: DNAT
    Dest - your server
    Dest service - HTTP

    You will also need Packet Filter rule
    Source - any
    Service - http
    Dest - your server (host or ip)
    Action - allow


    That should be it.  I'm also new at this so if anyone see something wrong please make correction.

    Have fun,
    Ryan
Children
No Data