cannot access my server application through the Internet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Robert Jabbour

    cannot access my server application through the Internet

    Hi I have server 2003 std and I'm using Homingbeacon changeip software and my server stand behind a netgear router, my problem is that I can only access my server remotly ( If I put remotly the Ip given by the homingbeacon, I can access it normaly) my problem is that I need to access the application installed on my server through the internet I mean I need to use the http://<ip> to access it (it was working before :() I enabled the port 80 on my router (I added the server ip under the port forwarding list),note that the firewal on the server it self is disabled, by the way if I use the http://<homingbeacon ip> it's openning my netgear router page and not the server, please I neeed help
  • scotter86
    New Member
    • Aug 2008
    • 21

    #2
    so you can get the web interface if you're on the lan? You could try using a different port to forward. Like in your port forwarding on your router forward port 8080 to the server ip on port 80. so to get to it you would put in the url;
    Code:
    http://<router Ip>:8080
    I'd give that a try.

    Comment

    Working...