Zentyal Forum, Linux Small Business Server

Zentyal Server => Contributions / Tips&Tricks / Features Requests => Topic started by: TechnicalValues on November 14, 2019, 11:24:05 pm

Title: Traefik reverse proxy?
Post by: TechnicalValues on November 14, 2019, 11:24:05 pm
Has anyone in here setup Traefik, running ON the Zentyal server in order to provide reverse proxy? My goal is to have a reproducable labe environment where Zentyal is the main system that handles the typical stuff like Active Directory, Certificate Authority, DNS, DHCP, and have it as the default gateway for a few different "Internal" networks. The goal with the reverse proxy would be to have the external interface serving multiple URLs that would each be directed to different servers that sit behind Zentyal on the Internal networks.
Title: Re: Traefik reverse proxy?
Post by: doncamilo on November 18, 2019, 03:15:55 pm
 :)

I use to do it through redirection port and SNAT rules (this is sufficient the most of the times). If needed I think it's easiest to configure Squid (which is used by Zentyal as forward proxy) as reverse proxy too.

Cheers!
Title: Re: Traefik reverse proxy?
Post by: TechnicalValues on November 18, 2019, 08:10:44 pm
Thanks for the reply, while it's nice that there is proxy here, it would be great if there was the additional UI to correspond with setting up reverse proxy. I've worked with Squid Reverse Proxy in pfSense so I could probably get this approach worked out.