在KVM下可以生成两种型号的网卡,RTL8139和E1000,其实应该是底层生成不同芯片的网卡,而不是附带宿主机网卡是什么型号就是什么型号的,其中默认为100兆网卡,即RTL8319的螃蟹卡,另一种是E1000的千兆网卡。设置步骤...
在KVM下可以生成两种型号的网卡,RTL8139和E1000,其实应该是底层生成不同芯片的网卡,而不是附带宿主机网卡是什么型号就是什么型号的,其中默认为100兆网卡,即RTL8319的螃蟹卡,另一种是E1000的千兆网卡。
设置步骤:
1、修改KVM
virsh edit KVM名称
2、找到RTL8139,并替换成E1000
<interface type='network'> ... <model type='e1000' /> </interface>
注意:是替换而不是增加。
参考:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/virtualization/sect-virtualization-troubleshooting-kvm_networking_performance
https://www.linux-kvm.org/page/Networking
沃梦达教程
本文标题为:CentOS 7下的KVM网卡配置为千兆网卡
基础教程推荐
猜你喜欢
- Target runtime Apache Tomcat v8.0 is not defined 2023-09-08
- http请求报错:Too Many Requests Error的原因和解决办法 2023-12-03
- LVS+DR+apache+keepalived负载均衡 2023-09-08
- https协议详解 2022-12-12
- Apache用户认证、域名跳转、Apache访问日志 2023-09-29
- http请求报错:SSL Certificate Chain Error的原因和解决办法 2023-12-04
- Nginx负载均衡之upstream模块简介与使用详解 2022-11-26
- Nginx geoip模块实现地区性负载均衡 2024-03-15
- CentOS 7下的KVM网卡配置为千兆网卡 2023-09-24
- 备份和恢复Windows IIS服务器设置的方法 2022-09-01
