Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Apache help

  1. #11
    Join Date
    Oct 2013
    Beans
    28

    Re: Apache help

    Quote Originally Posted by volkswagner View Post
    If you're having trouble accessing the site internally, it's likely due to NAT issue.

    Your router may have settings for allowing NAT loopback or reflection.
    So just looked at that and didn't see anything labeled NAT, loopback or reflection anywhere in the router's settings. Any other ideas?

  2. #12
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Apache help

    Quote Originally Posted by fzaman2 View Post
    So just looked at that and didn't see anything labeled NAT, loopback or reflection anywhere in the router's settings. Any other ideas?
    Whats your router model

    May also be called hairpin nat.

    Alternatively, setup a local DNS server or run
    Code:
    sudo sed -i '$a\local-ip-of-apache domainnamehere' /etc/hosts
    on each computer that you want to access the site on (replacing local-ip-of-apache and domainnamehere)
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  3. #13
    Join Date
    Oct 2013
    Beans
    28

    Re: Apache help

    Quote Originally Posted by sandyd View Post
    Whats your router model

    May also be called hairpin nat.

    Alternatively, setup a local DNS server or run
    Code:
    sudo sed -i '$a\local-ip-of-apache domainnamehere' /etc/hosts
    on each computer that you want to access the site on (replacing local-ip-of-apache and domainnamehere)

    Hey, router model is a medialink mwn-wapr300n. User man can be found here

    I searched for NAT, but didn't find anything.

  4. #14
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Apache help

    Quote Originally Posted by fzaman2 View Post
    Hey, router model is a medialink mwn-wapr300n. User man can be found here

    I searched for NAT, but didn't find anything.
    See http://www.amazon.com/review/RA184WK...x10GGGKO28A012
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  5. #15
    Join Date
    Oct 2013
    Beans
    28

    Re: Apache help

    So the website http://www.medialinkproducts.com/ no longer exists and the domain is for sale so I couldn't get the firmware upgrade...but the DMZ settings were already in the router so setting the server IP in the DMZ settings and enabling it made it work!!!

    Thanks again for your help.

  6. #16
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Apache help

    Side note:

    This allows direct access to your server using your public ip address, setup iptables/fail2ban/etc if you are worried about security
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  7. #17
    Join Date
    Oct 2013
    Beans
    28

    Re: Apache help

    Quote Originally Posted by sandyd View Post
    Side note:

    This allows direct access to your server using your public ip address, setup iptables/fail2ban/etc if you are worried about security

    Thanks for for the heads up. So is there a way to not enable the dmz and still see my site internally?

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •