О деактивации форума Eltex
Уважаемые коллеги! В связи с потерей актуальности данного ресурса, нами было принято решение о частичной деактивации форума Eltex. Мы отключили функции регистрации и создания новых тем, а также возможность оставлять сообщения. Форум продолжит работу в "режиме чтения", так как за долгие годы работы здесь накопилось много полезной информации и ответов на часто встречающиеся вопросы.
Мы активно развиваем другие каналы коммуникаций, которые позволяют более оперативно и адресно консультировать наших клиентов. Если у вас возникли вопросы по работе оборудования, вы можете обратиться в техническую поддержку Eltex, воспользовавшись формой обращения на сайте компании или оставить заявку в системе Service Desk. По иным вопросам проконсультируют наши менеджеры коммерческого отдела: eltex@eltex-co.ru.
Уважаемые коллеги! В связи с потерей актуальности данного ресурса, нами было принято решение о частичной деактивации форума Eltex. Мы отключили функции регистрации и создания новых тем, а также возможность оставлять сообщения. Форум продолжит работу в "режиме чтения", так как за долгие годы работы здесь накопилось много полезной информации и ответов на часто встречающиеся вопросы.
Мы активно развиваем другие каналы коммуникаций, которые позволяют более оперативно и адресно консультировать наших клиентов. Если у вас возникли вопросы по работе оборудования, вы можете обратиться в техническую поддержку Eltex, воспользовавшись формой обращения на сайте компании или оставить заявку в системе Service Desk. По иным вопросам проконсультируют наши менеджеры коммерческого отдела: eltex@eltex-co.ru.
Ошибка при создание nat destination pool
-
- Сообщения: 4
- Зарегистрирован: 07 авг 2020 13:15
- Reputation: 0
Ошибка при создание nat destination pool
При создание пула командой "pool server_10_6_port_8087" возникает ошибка "error -", в чём может быть причина?
Re: Ошибка при создание nat destination pool
покажите вывод более детально как создается пул (всё, что пишет консоль).
и покажите вывод - sh run nat destination
и покажите вывод - sh run nat destination
-
- Сообщения: 4
- Зарегистрирован: 07 авг 2020 13:15
- Reputation: 0
Re: Ошибка при создание nat destination pool
ESR1.TATAR46# configure
ESR1.TATAR46(config)# nat destination
ESR1.TATAR46(config-dnat)# pool server_10_6_port_8087
error -
ESR1.TATAR46(config-dnat)#
==================================================
Вывод "sh run nat destination"
nat destination
pool server_10_6_port_3639
ip address 192.168.10.6
ip port 3639
exit
pool domofon_port_5000
ip address 192.168.1.9
ip port 5000
exit
pool domofon_port_80
ip address 192.168.1.9
ip port 80
exit
pool domofon_port_554
ip address 192.168.1.9
ip port 554
exit
pool cctv_server_3_2_port_3389
ip address 192.168.3.2
ip port 3389
exit
pool cctv_server_3_2_port_9786
ip address 192.168.3.2
ip port 9786
exit
pool cctv_server_3_2_port_9877
ip address 192.168.3.2
ip port 9877
exit
pool cctv_server_3_2_port_9780
ip address 192.168.3.2
ip port 9780
exit
pool server_10_3_port_443
ip address 192.168.10.4
ip port 443
exit
pool server_10_6_port_7771
ip address 192.168.10.6
ip port 7771
exit
ruleset DNAT
from zone WAN
rule 10
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_3639
action destination-nat pool server_10_6_port_3639
enable
exit
rule 11
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_7771
action destination-nat pool server_10_6_port_7771
enable
exit
rule 200
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_5000
action destination-nat pool domofon_port_5000
enable
exit
rule 205
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_8080
action destination-nat pool domofon_port_80
enable
exit
rule 210
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_5554
action destination-nat pool domofon_port_554
enable
exit
rule 220
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_3389
action destination-nat pool cctv_server_3_2_port_3389
enable
exit
rule 230
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9786
action destination-nat pool cctv_server_3_2_port_9786
enable
exit
rule 231
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9877
action destination-nat pool cctv_server_3_2_port_9877
enable
exit
rule 232
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9780
action destination-nat pool cctv_server_3_2_port_9780
enable
exit
rule 233
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_443
action destination-nat pool server_10_3_port_443
enable
exit
exit
ruleset DNAT_LAN
from zone LAN
rule 200
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_5000
action destination-nat pool domofon_port_80
enable
exit
rule 205
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_8080
action destination-nat pool domofon_port_80
enable
exit
rule 210
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_5554
action destination-nat pool domofon_port_554
enable
exit
rule 230
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9786
action destination-nat pool cctv_server_3_2_port_9786
enable
exit
rule 231
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9877
action destination-nat pool cctv_server_3_2_port_9877
enable
exit
rule 232
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9780
action destination-nat pool cctv_server_3_2_port_9780
enable
exit
exit
exit
ESR1.TATAR46(config)# nat destination
ESR1.TATAR46(config-dnat)# pool server_10_6_port_8087
error -
ESR1.TATAR46(config-dnat)#
==================================================
Вывод "sh run nat destination"
nat destination
pool server_10_6_port_3639
ip address 192.168.10.6
ip port 3639
exit
pool domofon_port_5000
ip address 192.168.1.9
ip port 5000
exit
pool domofon_port_80
ip address 192.168.1.9
ip port 80
exit
pool domofon_port_554
ip address 192.168.1.9
ip port 554
exit
pool cctv_server_3_2_port_3389
ip address 192.168.3.2
ip port 3389
exit
pool cctv_server_3_2_port_9786
ip address 192.168.3.2
ip port 9786
exit
pool cctv_server_3_2_port_9877
ip address 192.168.3.2
ip port 9877
exit
pool cctv_server_3_2_port_9780
ip address 192.168.3.2
ip port 9780
exit
pool server_10_3_port_443
ip address 192.168.10.4
ip port 443
exit
pool server_10_6_port_7771
ip address 192.168.10.6
ip port 7771
exit
ruleset DNAT
from zone WAN
rule 10
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_3639
action destination-nat pool server_10_6_port_3639
enable
exit
rule 11
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_7771
action destination-nat pool server_10_6_port_7771
enable
exit
rule 200
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_5000
action destination-nat pool domofon_port_5000
enable
exit
rule 205
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_8080
action destination-nat pool domofon_port_80
enable
exit
rule 210
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_5554
action destination-nat pool domofon_port_554
enable
exit
rule 220
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_3389
action destination-nat pool cctv_server_3_2_port_3389
enable
exit
rule 230
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9786
action destination-nat pool cctv_server_3_2_port_9786
enable
exit
rule 231
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9877
action destination-nat pool cctv_server_3_2_port_9877
enable
exit
rule 232
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9780
action destination-nat pool cctv_server_3_2_port_9780
enable
exit
rule 233
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_443
action destination-nat pool server_10_3_port_443
enable
exit
exit
ruleset DNAT_LAN
from zone LAN
rule 200
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_5000
action destination-nat pool domofon_port_80
enable
exit
rule 205
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_8080
action destination-nat pool domofon_port_80
enable
exit
rule 210
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_5554
action destination-nat pool domofon_port_554
enable
exit
rule 230
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9786
action destination-nat pool cctv_server_3_2_port_9786
enable
exit
rule 231
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9877
action destination-nat pool cctv_server_3_2_port_9877
enable
exit
rule 232
match protocol tcp
match destination-address WAN_IP
match destination-port PORT_9780
action destination-nat pool cctv_server_3_2_port_9780
enable
exit
exit
exit
Re: Ошибка при создание nat destination pool
А есть добавить пул с именем покороче, например --- pool server10
та же ошибка будет?
та же ошибка будет?
-
- Сообщения: 4
- Зарегистрирован: 07 авг 2020 13:15
- Reputation: 0
Re: Ошибка при создание nat destination pool
тоже самое будет ... я много как уже пробовал.
Re: Ошибка при создание nat destination pool
Тогда нужно написать в ТП - https://eltex-co.ru/support/
-
- Сообщения: 4
- Зарегистрирован: 07 авг 2020 13:15
- Reputation: 0
Re: Ошибка при создание nat destination pool
Уже отписал, пока ответа не поступило. Спасибо за участие. 

Вернуться в «Коммутаторы и маршрутизаторы Ethernet»
Кто сейчас на конференции
Сейчас этот форум просматривают: Google [Bot] и 6 гостей