博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【Centos7】Delete virtual bridge
阅读量:4986 次
发布时间:2019-06-12

本文共 487 字,大约阅读时间需要 1 分钟。

Previously,Stop service which controls virtual bridges.

sudo systemctl stop libvirtd.service #Systemd OS

Then,take down the bridge.

sudo ifconfig virbr0 down #centos6 centos7sudo ip link set dev virbr0 down #centos7

Finally,remove this bridge.

sudo brctl delbr virbr0

Additionally. If libvirtd.service is restarted. the bridge will created automatically. So you better disable this service.

sudo systemctl disable libvirtd.service

 

转载于:https://www.cnblogs.com/zhengwenqiang/p/6963373.html

你可能感兴趣的文章
非参贝叶斯(Bayesian Non-parameter)初步
查看>>
适度平衡树
查看>>
vmware12用 unlocker206能不能解锁 OS X系统
查看>>
修改表的定义
查看>>
CentOS 7 之Shell学习笔记
查看>>
hibernate 注解 联合主键映射
查看>>
si4438+efm32g210f128
查看>>
Oracle中的exist和in
查看>>
Declaration of should be compatible with that
查看>>
[python]新手写爬虫v2.5(使用代理的异步爬虫)
查看>>
《Java开发手册》学习进程之第8章继承
查看>>
Maximum Depth of Binary Tree
查看>>
一个Jquery上传文件插件
查看>>
测试用例评审
查看>>
工具-各种开源
查看>>
HTML5-盒子的使用
查看>>
Swift之单例模式
查看>>
20180918-2 每周例行报告
查看>>
网站目录文件权限的简单安全设置
查看>>
android分享到代码
查看>>