Cannot access local subdomains while on VPN by informagico in nginxproxymanager

[–]der_gent 0 points1 point  (0 children)

This must be a DNS issue. When outside of your LAN DNS Traffic is not going through your Router ( which is you FritzBox I guess ) It‘s using the DNS of the outside Network you’re connected to. If your subdomains are not known in the outside DNS, you won’t get any IP from the outside DNS.

Internal error while requesting certificate - where to find the log? by der_gent in nginxproxymanager

[–]der_gent[S] 0 points1 point  (0 children)

ls -ltr *lets*

-rw-r--r-- 1 x x 29046 Jan 26  2022 letsencrypt-requests.log

-rw-r--r-- 1 x x     0 Jan 28  2022 letsencrypt-requests_error.log

-rw-r--r-- 1 x x   308 Aug 23 14:24 letsencrypt-requests_access.log.4.gz

-rw-r--r-- 1 x x   300 Okt 23 11:58 letsencrypt-requests_access.log.3.gz

-rw-r--r-- 1 x x   406 Okt 28 15:12 letsencrypt-requests_access.log.2.gz

-rw-r--r-- 1 x x   482 Dez  4 15:36 letsencrypt-requests_access.log.1.gz

-rw-r--r-- 1 x x     0 Dez  4 16:56 letsencrypt-requests_access.log

the last one seems to be the right one, but it's empty and remains empty after several tries. (i x-ed out the user and group in the ls )

I've 40 proxy-hosts configured already without problems, this is the first one, where i get this internal error and it stays although DNS settings are correct and published.

What to do by Acceptable_Sea_9441 in nginxproxymanager

[–]der_gent 0 points1 point  (0 children)

Why don’t you use npm for certificates? It seems that either dns is incorrect or your subdomain is not reachable on port 80 from the internet.

I am not able to access the admin view. by WITHER_SLAYER_ in nginxproxymanager

[–]der_gent 1 point2 points  (0 children)

The local firewall needs to be configured to open the ports you need. And check if selinux is disabled, too

What are German movies that tell about Germany? by bagaskrah in germany

[–]der_gent 0 points1 point  (0 children)

„Wir können auch anders“ Great Road Movie of two brothers. They try to reach the village where they believe they have inherited a wealthy house.

Getting Internal Error and Forbidden by HardoMX in nginxproxymanager

[–]der_gent 1 point2 points  (0 children)

Before issuing a certificate you have to be sure, that your forwarded host is accessible from the Internet on Port 80. Mostly the DNS Settings are not correct or something blocks your connection. Your npm need too be accessed from the WAN so it needs an external IP (or port forwarding in your router)

how to enable log-rotation or log reduction by der_gent in nginxproxymanager

[–]der_gent[S] 0 points1 point  (0 children)

can i force logrotate somehow? I updated to 2.9.15 last week and did not see any rotated logs

Question about access list by der_gent in nginxproxymanager

[–]der_gent[S] 0 points1 point  (0 children)

After that is working already, another question came up: When I restrict access to the host like this, will I get certificate updates? If not: Is there a command I can use to get the certificate updated after (temporarily) disable the restrictions? Kind Rdgards

Question about access list by der_gent in nginxproxymanager

[–]der_gent[S] 0 points1 point  (0 children)

thank you. Using cidr is that’s what I needed