DMZ and OpenVPN enable Proxy on (transparent)

Hello people

I’m new to you and wanted to ask if you can help me enable the proxy in the DMZ (orange) and OpenVPN?

Thanks

have found a solution

Add Firewallrules:
Standard networks: orange x.x.x.x/24 → Firewall Orange x.x.x.x
TCP 800 and 3128

edit → /var/ipfire/proxy/advanced/acls/include.acl
#Orange Interface
http_port x.x.x.x:800
http_port x.x.x.x:3128 intercept

#Orange Subnet Allow
acl IPFire_orange_network src x.x.x.x/24
acl IPFire_orange_servers dst x.x.x.x/24

3 Likes