From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Qestion about the Xen network? Date: Sat, 23 Oct 2010 00:26:19 +0200 Message-ID: <4CC20F8B.2080109@redhat.com> References: <20101022150437.GF5227@const.bordeaux.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Bei Guan Cc: Samuel Thibault , Xen Devel List-Id: xen-devel@lists.xenproject.org On 10/22/2010 05:50 PM, Bei Guan wrote: > My Dom0 (fedora 8) iptables /etc/sysconfig/iptables This is only half of your configuration. Libvirt is creating virbr0 and adding iptables rules to connect it to the outside world via NAT (the 192.168.122.x subnet). iptables -L can show those rules. Paolo