Ya I got you.Thanks. On Sun, Apr 11, 2010 at 2:29 PM, [email protected] <[email protected]> wrote: > Hello, > >> On Sun, Apr 11, 2010 at 8:09 AM, chris <[email protected]> wrote: >> > I agree with Grant, the mystery is solved. >> Well it is not a mystery upto this point I am also clear that this is >> happening what you and Grant Said. >> >> >It is just that some of the >> > docs are a bit dated. >> I can not comment on this since I am following what ever the docs are saying. >> > For naming "correctly" (as I want it to be) and to be compatible with an > OpenSuse 11.2 machine I use the following script to have my two Nics > named as on the Opensuse. > > #!/bin/bash > # > > cd /etc/xen/scripts > > case "$1" in > start) ./network-bridge start bridge=br0 netdev=eth0 > ./network-bridge start bridge=br1 netdev=eth1 > ;; > stop) ./network-bridge stop bridge=br0 netdev=eth0 > ./network-bridge stop bridge=br1 netdev=eth1 > ;; > *) echo 'No or incorrect action ('$1')' > exit > esac > /usr/sbin/brctl show > > > Regards > > JPP > > >
-- Tapas http://news.gmane.org/gmane.comp.emulators.xen.user +91 8971248477 _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
