R3204P16-HP Load Balancing Module Network Management Configuration Guide-6PW101
Table Of Contents
- Title page
- Contents
- Interface management configuration
- IP addressing configuration
- MAC address table configuration
- Layer 2 forwarding configuration
- Layer 2 forwarding overview
- Configuring general Layer 2 forwarding
- Configuring inline Layer 2 forwarding
- Configuring inter-VLAN Layer 2 forwarding
- Forward-type inline Layer 2 forwarding configuration example
- Blackhole-type inline Layer 2 forwarding configuration example
- Inter-VLAN Layer 2 forwarding configuration example
- VLAN configuration
- ARP configuration
- Gratuitous ARP configuration
- Proxy ARP configuration
- Layer 3 forwarding configuration
- NAT configuration
- Overview
- Configuring a NAT policy in the web interface
- Configuring NAT in the CLIs
- Configuration guidelines
- ALG configuration
- Static route configuration
- RIP configuration
- OSPF configuration
- BGP configuration
- Policy-based routing configuration
- Route displaying
- DNS configuration
- Overview
- Configuring DNS on the web interface
- Configuring DNS in the CLIs
- Troubleshooting IPv4 DNS configuration
- Support and other resources
- Index

109
4. Exchanging data
The host and the FTP server exchange data through the established data connection.
Enabling ALG
Follow these steps to enable ALG:
To do... Use the command...
Remarks
Enter system view system-view —
Enable ALG
alg { all | dns | ftp | h323 | ils | msn | nbt |
pptp | qq | rtsp | sip | sqlnet | tftp }
Optional
Enabled for all protocols by default
ALG configuration examples
NOTE:
The following examples describe only ALG-related configurations, assuming that other required
configurations on the server and client have been done.
FTP ALG configuration example
Network requirements
As shown in Figure 66, a company accesses the Internet through a LB module with NAT and ALG
enabled. The company provides FTP services to the outside. The inside network segment of the company
is 192.168.1.0/24, and the IP address of the FTP server is 192.168.1.2. Configure NAT and ALG on the
LB module to meet the following requirements:
• The host in the outside network can access the FTP server in the inside network.
• The company has four public network addresses, which are 5.5.5.1, 5.5.5.9, 5.5.5.10, and 5.5.5.11.
The FTP server uses the public network address of 5.5.5.10 to provide services to the outside.
Figure 66 Network diagram for FTP ALG configuration
Configuration procedure
# Configure the address pool and ACL.
<LB> system-view
[LB] nat address-group 1 5.5.5.9 5.5.5.11
[LB] acl number 2001
[LB-acl-basic-2001] rule permit
[LB-acl-basic-2001] quit
# Enable ALG for FTP.