Command Reference Guide
3Com Router 3000 Ethernet Family
Command Reference Guide Chapter 11 NAT Configuration Commands
3Com Corporation
11-14
Parameter
ip-addr1: Private IP address of an internal host.
ip-addr2: Public IP address.
Description
Use the nat static command to configure a one-to-one private-to-public address
binding.
Use the undo nat static command to delete an existing one-to-one private-to-public
address binding.
Example
# Bind an internal private IP address with a public IP address for one-to-one address
translation.
[3Com] nat static 192.168.1.1 2.2.2.2
11.1.13 nat static net-to-net
Syntax
nat static net-to-net inside-start-address inside-end-address global global-address
mask
undo nat static net-to-net inside-start-address inside-end-address global
global-address mask
View
System view
Parameter
inside-start-address: Start address of an internal-address range.
inside-end-address: End address of the internal-address range.
global-address: Public network segment address.
mask: Subnet mask of the public network segment address.
Description
Use the nat static net-to-net command to create a static net-to-net NAT entry. When
the router translates addresses based on this type of NAT entry, it translates the
network address portion without touching the host address portion.
Use the undo nat static net-to-net command to delete a static net-to-net NAT entry.
The global-address can be any address. Then it will be calculated by combining with
the mask and the length of the mask.










