ICG3000端口连续映射(ilo 端口 映射)
问题描述:
5.2老版本,怎么可以端口批量映射?或者能否升级解决此问题?
6小时前提问您好,默认就可以的
命令行可以进行连续端口映射。命令如下:
sys
int g0/0 //进到外网接口
nat server protocol tcp global current-interface 15000 16999 inside 192.168.1.100 15000 16999
nat server protocol udp global current-interface 15000 16999 inside 192.168.1.100 15000 16999
sa f //保存
192.168.1.100为内网服务器地址
6小时前回答暂无
sys System View: return to User View with Ctrl+Z. [H3C]int g0/1 [H3C-GigabitEthernet0/1]nat server protocol tcp global current-interface 15000 16999 inside 172.16.0.13 15000 16999 ^ % Wrong parameter found at '^' position. [H3C-GigabitEthernet0/1] 为啥报错啊?
5小时前回答暂无
sys System View: return to User View with Ctrl+Z. [H3C]int g0/1 [H3C-GigabitEthernet0/1]nat server protocol tcp global current-interface 15000 16999 inside 172.16.0.13 15000 16999 ^ % Wrong parameter found at '^' position. [H3C-GigabitEthernet0/1]
5小时前回答暂无
你正在内容来源:知了社区,ICG3000端口连续映射