Hello.
El 06/11/12 04:37, kevin parker escribió:> Is there a way to create a private isolated network between vm like that
> of default virbr0 created in case of virt-manager (with
> 192.168.122.0) with out making any bridging with actual interface?
Yes.
To create a bridge without enslaving any physical network interfaces to
it, you can do it via /etc/network/interfaces file. Just define a bridge
as usual, but specify "bridge_ports none" instead of attaching any
ethX
to it.
Some people prefer using "dummy0" instead of "none".
> i dont want to install virt-manger or use virt-manger to create private
> bridge.
You can create the bridge(s) manually, using your OS native means.
> Installed *bridge utilities* but virbr is not showing up.
It is supposed not to. It''s just the tool, the actual configuration is
still need to be done.
> can any one please tell me how to create virbr0 like bridge without
> installing virt-manager.
I think the list archive might help you:
http://lists.xen.org/archives/html/xen-users/2012-10/msg00071.html
http://lists.xen.org/archives/html/xen-users/2012-09/msg00164.html
http://wiki.xensource.com/xenwiki/XenNetworking (nicer pictures)
http://wiki.xen.org/wiki/Xen_Networking (more recent)
--
Alexandre Kouznetsov