RF писал(а):
У меня та же проблема - при попытке включить NAT отключается WAN порт и шлюз приходится восстанавливать с помощью factory reset. Последние прошивки - B20, B53 - не помогают. Причем лампочки LAN порта на шлюзах не загораются при включении кабеля в него, даже после этих последних прошивок, где NAT включен по умолчанию. Что делать? Сдавать шлюзы по гарантии обратно?
nwdbg ip <dhcp|bootp|manual> - set to DHCP, BOOTP or Manual(fixed ip) mode
if Manual mode :
nwdbg ip <IP ADDRESS> - set device ip to d.d.d.d
nwdbg mask <SUBNET MASK> - set device subnet mask to d.d.d.d
nwdbg gw <GATEWAY IP> - set device default gateway to d.d.d.d
***** reboot the device to make the above setting activate *****
--- NAT Commands: ---
nat cfg - List configuration of NAT.
nat dump - Dump Current NAT Table.
nat help - Displays all NAT Commands.
nat state [on|off] - Set Administration State of NAT.
nat local_ip <x.x.x.x> - Set Local IP Address. This is gateway for hosts.
nat local_mask <x.x.x.x> - Set Local IP MASK.
--- Local Servers ---
nat server [id] [TCP|UDP] <port> <local ip>. - Set [id](1~6) NAT Local Server.
e.g. {FTP local server} ggdbg>nat server 1 TCP 21 192.168.168.1
nat server [id] state [on|off] - Set Administration State of [id](1~6) NAT Local Server.