User Guide

11 NAT Commands
183 / 260
3EC 16982 AFAA TCZZA Ed. 01
nat bind
Create a new helper/port binding.
SYNTAX:
nat bind application = <string>
port = <TCP/UDP service name or port number>
application The name of a NAPT application helper.
The name must be spelled exactly as listed in the application list (nat
applist).
REQUIRED
port The port number this application handler should work on. REQUIRED
EXAMPLE INPUT:
=>nat applist
Application Proto DefaultPort
H254 tcp 0
H323 tcp 1720
RAUDIO(PNA) tcp 7070
RTSP tcp 554
IRC tcp 6667
FTP tcp 21
=>nat bindlist
Application Proto Port
H323 tcp 1720
FTP tcp 21
RTSP tcp 554
IRC tcp 6667
RAUDIO(PNA) tcp 7070
=>nat bind application=RAUDIO(PNA) port=7071
=>nat bindlist
Application Proto Port
RAUDIO(PNA) tcp 7071
H323 tcp 1720
FTP tcp 21
RTSP tcp 554
IRC tcp 6667
RAUDIO(PNA) tcp 7070
=>
RELATED COMMANDS:
nat applist List available NAPT protocol helpers.
nat bindlist List current NAPT helper/port bindings.
nat unbind Delete an existing helper/port binding.