Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
ARM network protocols command-line interface reference guide.Ver 1.6.pdf
Скачиваний:
29
Добавлен:
23.08.2013
Размер:
1.61 Mб
Скачать

Protocol-specific Commands

4.5.5naliases

The naliases command shows the list of NAT aliases.

This command is included in the menu list if NAT_ALIASLIST was defined in ipport.h_h.

Syntax nataliases

Example

INET> naliases

205.206.207.3 aliased to 10.0.0.52 205.206.207.2 aliased to 214.69.218.2 INET> _

Usage

You set up aliases in the natdb.nv file.

4.5.6nproxies

The nproxies command shows the list of NAT proxies.

This command is included in the menu list if NAT_PROXYLIST was defined in ipport.h_h.

Syntax nproxies

Example

INET> nproxies

TCP port 19 mapped to 10.0.0.52:19

TCP port 21 mapped to 10.0.0.52:21

TCP port 80 mapped to 10.0.0.52:80

TCP port 61 mapped to 10.0.0.52:61

INET> _

Usage

You set up proxies in the natdb.nv file.

4-32

Copyright © 2000-2001 ARM Limited. All rights reserved.

ARM DUI 0145B

Protocol-specific Commands

4.5.7nxip

The nxip command removes an IP address from NAT tables. This is useful if an IP address on the local network has been changed, and needs to be removed.

Syntax

nxip IP_address

where:

IP_address

Is the address to remove.

Example

INET> nxip

enter IP address to expunge on command line INET> nxip 10.0.0.75

INET> _

ARM DUI 0145B

Copyright © 2000-2001 ARM Limited. All rights reserved.

4-33