From mboxrd@z Thu Jan 1 00:00:00 1970 From: "W. Michael Petullo" Subject: Network-route and vif-route scripts broken? Date: Thu, 13 Jan 2011 08:35:49 -0600 Message-ID: <20110113143549.GA2009@imp.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I am using Xen with the included network-route and vif-route. My system run Fedora 14 with a third party Dom0 kernel. When xend starts and network-route executes, I see the following error: /etc/xen/scripts/network-route: line 28: /proc/sys/net/ipv4/conf/eth/proxy_arp: No such file or directory I suspect that the problem is that the vifnum shell variable is not set. Later, when I start an unprivileged domain, I see: physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore. Are these messages expected? -- Mike :wq