On Tue, Apr 03, 2007 at 03:02:39PM +0100, Nuno Fernandes wrote: > > Hi Nuno, > > > > Sorry for this question: how do you have created xen bridges with > > ifcfg-files?? I am trying to do the same, but it doesn't works for me ... > > > > > ------------------------------------------------------------------------ > > > > > > -- > > > Linux-cluster mailing list > > > Linux-cluster@xxxxxxxxxx > > > https://www.redhat.com/mailman/listinfo/linux-cluster > > Create/Edit the files: > > :::::::::::::: > File: /etc/sysconfig/network-scripts/ifcfg-eth0 > :::::::::::::: > DEVICE=eth0 > ONBOOT=yes > BRIDGE=xenbr0 > HWADDR=XX:XX:XX:XX:XX:XX > > where XX:XX:XX:XX:XX:XX is the mac address of your network card. > > :::::::::::::: > File: /etc/sysconfig/network-scripts/ifcfg-xenbr0 > :::::::::::::: > > DEVICE=xenbr0 > ONBOOT=yes > BOOTPROTO=static > IPADDR=172.16.40.116 > NETMASK=255.255.255.0 > GATEWAY=172.16.40.254 > TYPE=Bridge > DELAY=0 > > The ips are for my network. You have to change them to match yours. > > And then: > > service network restart Nuno, A most excellent solution; we should add this to the FAQ. :) -- Lon -- Lon Hohberger - Software Engineer - Red Hat, Inc.
Attachment:
pgpidOWny01mN.pgp
Description: PGP signature
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster