WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Network Configuration Bridge problems.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Network Configuration Bridge problems.
From: Paradox <paradox@xxxxxxxxxxx>
Date: Fri, 28 Sep 2007 18:51:41 +0200
Delivery-date: Fri, 28 Sep 2007 09:50:20 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E1IbEVr-0005lv-CR@host-192-168-0-1-bcn-london>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <E1IbEVr-0005lv-CR@host-192-168-0-1-bcn-london>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060427 Debian/1.7.13-0ubuntu04.10
Hi

I have installed XEN 3.1 under a Slack12 and a domU Fedora6 using a jailtime (http://jailtime.org/) image. DomU boot, lo interface is ok and eth0 is present. I set eth0 like this:

ifconfig eth0 192.168.0.10
route add default gw 192.168.0.1

My gateway is 192.168.0.1 obviously. My configuration is:

kernel = "/boot/vmlinuz-2.6.18-xen"
memory = 128
name = "fedora.fc6"
vif = [ 'bridge=xenbr0' ]
dhcp = "dhcp"
disk = ['file:/VMOS/fedora.fc6.img,sda1,w',
   'file:/VMOS/fedora.swap,sda2,w']
root = "/dev/sda1 ro"

in xend-config.sxp I have this options enabled:

(xend-relocation-hosts-allow '^localhost$')
(network-script network-bridge)
(vif-script vif-bridge)

If I try a ping 192.168.0.1 In Fedora DomU I received a "Host is Unreachable"....so ping fails...What I can still enable/configure? Some configuration about xenbr0?

TNX in advance.

Best

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Network Configuration Bridge problems., Paradox <=