Пример 1: (Просмотр конфигурации)
#fwconver show Global Translation parameters: ------------------------------ Network address translation : activated Maximum number of TCP connections: 300 Maximum number of UDP connections: 300 Private network address : 10.0.0.0 Private network mask : 255.0.0.0 Virtual IP address : 200.239.39.11 Servers translation table: -------------------------- 01 - 10.4.1.3 200.239.39.3 02 - 10.4.1.7 200.239.39.7
Пример 2: (деактивизация трансляции адресов и просмотр конфигурации)
#fwconver deactivate #fwconver show Global Translation parameters: ------------------------------ Network address translation : deactivated Maximum number of TCP connections: 300 Maximum number of UDP connections: 300 Private network address : 10.0.0.0 Private network mask : 255.0.0.0 Virtual IP address : 200.239.39.11 Servers translation table: -------------------------- 01 - 10.4.1.3 200.239.39.3 02 - 10.4.1.7 200.239.39.7
Пример 3: (Удаление первого элемента таблицы серверной трансляции и просмотр конфигурации)
#fwconver remove 1 #fwconver show Global Translation parameters: ------------------------------ Network address translation : deactivated Maximum number of TCP connections: 300 Maximum number of UDP connections: 300 Private network address : 10.0.0.0 Private network mask : 255.0.0.0 Virtual IP address : 200.239.39.11 Servers translation table: -------------------------- 01 - 10.4.1.7 200.239.39.7
Прнимер 4: (Добавление элемента в таблицу серверной трансляции и просмотр конфигурации)
#fwconver add 10.4.1.9 200.239.39.39 #fwconver show Global Translation parameters: ------------------------------ Network address translation : deactivated Maximum number of TCP connections: 300 Maximum number of UDP connections: 300 Private network address : 10.0.0.0 Private network mask : 255.0.0.0 Virtual IP address : 200.239.39.11 Servers translation table: -------------------------- 01 - 10.4.1.7 200.239.39.7 02 - 10.4.1.9 200.239.39.39
Назад | Содержание | Вперед