I would ask . How i can use Internet connection when i start xend ? this because when i start xend , it seem that the device become xend and not my ethernet card . however, thx you _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Wed, Aug 15, 2012 at 3:43 PM, Ken Cobler <kcobler@coblercorp.com> wrote:> Quoting Salvatore Maltese <inf.maltese@gmail.com>: > > I would ask . How i can use Internet connection when i start xend ? this >> because when i start xend , it seem that the device become xend and not >> my ethernet card . >> however, thx you >> >> > I use OpenSUse 11.2 and above with Xen. > > I found it easier to define a bridge device (br0) as the main IP address. > > Ken Cobler > > Sorry but I am newb of much this in the scope of linux and virtualitation. However, I dont understand something . when i had installed the Dom0 and hypervisor above it , is the Dom0 that talk with drivers ? . Sould The Hypervisor only schedule the VM''s ? and the Dom0 Should manage the VM''s . Now what is the bridge ( i know that the bridge is to join network , but what is in Xen hypervisor ) Thx for you help. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Wed, Aug 15, 2012 at 9:02 PM, Salvatore Maltese <inf.maltese@gmail.com> wrote:> Now what is the bridge ( i know that the bridge is to join network , but > what is in Xen hypervisor ) Thx for you help.Try reading http://wiki.xen.org/wiki/Xen_Networking#Bridging http://it.knightnet.org.uk/2008/07/bridged-networking-in-opensuse-103-for.html http://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-11.4-server the last two aren''t specific for xen, but the instructions to create the bridge should be the same. -- Fajar
On Wed, Aug 15, 2012 at 4:13 PM, Fajar A. Nugraha <list@fajar.net> wrote:> On Wed, Aug 15, 2012 at 9:02 PM, Salvatore Maltese > <inf.maltese@gmail.com> wrote: > > Now what is the bridge ( i know that the bridge is to join network , but > > what is in Xen hypervisor ) Thx for you help. > > Try reading > > http://wiki.xen.org/wiki/Xen_Networking#Bridging > > http://it.knightnet.org.uk/2008/07/bridged-networking-in-opensuse-103-for.html > > http://www.howtoforge.com/virtualization-with-kvm-on-an-opensuse-11.4-server > > the last two aren''t specific for xen, but the instructions to create > the bridge should be the same. >thx> > -- > Fajar >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Salvatore Maltese <inf.maltese@gmail.com> schrieb:>> Sorry but I am newb of much this in the scope of linux and >virtualitation >. However, I dont understand something . when i had installed the Dom0 >and >hypervisor above it , is the Dom0 that talk with drivers ? .No and yes ß) Xen is the "lowest" part which is "nearest" the "metal" / the hardware byself and "just" maintains a fair access of different operating systems to it. The Dom0 is "on top" of xen and "just" a "privileged Guest", it has access to hardware by it's "usual" native drivers "trough" xen, it usually manages the virtualization (offer / configure ressources) and handles some IO and networking. The DomU's are "normal" guests without any direct access (except if configured for some app etc.) to any hardware. It make's sense to read some basic docs and/or try to set up a xen machine with guests to get a first impression. Xen Dom0s are available in Linux or NetBSD (not shure about FreeBSD yet).>Hypervisor only schedule the VM's ? and the Dom0 Should manage the >VM's .This is the best way as it makes shure that the DomUs did not fall into any bottlenecks if the Dom0 i.e. is out of ressources etc. and held any running OS managable. Many "typical" systems do not run "more" then a SSH daemon, logging and some cron jobs or hardware near monitoring sensor access. On multiple core systems people often dedicate a core just to Dom0. But afaik there are setups from peoples who even use Dom0 for applications / work etc..>Now what is the bridge ( i know that the bridge is to join network , >but >what is in Xen hypervisor ) Thx for you help.Not shure if i understand your question right here. Xen has no bridge byself, but users can use "soft" bridges like from bridge-utils or openvswitch to connect the virtual network devices of the guests together or with the outer side networks. But there are even other ways to do such jobs - i.e. by routing etc. Xen has some scripts which easily could "automate" the bridge or routing connectivity of created DomUs etc. but you even can bring in your own logic if neccessary as scripts. Xen is very flexible herein... hth best regards, Niels. - -- Niels Dettenbach Syndicat IT&Internet http://www.syndicat.com -----BEGIN PGP SIGNATURE----- Version: APG v1.0.8 iIEEAREIAEEFAlArs0I6HE5pZWxzIERldHRlbmJhY2ggKFN5bmRpY2F0IElUJklu dGVybmV0KSA8bmRAc3luZGljYXQuY29tPgAKCRBU3ERlZRyiDXxEAJkBJj6VK6IP 2qap5RVSA/3QqxqhMgCgg3ty38BI+BfCZRKuFT4SbxRUwN8=VM3i -----END PGP SIGNATURE----- _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users