EasyManua.ls Logo

STM SatLink VSAT - Configuring Static NAT

STM SatLink VSAT
183 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
SatLink VSAT User Guide
Publication no. 101557
Rev 14.1.1-2
Copyright 2006-2012 STM Group, Inc.
Page 72 (182)
Multiple global address/port combinations can be mapped to the same local address/port.
Static NAPT entries in the address translation table are removed by issuing the CLI command:
# ip nat napt del <gladdr> <glport>
To view the currently configured static NAPT entries, type the CLI command: # ip nat show
Example:
# ip nat napt add 10.10.2.2 5000 192.168.0.12 3000
# ip nat show
NAT Configuration
-----------------
Network Address Port Translation (NAPT): Enabled
Global Address Table
If IP Address
dvb0 10.10.1.10
Static NAPT Map
If Global Address/Port-Start Local Address/Port-Start PortRange
dvb0 10.10.2.2/5000 192.168.0.12/3000
NAT Status
----------
Total Sessions 0
Active Sessions 0
Failed Sessions 0
Packet Translations 0
10.1.3 Configuration of Static NAT
Static NAT provides two-way access to servers behind NAT. The destination IP address of the incoming
packet is replaced by the corresponding local address that is configured in the Static NAT Map Table.
Likewise, when the host device sends a packet towards the satellite network, the source IP address of the
outgoing IP packet is replaced by the global address configured in the Static NAT Map Table.
The Static NAT MAP Table is configured using the following CLI command:
ip nat static add <globaddr> <locaddr>
Entries in the Static NAT MAP Table are deleted using:
ip nat static del <globaddr> <locaddr>
To view entries in the NAT tables, use ip nat show.

Table of Contents