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

Re: [Xen-users] SuSE 9.3 domU /sbin/ifup workaround

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] SuSE 9.3 domU /sbin/ifup workaround
From: Robbie Dinn <robbie@xxxxxxxxxxxx>
Date: Mon, 13 Jun 2005 17:28:43 +0100
Delivery-date: Mon, 13 Jun 2005 16:27:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <42ADA501.5040805@xxxxxxxxxxxx>
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: <42ADA501.5040805@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)
Replying to my own post...

I forgot to say that I had to manually create my
network device configuration file, because the
Yast tool can't detect the ethernet device automatically.
(getcfg broken?)

Here is one way you could do it, adapt for you site.
(I have not tested this, so watch for my typos,
word wrap etc...)

cat >"/etc/sysconfig/network/ifcfg-eth-id-$(cat /sys/class/net/eth0/address) <<eof
IPADDR=10.2.8.2
NETMASK=255.0.0.0
NETWORK=10.255.255.255
STARTMODE=onboot
USERCONTROL=no
eof

hope that helps

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

<Prev in Thread] Current Thread [Next in Thread>