Applies To:
Show VersionsBIG-IP AFM
- 11.5.10, 11.5.9, 11.5.8, 11.5.7, 11.5.6, 11.5.5, 11.5.4, 11.5.3, 11.5.2, 11.5.1
Deploying the BIG-IP Network Firewall in ADC Mode
About deploying the network firewall in ADC mode
The BIG-IP® Network Firewall provides policy-based access control to and from address and port pairs inside and outside of your network. By default, the network firewall is configured in ADC mode, which is a default allow configuration, in which all traffic is allowed through the firewall, and any traffic you want to block must be explicitly specified.
To understand this firewall scenario, imagine that your prerequisite system load-balances all traffic from the Internet to several internal servers. The internal servers are:
Device and location | IP address | Traffic type |
---|---|---|
Externally accessible FTP server | 70.168.15.104 | FTP |
Application virtual server | 192.168.15.101 | HTTP, FTP |
Server on internal network | 10.10.1.10 | HTTP, HTTPS |
Server on internal network | 10.10.1.11 | HTTP, HTTPS |
The system does not have a separate route domain configured, however you can use Route Domain 0, which is essentially the same as a global rule.
In order for traffic from the internal application virtual server to reach the external network virtual server, you must create a VLAN and enable both internal and external virtual servers on it. In this scenario, these VLANs are specified:
VLAN | Configuration |
---|---|
net_ext | Enabled on 70.168.15.0/24, 192.168.15.101 |
net_int | Includes pool members 10.10.1.10, 10.10.1.11 |
In addition, in this firewall configuration, there are three external networks that must be firewalled:
Network | Policy |
---|---|
60.63.10.0/24 | Allow all access |
85.34.12.0/24 | Deny all access |
48.64.32.0/24 | Allow FTP, deny HTTP and HTTPS |
Firewall in ADC mode configuration scenario