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

Thread: Apache not visible on the network with router

  1. #11
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Apache not visible on the network with router

    Ok. That narrows it down. What about trying ufw again?

    Code:
    sudo ufw reset
    sudo ufw enable
    sudo ufw allow http
    sudo ufw allow https
    sudo ufw status numbered
    It may have been that -A (appending) a rule put it in the wrong location and you should let ufw figure things out.

  2. #12
    Join Date
    Feb 2014
    Beans
    7

    Re: Apache not visible on the network with router

    Offff still the same. I think my router port forwarding dont work.

  3. #13
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Apache not visible on the network with router

    One more thing to check. Is the ip you are forwarding to in your router the same as the one your machine currently is using? With DHCP the ip can change a little unpredictably.

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
  •