OPNsense Forum

English Forums => General Discussion => Topic started by: dustymiller259 on June 05, 2020, 01:41:34 PM

Title: URL Redirection on incoming traffic
Post by: dustymiller259 on June 05, 2020, 01:41:34 PM
I have a number of webserver behind my OPNSense firewall, is it possible to route the traffic to the correct server based on the URL that is coming in ?, without having to have them all on different ports ??
Title: Re: URL Redirection on incoming traffic
Post by: Steve28 on June 07, 2020, 09:28:52 PM
This is exactly what HAProxy is for.

https://docs.opnsense.org/manual/how-tos/haproxy.html
Title: Re: URL Redirection on incoming traffic
Post by: dustymiller259 on June 08, 2020, 11:37:57 AM
Bingo, and perfect, thanks for the pointer.

Now to go and read up on how it works.