Configuration procedure, Nbt alg configuration example, Network requirements – H3C Technologies H3C SecPath F1000-E User Manual
Page 49

5
Figure 3 Network diagram for SIP ALG configuration
Configuration procedure
# Configure the address pool and ACL.
[Device] nat address-group 1 5.5.5.9 5.5.5.11
[Device] acl number 2001
[Device-acl-basic-2001] rule permit source 192.168.1.0 0.0.0.255
[Device-acl-basic-2001] rule deny
[Device-acl-basic-2001] quit
# Enable ALG for SIP.
[Device] alg sip
# Configure NAT.
[Device] interface gigabitethernet0/2
[Device-GigabitEthernet0/2] nat outbound 2001 address-group 1
NBT ALG Configuration Example
Network requirements
As shown in
, a company accesses the Internet through a device 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. You need to configure NAT and ALG 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 4 Network diagram for NBT ALG configuration
Configuration procedure
# Configure a static NAT entry.