OPNsense Forum

Archive => 18.1 Legacy Series => Topic started by: erickengelke on June 30, 2018, 06:48:09 am

Title: Virtual Servers
Post by: erickengelke on June 30, 2018, 06:48:09 am
I have several OpnSense systems working and liking it.

Now I would like to set up is putting servers on a private LAN connection and use the OPNsense firewall/web server to forward WAN requests to the correct LAN server.

For example, R + free Shiny for web graphics run servers on port 3838.  So I would like to run Shiny on a private LAN server and expose it through a URL redirect through opnsense firewall/web proxy server.

Is this doable with OPNsense?  It's a very powerful model because it allows you to effectively firewall your servers from attacks, traffic shape, etc.

THanks
Title: Re: Virtual Servers
Post by: fabian on June 30, 2018, 08:25:49 am
yes, via HAProxy and nginx (not yet published) plugin. The difference is that HAProxy is intended to be run as a load balancer, while nginx contains WAF functionality (currently NAXSI, maybe mod_security in the future).
Title: Re: Virtual Servers
Post by: erickengelke on June 30, 2018, 03:18:47 pm
I looked in the development branch, I guess it's not there yet.

I'd be interested in helping develop this, as my needs are not yet production services.

Erick