h3c SecPath F1000-AK125端口映射不成功,内网酒管软件服务器端口映射外网不成功,求帮助
(0)
最佳答案
1.
2.
3.
interface GigabitEthernet1/0/1
ip add 202.1.1.100 255.255.255.248
nat server protocol tcp global 202.1.1.100 8081 inside 192.168.1.88 8081
4.
防火墙有三种不通的安全策略配置方法,确认防火墙设备使用哪种策略,参考对应策略
security-zone name Untrust
import interface GigabitEthernet 1/0/1
security-zone name Trust
import interface GigabitEthernet 1/0/4
包过滤策略配置:
acl advanced 3000
rule 0 permit ip
zone-pair security source Untrust destination Trust
packet-filter 3000
对象策略配置:
object-policy ip OA服务器
rule 0 pass
zone-pair security source Untrust destination Trust
object-policy apply ip OA服务器
安全策略配置:
security-policy ip
rule 0 name 1
action pass
source-zone Untrust
destination-zone Trust
5.
ping -a 202.1.1.100 192.168.1.88
如果不通,在内网口添加一个nat outbound测试看下是否正常
interface GigabitEthernet 1/0/4
nat outbound
6.
interface GigabitEthernet1/0/1
ip last-hop hold
7.
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论