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 - rafnizw

#1
I do not have problems with the FW rules I just need advice how to configure NGINX plugin.
So lets say I have following scenarios
Guest connect to Wifi AP and this AP is connected to OpnSense interface called Exteral
On this Exteral I need NGINX to listen only on ports 80 and 443 other must be blocked
From the other side OpnSense is connected to LAN interface called Internal
What I need is
if Guest types FQDN 1 dns points to OpnSense Exteral IP
Based on FQDN, NGINX redirects traffic to internal server on LAN interface
Similar setup for FQDN 2 >>> Server 2   etc.
I just need to see example how to configure Nginx for above example

Thanks,


#2
Web Proxy Filtering and Caching / Nginx revers proxy
March 11, 2020, 08:09:11 AM
I have latest VM OpnSense with Nginx plugin installed and I want to configure revers proxy that forwards traffic based on fqdn to my internal servers
Wifi Clients >>>> OpnSense >>> Internal Serwers
I need OpnSense to listen on ports 80 and 443 but on different IP than internal interface
Can someone show me examples how to configure that

Thanks,
Rafal