To transparently forward connections to a proxy behind a Barracuda NG Firewall in the DMZ, you can configure the Dst NAT access rule to not rewrite the source and destination addresses of the connection. This configuration allows the proxy to apply all policies as if it were directly connected to the client. It also allows the proxy to create meaningful statistics and connection information.
In this article
Before your Begin
- Verify that the Forwarding Firewall service is using Feature Level 6.1 or above.
- The Barracuda NG Firewall and the Proxy must be directly connected to the same subnet (within the same ARP domain).
Step 1. Create a Transparent Redirect DNAT Access Rule
Create the DNAT access rule to forward all traffic to the proxy.
- Go to CONFIGURATION > Configuration Tree > Box > Virtual Servers > your virtual servers > Firewall > Forwarding Rules.
- Click Lock.
- Create an access rule to forward selected traffic coming from your clients to the proxy:
- Action – Select Dst NAT.
- Source – Select Trusted Networks. Alternatively enter the network the client using the HTTP Proxy is in.
Destination – Select Internet.
Service – Select the service you want to forward. E.g. HTTP+S.
Target List – Enter the IP address and optionally the port of the Proxy. You can use multiple Proxies. E.g..
172.16.0.10:3128
- Fallback/Cycle – If you have defined multiple target IP addresses, select how the Barracuda NG Firewall distributes the traffic between the IP addresses.
- Fallback – The connection is redirected to the first available IP address in the list.
- Cycle – New incoming TCP connections are distributed evenly over the available IP addresses in the list on a per source IP address basis. The same redirection target is used for all subsequent connections of the source IP address. UDP connections are redirected to the first IP address and not cycled.
List of Critical Ports – Enter a space-delimited list of ports used.
Connection Method – Select No SNAT.
- Application Policy – Disable Application Control.
- In the left menu, click Advanced.
- In the Miscellaneous section set Transparent Redirect to Enable.
- Click OK.
- Drag and drop the access rule so that it is the first rule that matches the traffic that you want it to forward. Ensure that the rule is located above the BLOCKALL rule; rules located below the BLOCKALL rule are never executed.
- Click Send Changes and Activate.
Step 2. Create a PASS Access Rule for the Proxy to Access the Internet
- Go to CONFIGURATION > Configuration Tree > Box > Virtual Servers > your virtual servers > Firewall > Forwarding Rules.
- Click Lock.
- Create a PASS rule to allow the HTTP proxy to access the Internet:
- Action – Select Pass.
- Source – Enter the IP address of the HTTP Proxy.
- Destination – Select Internet.
Service – Select HTTP+S.
- Connection Method – Select Dynamic SNAT.
- Application Policy – Disable Application Control.
- In the left menu, click Advanced.
- In the Dynamic Interface Handling section set Source Interface to Any.
- Click OK.
- Click Send Changes and Activate.
Step 3. Create a PASS Access Rule for the HTTP Proxy to Access the Client
To allow the HTTP proxy to access the client, you must create a PASS rule:
- Action – Select Pass.
- Source – Enter the IP address of the HTTP Proxy.
- Destination – Select Trusted Networks.
Service – Select HTTP+S.
- Connection Method – Select No SNAT.
- Application Policy – Disable Application Control.
Step 4. Configure the Proxy
In order to successfully send the connection from the proxy to the Internet you must configure the device to:
- Route to the Internet using the NG Firewall as the gateway.
- Route to the internal client network using the NG Firewall as gateway.
- Traffic must use the IP address of the proxy as the source IP for outgoing connections.