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-devel

[Xen-devel] Is a gateway necessary for Xen networking?

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Is a gateway necessary for Xen networking?
From: "Carb, Brian A" <Brian.Carb@xxxxxxxxxx>
Date: Mon, 2 Jul 2007 15:40:38 -0400
Cc: "Carb, Brian A" <Brian.Carb@xxxxxxxxxx>
Delivery-date: Mon, 02 Jul 2007 12:38:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Ace84N2u13qFCP4ASaS1EjOzMkSMCA==
Thread-topic: Is a gateway necessary for Xen networking?
Using Xen unstable (changeset 15445) on X86_64 SLES10, we are no longer able to start networking without a default gateway.
 
After "xend" starts,
-  ifconfig shows eth0, lo, and tmpbridge, and xen networking is incomplete
-  "brctl show" reveals tmpbridge with no interfaces connected

 If we modify the network-bridge script to show output
        #!/bin/bash         
        exec 2>/tmp/log 
        set -x
and restart xend, the log file shows that xen-network-common.sh fails in a call to getcfg:
        + preiftransfer
        ++ /sbin/getcfg -d /etc/sysconfig/network/ -f ifcfg- --
        Error in getcfg (get_config.c, 303):
        Give exactly one argument

If we create a default route, the script does not error and a peth0 is created.

Since a gateway is not required for linux, should it be required for Xen?

brian carb
unisys corporation - malvern, pa

 

 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Is a gateway necessary for Xen networking?, Carb, Brian A <=