Neutron — 安全组

目录

安全组

Neutron Security Group 用于针对 Neutron Port 粒度进行 ACL 安全防护,支持设置多条 Security Group Rules 来定义 ACCEPT 操作集合,所以本质是一个 White List(白名单)ACL,即不支持显式的 DENY 操作(默认 DENY ALL)。

在 API 层面提供了以下 2 种资源类型:

  1. security_groups
  2. security_group_rules
# create security group
neutron security-group-create --tenant-id [tenant_id] [NAME]
    
#

相关推荐

  1. Neutron安全

    2023-12-06 10:48:03       57 阅读
  2. neutron 运维命令

    2023-12-06 10:48:03       29 阅读
  3. OpenStack云计算(三)neutron

    2023-12-06 10:48:03       48 阅读
  4. 华为云安全规则

    2023-12-06 10:48:03       59 阅读
  5. [网络安全]用户与管理

    2023-12-06 10:48:03       62 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-06 10:48:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-06 10:48:03       101 阅读
  3. 在Django里面运行非项目文件

    2023-12-06 10:48:03       82 阅读
  4. Python语言-面向对象

    2023-12-06 10:48:03       91 阅读

热门阅读

  1. CoreDNS实战(十)-kubernetes插件

    2023-12-06 10:48:03       61 阅读
  2. cloudreve网盘迁移K8S

    2023-12-06 10:48:03       51 阅读
  3. Redis搭建

    2023-12-06 10:48:03       54 阅读
  4. vue-template-loader 是如何工作的?

    2023-12-06 10:48:03       51 阅读
  5. github ssh 秘钥过期解决记录

    2023-12-06 10:48:03       66 阅读
  6. vue2离线下载

    2023-12-06 10:48:03       56 阅读
  7. Vue和uni-app的区别

    2023-12-06 10:48:03       61 阅读
  8. vue-loader是如何工作的?

    2023-12-06 10:48:03       47 阅读
  9. Spark-03: Spark SQL 基础编程

    2023-12-06 10:48:03       38 阅读
  10. C练习题_12

    2023-12-06 10:48:03       44 阅读
  11. Centos 搭建Git私有服务器

    2023-12-06 10:48:03       55 阅读
  12. MATLAB中dlmwrite函数用法

    2023-12-06 10:48:03       58 阅读
  13. GO学习之 单例模式 sync.Once

    2023-12-06 10:48:03       47 阅读