该配置的21端口是开着的嘛
nat server 3001 protocol tcp global x.x.x.x any inside 192.168.1.1 any track vrrp 100
acl number 3001
rule 0 permit udp destination 192.168.1.0 0.0.0.255 destination-port eq 500
rule 1 permit udp destination 192.168.1.0 0.0.0.255 destination-port eq 4500
rule 6 permit udp source-port gt 0 destination x.x.x.x 0 destination-port gt 0
rule 8 permit udp source-port gt 0 destination x.x.x.x 0 destination-port gt 0
(0)
最佳答案
这个acl并没有禁用21端口,21端口是FTP功能的,可以把FTP关闭或者acl:
acl number 3210
rule 0 deny tcp destination-port eq 21
rule 1 deny udp destination-port eq 21
(0)
如果需要禁用该怎么添加rule
加答案里了
可以,也可以安全策略进行限制,防火墙建议在安全策略进行限制
可以,注意下顺序
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
但是acl3001匹配的是udp的报文,21tcp不就直接拒绝了嘛