Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to delete virbr0 network card information in Centos7

2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Xiaobian to share with you how to delete virbr0 network card information in Centos7, I believe most people still do not know how, so share this article for everyone's reference, I hope you have a lot of harvest after reading this article, let's go to understand it together!

Note: Before configuring bridge under CentOS7, now after changing bridge mode to normal mode, you can still see a lot of junk information when viewing the network card. If you want to completely delete the network card configuration information you don't want, the operation is as follows:

[root@linux-node1 ~]# ip add list1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever2: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:0c:29:9b:7d:d6 brd ff:ff:ff:ff:ff:ff inet 10.10.10.11/24 brd 10.10.10.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::20c:29ff:fe9b:7dd6/64 scope link valid_lft forever preferred_lft forever4: virbr0: mtu 1500 qdisc noqueue state DOWN qlen 1000 link/ether 52:54:00:f4:24:05 brd ff:ff:ff:ff:ff:ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 valid_lft forever preferred_lft forever5: virbr0-nic: mtu 1500 qdisc pfifo_fast master virbr0 state DOWN qlen 1000 link/ether 52:54:00:f4:24:05 brd ff:ff:ff:ff:ff:ff

View the list of networks:

[root@linux-node1 ~]# virsh net-list Name State Autostart Persistent---------------------------------------------------------- default active yes yes

Use "virsh net-destroy default" to delete

[root@linux-node1 ~]# virsh net-destroy defaultNetwork default destroyed

Remove from profile

[root@linux-node1 ~]# virsh net-undefine defaultNetwork default has been undefined

Restart libvirtd service

[root@linux-node1 ~]# systemctl restart libvirtd.service[root@linux-node1 ~]# virsh net-list Name State Autostart Persistent----------------------------------------------------------[root@linux-node1 ~]# ip add list1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever2: eth0: mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:0c:29:9b:7d:d6 brd ff:ff:ff:ff:ff:ff inet 10.10.10.11/24 brd 10.10.10.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::20c:29ff:fe9b:7dd6/64 scope link valid_lft forever preferred_lft forever The above is "How to delete virbr0 network card information in Centos7" All the contents of this article, thank you for reading! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report