How to get to apache webserver behind router?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Thew
    New Member
    • Aug 2010
    • 69

    How to get to apache webserver behind router?

    So i have my ip adress going to my router page,
    192.168.0.1 to my router page, 192.168.0.100 failing,

    And i want to get 83.81.212.133 to my localhost page.

    I did everything i needed to do that they told me at portforward.com

    So i haven now in my router:
    [IMGnothumb]http://i.imgur.com/tvM81.png[/IMGnothumb]
    On my firewall:
    [IMGnothumb]http://i.imgur.com/l3h2f.png[/IMGnothumb]
    ipconfig /all in CMD:
    [IMGnothumb]http://i.imgur.com/LFCcY.png[/IMGnothumb]
    And in httpd.conf:
    Code:
    Listen 127.0.0.1:80
    And it doesn't work?!

    I only want to get 83.81.212.133 to 127.0.0.1!

    Help!
    Last edited by Niheel; Mar 1 '11, 05:12 PM.
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    If your router supports port forwarding, then you can set up a forward so that when someone goes to 83.81.212.133:8 080, it gets sent to your local machines address of 192.168.0.100:8 0.

    You would never send it to 127.0.0.1 as that is always self to a machine.

    You can find out how to setup your router for port forwarding by going here.
    Regards,

    Jeff

    Comment

    Working...