我有多个 kvm 虚拟机管理程序 (HV),它运行大量虚拟机 (VM)。每个 HV 都有br0
,并且每个 VM 都通过其接口连接到它vnet
。
我注意到一个 HVarp -a
显示了每个虚拟机 2 个条目:
foo (10.1.1.69) at 52:54:00:zz:yy:xx [ether] on vnet3
foo (10.1.1.69) at 52:54:00:zz:yy:xx [ether] on br0
但其他人则没有(仅br0
存在 的条目)。
我比较了sysctl
设置,但没有发现任何内容(尤其是所有设置都net.ipv4.conf.br0.proxy_arp
设置为)1
内核有所不同:
3.16.0-4-amd64 - the one that shows 2 entries
3.2.0-4-amd64 - those that shows only for br0
有任何想法吗 ?我还能检查什么?
更新:
# ifconfig vnet3
vnet3 Link encap:Ethernet HWaddr fe:54:00:zz:yy:xx
UP BROADCAST RUNNING MULTICAST MTU:1458 Metric:1
RX packets:19471686 errors:0 dropped:0 overruns:0 frame:0
TX packets:47092395 errors:0 dropped:64950 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:2303683173 (2.1 GiB) TX bytes:62171368865 (57.9 GiB)