最佳答案
可通过ACL来封堵端口,建议使用源和目的、TCP\UDP都封堵,确保协议和双向的安全,以下是举例说明:
(0)
暂无评论
华三防火墙配置安全策略禁用端口的命令有以下几种方式:
acl number 3001
rule 0 deny tcp destination-port eq 135
rule 1 deny tcp source-port eq 135
rule 3 deny udp destination-port eq 135
rule 4 deny udp source-port eq 135
rule 5 deny tcp destination-port eq 445
rule 6 deny tcp source-port eq 445
rule 7 deny udp destination-port eq 445
rule 8 deny udp source-port eq 445
quit
interface g 0/0/1
packet-filter 3001 inbound
rule name "Allow access to the Internet"
source-zone trust
destination-zone untrust
source-address 192.168.1.0 mask 24
source-address 192.168.2.0 mask 24
ervice http https
action permit
(0)
暂无评论
安全策略缺省禁止,一般不需要单独禁止
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论