SecPath F100-M-G 防火墙 做了NAT SERVER 端口映射。但是使用外网地址访问内网 使用内网地址可以。
外网IP:1.1.1.1
内网服务器IP:192.168.96.177
服务器端口号:81
所做配置如下:
ACL number 3000
rule 5 deny ip source 192.168.96.0 0.0.0.255 destination 192.168.16.0 0.0.0.255
rule 10 deny ip source 192.168.96.0 0.0.15.255 destination 192.168.0.0 0.0.15.255
rule 15 permit ip
rule 20 permit ip destination 1.1.1.1 0
ACL number 3333
rule 0 permit ip
interface gigabitethernet 0/1
port link-mode route
description outside
nat outbound 3000
nat server 8 protocol tcp global current-interface 81 inside 192.168.96.177 81
ip address 1.1.1.1 255.255.255.252
interface gigabitethernet 0/2
port link-mode route
description inside
nat outbound 3333
nat server 3333 protocol tcp global current-interface 81 inside 192.168.96.177 81
nat server protocol tcp global 1.1.1.1 81 inside 192.168.96.177 81
ip address 192.168.96.1 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 1.1.1.0
求大神们给看看问题出在哪
(0)
最佳答案
假如内网口在trust安全域,需要放通trust到trust的安全策略
(0)
多谢,原来是这个问题
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
多谢,原来是这个问题