Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dirk007

#1
German - Deutsch / Re: NGINX funzt nicht
October 02, 2023, 11:01:12 PM
Screenshots gehen leider nicht durch.
#2
German - Deutsch / Re: NGINX funzt nicht
October 02, 2023, 10:36:04 PM
Hallo Patrick,
sind die Angaben wie folgt OK? 
Upstream Serv:  A. NAS, 192.168.178.25, Port 8003, ... .  B wie A, jedoch IP *.100, Port 8002
Upstream:  A. My Backend NAS, NAS, Round Robin, TLS off, ... [Default].  B Analog zu A
Location:  NAS_Location, /, None, ... [Default], My Backend NAS, ... [Default].  B analog zu A
HTTPServ:  80, 443, aus, www.xxx.duckdns.org, NAS_Location, ...[Default].  B analog zu A, gleiche Ports.
Die Zertifikate stehen auf OK.

#3
German - Deutsch / NGINX funzt nicht
October 02, 2023, 08:09:54 PM
Hallo zusammen,
habe voller Ego NGINX eingerichtet wie z.B. hier beschrieben:
https://forum.opnsense.org/index.php?topic=19305.0
Habe 2 Server, deren Webbrowser ich erreichen möchte. 
DNS per DuckDNS, Zertifikate per lets encrypt, alles sieht eigentl. gut aus
Wenn ich nun außen die jwlg. Duck-Adresse eingebe, kommt ein grafisches Fenster mit OPNsense-Logo
"Server Error  ...  Sorry, but something went wrong on our side.  There is nothing you can do except waiting until we fix the issue" ... "Web Application Protection by OPNsense" .. "Request Denied"
In der globalen Firewall scheint mir nichts hängenzubleiben und die WAF ist noch nicht aktiviert.
Die Nginx-Logs sind leer.
Was kann getan werden?
Danke. 
#4
Hallo zusammen,
was mach ich nur falsch?  Ich kann noch nicht mal die cfg einlesen i.d. Fritte

FritzBox 6850LTE

[Interface]
PrivateKey = BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
ListenPort = 51821
Address = 192.168.200.1

[Peer]
PublicKey = AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
PresharedKey = CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = 199.99.999.99:51821
PersistentKeepalive = 10

OPNsense Local
PublicKey = AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
PrivateKey = DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
ListenPort = 51821
TunnelAdress = 192.168.178.1/24

OPNsense Endpoint
Name = Test
PublicKey = AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AllowedIPs = 192.168.200.0/24, 192.168.178.0/24

Danke.