-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Kent,

Kent Tenney a écrit :
> Howdy,
> 
> I'm trying to figure out vmbuilder.
> I see 2 doc pages, the same but different;
> https://help.ubuntu.com/8.10/serverguide/C/jeos-and-vmbuilder.html
> https://help.ubuntu.com/community/JeOSVMBuilder
> 
> Is one more likely to be current, correct ... ?
> 
> I have had no luck getting bridging working.
> What would be evidence that the following
> edit made a difference in the image?
> 
> ================================================
>  We can then edit VMBuilder/plugins/libvirt/templates/libvirtxml.tmpl to 
> change:
> 
>           <interface type='network'>
>             <source network='default'/>
>           </interface>
> 
> To:
> 
>           <interface type='bridge'>
>             <source network='br0'/>
>           </interface>
> ================================================

Your modification of the tmpl file is wrong. You should have:
    <interface type='bridge'>
      <source network='default'/>
      <source bridge='br0'/>
    </interface>

Cheers!

Lionel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkk0ShMACgkQ5DXvknyEePwaQQCg8LmMxIX/KfoaYTNyWW/2Q+nH
t2oAoKXfV7mmh9VD9vG0dEAWn2132rMB
=/kGk
-----END PGP SIGNATURE-----

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Reply via email to