When the data-transmitting networking interface of the Athena NGFW device is in the transparent interface mode, the device is deployed in the transparent mode and regarded as a network cable with a filtering function. This deployment mode is used when changing the original network topology is inconvenient. The device is connected between the original gateway and LAN users without changing the gateway and LAN users' configuration.
This deployment mode is ready after some basic configurations are completed on the Athena NGFW device. The main feature of the transparent mode is that it is entirely transparent to users. Transparent interfaces include the Access interface and the Trunk interface.
Deployment Case of Access Interface in Layer 2 Mode
There is a layer 3 enterprise network, and routers are deployed as the edge devices of the network. As the original environment cannot be changed, the Athena NGFW device needs to be transparently deployed on the network, as shown below:
Step 1.Log in to the device through the default IP address of the management interface (ETH0). The default IP address of the management interface is 10.251.251.251/24. You need to configure an IP address in the same network segment on the computer and log in to the device via https://10.251.251.251.
Step 2.On the Network > Interfaces > Physical Interfaces page, click the interface to be set as a WAN interface. Select eth2 as the uplink WAN interface, select Layer 2 for Type, choose a WAN zone, check the WAN attribute checkbox, and set IP Assignment to Access VLAN 1, as shown below:
Step 3.On the Network > Interfaces > Physical Interfaces page, click the interface to be set as a LAN interface. Select eth3 as the downlink LAN interface, select Layer 2 for Type, choose the LAN zone, and set IP Assignment to Access 1, as shown below:
Step 4.Configure the management interface. Navigate to Network > Interfaces > VLAN Interfaces, and configure the logical interface of the VLAN interface as the management interface. Set the VLAN ID field to 1, and assign a management IP address 192.168.1.2/24. See the figure below:
Step 5.Configure routing. You need to configure a default route to 0.0.0.0/0.0.0.0 pointing to the pre-gateway 192.168.1.254. Meanwhile, in this case, as the LAN interface is connected to multiple network segments spanning three layers, you need to configure another static route containing each network segment to the layer 3 switch. Go to Network > Routes > Static Routes and click Add to add a static route. Specifically, configure the default routing Dst IP/Netmask as 0.0.0.0/0 and the Next-Hop IP as 192.168.1.254, and configure the backhaul routing Dst IP/Netmask as 192.168.2.0/24 and the Next-Hop IP as 192.168.1.1. See the figure below:
Step 6.Configure the application control policy. Assign the Internet access permissions to LAN users. On the Policies > Access Control > Application Control page, add an application control policy and assign the LAN-WAN data access permissions. Then, select the custom downlink zone as the Src Zone, the custom LAN address as Src Address, the custom uplink zone as Dst Zone, All for Dst Address, any for Services, and All for Applications.
Step 7.After completing the basic configuration, connect the device to the network, the eth2 interface to the preceding router, and the eth3 interface to the layer 3 LAN switch.
Deployment Case of Trunk Interface in Transparent Mode
The users' network topology is shown in the figure below.
The device is deployed in transparent mode. The VLAN is configured for the LAN switch, but the routing function is disabled. The preceding router serves as the gateway of each VLAN. The LAN segments include 192.168.2.0/255.255.255.0 and 192.168.3.0/255.255.255.0, belonging to VLAN2 and VLAN3. The TRUNK protocol works between the switch and the router.
Step 1.You need to log in to the device through the default IP address of the management interface (ETH0). The default IP address of the management interface is 10.251.251.251/24. You need to configure an IP address in the same network segment on the computer and log in to the device via https://10.251.251.251.
Step 2.On the Network > Interfaces > Physical Interfaces page, click the interface to be set as a WAN interface. Select eth2 as the uplink WAN interface, select Layer 2 for Type and a custom uplink zone for Zone. Then, check the WAN attribute checkbox, and set IP Assignment to Trunk, as shown below:
Step 3.On the Network > Interfaces > Physical Interfaces page, click the interface to be set as a LAN interface. Select eth3 as the downlink LAN interface, select Layer 2 for Type and configure the LAN zone, and set IP Assignment to Trunk, as shown below.
Step 4.Configure the management interface. On the Network > Interfaces > VLAN Interfaces page, configure the logic interface of the VLAN interface as the management interface, set the VLAN ID field to 2, and assign a management IP address 192.168.2.2/24. See the figure below.
Step 5.Configure routing. You need to configure a default route to 0.0.0.0/0.0.0.0, pointing to the next-hop192.168.2.1 that belongs to the same network segment as the management IP address. Then, go to Network > Routes > Static Routes and click Add to add a static route. Specifically, configure the default routing Dst IP/Netmask as 0.0.0.0/0 and the Next-Hop IP as 192.168.2.1, as shown below.
Step 6.Configure the application control policy. Assign the Internet access permissions to LAN users. On the Policies > Access Control > Application Control page, add an application control policy and assign the LAN-WAN data access permissions. Then, select the custom downlink zone as the Src Zone, the custom LAN address as Src Address, the custom uplink zone as Dst Zone, All for Dst Address, any for Services, and All for Applications.
Step 7.After completing the basic configuration, connect the device to the network, the eth2 interface to the preceding router, and the eth3 interface to the layer 2 LAN switch.