Re: veth: No Connection between host and guest [message #16307 is a reply to message #16305] |
Fri, 31 August 2007 09:36   |
khorenko
Messages: 533 Registered: January 2006 Location: Moscow, Russia
|
Senior Member |
|
|
[HN]# ip a l
...
1: venet0: <BROADCAST,POINTOPOINT,NOARP,UP> mtu 1500 qdisc noqueue
link/void
...
Well, you see venet is not an ethernet device, and in particular it doesn't allow arp packets to go through it (NOARP flag), so it's ok to stay venet0.proxy_arp 0, this shouldn't influence on the system in any case.
If your problem is solved - please, report it!
It's even more important than reporting the problem itself...
|
|
|