对特定 KVM 客户机进行 ping 操作时,ping 操作被丢弃

对特定 KVM 客户机进行 ping 操作时,ping 操作被丢弃

使用 SSH 连接 Server1 时,我遇到了严重的延迟,当我 ping Server1 时,我发现很多数据包被丢弃。当我进入 Server1 并输入 ifconfig 时,我没有看到任何错误或丢弃的数据包。Server1 是 KVM 系统中的客户机。我尝试使用 virtio 驱动程序创建另一个网络接口。第一个接口使用 E1000。我在第二个接口上设置了不同的 IP,但我在 ARP 缓存中看到它们都解析为相同的 MAC。

以下是 KVM 中的接口配置:

  `interface type='bridge'

  mac address='52:54:00:43:00:95'/

  source bridge='br0'/

  model type='e1000'/

  address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/

  /interface>`

答案1

检查其他 KVM 客户机是否具有唯一的 MAC 地址 也许您有两个具有相同 MAC 的 VM。

相关内容