cloudos给虚拟机配置安全组,在CVK的中如何查看下发的配置,尤其是命令行怎么看?
(0)
最佳答案
1. 后台执行命令:virsh dumpxml vm_name
找到相同mac的interface节点
<interface type='bridge'>
<mac address='0c:da:41:1e:00:79'/>
<source bridge='net_test'/>
<vlan>
<tag id='1'/>
</vlan>
<virtualport type='openvswitch'>
<parameters interfaceid='326b6098-55cc-4ca8-bfc1-84d971519d25'/>
</virtualport>
<target dev='vnet15'/>
<model type='virtio'/>
<hotpluggable state='on'/>
<filterref filter='acl-test'/>
<priority type='low'/>
<mtu size='1500'/>
<alias name='net7'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x10' function='0x0'/>
</interface>
2. cat /etc/libvirt/nwfilter/acl-test.xml
(0)
如下方法,可以查看vnet上的ACL配置:
1. ovs_dbg_listports查看vnet所属虚拟机
2. virsh dumpxml vm_name可以查看虚拟机的xml,在xml中找到interface节点,可以查看到如下信息:
<interface type='bridge'>
<mac address='0c:da:41:1d:56:a7'/>
<source bridge='vswitch0'/>
<vlan>
<tag id='1'/>
</vlan>
<virtualport type='openvswitch'>
<parameters interfaceid='bfcd8333-2282-4d08-a0bb-cc14a37ff1e9'/>
</virtualport>
<target dev='vnet0'/>
<model type='virtio'/>
<driver name='vhost'/>
<hotpluggable state='on'/>
<filterref filter='acl-test'/>
<priority type='low'/>
<mtu size='1500'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
filter中的就是acl的名称。
3. virsh nwfilter-dumpxml acl_name可以查看acl的具体内容。
root@cvknode112:~# virsh nwfilter-dumpxml acl-test
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论