在吗?请问H3C MSR5006路由器怎么做端口映射啊

2024-12-21 18:56:31
推荐回答(2个)
回答1:

这个是上网的映射
1、 nat address-group 1 X.X.X.X X.X.X.X(你的公网地址)
2、写ACL,比如3001
3、在连接外网接口下写 nat outbound 3001 address-group 1

端口映射就在外网接口里面写
nat server protocol tcp global X.X.X.X 8080 inside 192.168.100.1 8080 (XXXX是公网地址)

另外,你打个dis cu 看看你的路由器里面有没有这么一行啊
dar p2p signature-file flash:/p2p_default.mtd

如果有的话,200分求啊!!!!!!!!!

回答2:

super
system-view
nat static 内网ip 外网ip
int e0/0 //外网接口
nat outbound static
大概就是这样了