R3204P16-HP Load Balancing Module Network Management Configuration Guide-6PW101

Table Of Contents
111
NBT ALG configuration example
Network requirements
As shown in Figure 68, a company accesses the Internet through a LB module with NAT and ALG
enabled. The company provides NBT services to the outside. The inside network segment of the company
is 192.168.1.0/24. Configure NAT and ALG on the LB module to meet the following requirements:
Host B can access the WINS server and Host A with host names.
Host A uses 5.5.5.9 as its external IP address, and the WINS server uses 5.5.5.10 as its external IP
address.
Figure 68 Network diagram for NBT ALG configuration
Configuration procedure
# Configure a static NAT entry.
<LB> system-view
[LB] nat static 192.168.1.3 5.5.5.9
# Enable ALG for NBT.
[LB] alg nbt
# Configure NAT.
[LB] interface Ten-GigabitEthernet 0/0.1
[LB-Ten-GigabitEthernet0/0.1] nat outbound static
# Configure the internal WINS server.
[LB-Ten-GigaibtEthernet0/0.1] nat server protocol udp global 5.5.5.10 137 inside
192.168.1.2 137
[LB-Ten-GigabitEthernet0/0.1] nat server protocol udp global 5.5.5.10 138 inside
192.168.1.2 138
[LB-Ten-GigabitEthernet0/0.1] nat server protocol tcp global 5.5.5.10 139 inside
192.168.1.2 139
LB
Internet
XGE0/0.2
5.5.5.1/24
XGE0/0.1
192.168.1.1/24
WINS server
192.168.1.2/24
Host A
192.168.1.3/24
Host B