forbidden message going through NO-IP url

Emerald Dragon
Emerald Dragon Posts: 118  Ally Member
First Anniversary
edited July 2021 in Personal Cloud Storage
I am getting a forbidden message when  I tried to go through the Dynamic DNS URL from No-IP.

This is what I am getting:

Forbidden

You don't have permission to access /pkg/WordPress/ on this server.



How do I fix this problem?

Also, the URL directs me to the login page instead of the WordPress site.

Accepted Solution

  • Mijzelf
    Mijzelf Posts: 2,600  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Answer ✓
    AFAIK that is not possible. You can change the 'main ports' in Control Panel->Network->TCP/IP->Web Configurator, but AFAIK that is only the administrative webinterface.
    The packages run on a different webserver, which runs on port 5000 (http) and 5001 (https) on my 520:

    # netstat -lptn | grep httpd
    tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN      3674/pkg_httpd
    tcp        0      0 0.0.0.0:5001            0.0.0.0:*               LISTEN      3674/pkg_httpd
    tcp        0      0 0.0.0.0:5002            0.0.0.0:*               LISTEN      5891/DAV_httpd
    tcp        0      0 0.0.0.0:5003            0.0.0.0:*               LISTEN      5891/DAV_httpd
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      7178/httpd
    tcp        0      0 0.0.0.0:8082            0.0.0.0:*               LISTEN      7178/httpd
    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      7178/httpd

    When you open the WordPress page in you LAN, you should see the 5000 or 5001 in the URL. If not, try to copy the URL and paste it in Notepad, or something like that. Some browsers are trying everything to hide important information in the URL.
    Maybe your router supports port translation. In that case you can forward port 80 WAN side to port 5000 on your NAS.

All Replies

  • Mijzelf
    Mijzelf Posts: 2,600  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    WordPress is a package, and so I think it runs on the package httpserver, which doesn't run on port 80. Did you forward the right port?
  • Emerald Dragon
    Emerald Dragon Posts: 118  Ally Member
    First Anniversary
    How do I do that? How do I set a different port for WordPress?
  • Mijzelf
    Mijzelf Posts: 2,600  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Answer ✓
    AFAIK that is not possible. You can change the 'main ports' in Control Panel->Network->TCP/IP->Web Configurator, but AFAIK that is only the administrative webinterface.
    The packages run on a different webserver, which runs on port 5000 (http) and 5001 (https) on my 520:

    # netstat -lptn | grep httpd
    tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN      3674/pkg_httpd
    tcp        0      0 0.0.0.0:5001            0.0.0.0:*               LISTEN      3674/pkg_httpd
    tcp        0      0 0.0.0.0:5002            0.0.0.0:*               LISTEN      5891/DAV_httpd
    tcp        0      0 0.0.0.0:5003            0.0.0.0:*               LISTEN      5891/DAV_httpd
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      7178/httpd
    tcp        0      0 0.0.0.0:8082            0.0.0.0:*               LISTEN      7178/httpd
    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      7178/httpd

    When you open the WordPress page in you LAN, you should see the 5000 or 5001 in the URL. If not, try to copy the URL and paste it in Notepad, or something like that. Some browsers are trying everything to hide important information in the URL.
    Maybe your router supports port translation. In that case you can forward port 80 WAN side to port 5000 on your NAS.

Consumer Product Help Center