原配置 interface GigabitEthernet0/0
port link-mode route
combo enable copper
ip address 192.168.18.1 255.255.255.0
tcp mss 1280
nat hairpin enable
nat static enable undo
dhcp select server
# interface GigabitEthernet0/1 port link-mode route #
interface GigabitEthernet0/2
port link-mode route
description Multiple_Line
ip address 183.xx.xx.5 255.255.255.240
dns server 218.201.4.3 dns server 218.201.17.2
nat outbound nat server protocol tcp global 183.xx.xx.5 21 inside 192.168.18.8 21
nat server protocol tcp global 183.xx.xx.5 81 inside 192.168.18.9 81
nat server protocol tcp global 183.xx.xx.5 1308 1309 inside 192.168.18.9 1308 1309
nat server protocol tcp global 183.xx.xx.5 1723 inside 192.168.18.250 1723
nat server protocol tcp global 183.xx.xx.5 5222 5223 inside 192.168.18.8 5222 5223
nat server protocol tcp global 183.xx.xx.5 8080 8081 inside 192.168.18.8 8080 8081
nat server protocol tcp global 183.xx.xx.5 8443 inside 192.168.18.8 8443
nat server protocol tcp global 183.xx.xx.5 8888 inside 192.168.18.9 8888
nat server protocol tcp global 183.xx.xx.5 9090 9091 inside 192.168.18.8 9090 9091
nat server protocol tcp global 183.xx.xx.5 14141 14151 inside 192.168.18.8 14141 14151
新增配置
nat server protocol tcp global 183.xx.xx.5 8088 8089 inside 192.168.18.250 8088 8089
nat server protocol tcp global 183.xx.xx.5 2580 inside 192.168.18.250 2580
nat server protocol tcp global 183.xx.xx.5 5000 inside 192.168.18.250 5000
nat static enable
在配置中存在,没有异常;无会话中没有,测试映射没有成功
(0)
最佳答案
端口映射失败,建议排查如下:
外网电脑ping 183.xx.xx.5 通代表外网通
内网电脑通过192.168.18.250是否可以访问相关服务,如不行,代表本身服务器没有开放服务
192.168.18.250 是否可以上网,如可以代表内网是通的
外网的电脑 telnet 183.xx.xx.5 8088 ,如无法打开,建议nat server中换个外网的端口,或者找运营商开放端口
(0)
端口我使用其它地址就能够正常
建议根据上述建议排查,看那步开始有问题的,找到原因才好解决问呢,上述任何一个步骤有问题都会导致外网到内网的服务器访问失败,因为当前新的ip和之前的内网ip不一样,所以没有可比性,还是需要实际情况具体排查
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
建议根据上述建议排查,看那步开始有问题的,找到原因才好解决问呢,上述任何一个步骤有问题都会导致外网到内网的服务器访问失败,因为当前新的ip和之前的内网ip不一样,所以没有可比性,还是需要实际情况具体排查