search for: network_configuration_examples_

Displaying 11 results from an estimated 11 matches for "network_configuration_examples_".

2015 Jan 29
3
Using network-script with Xen 4.4.1 (aka what will I do without xend?)
I normally use the network-script parameter in the '/etc/xen/xend-config.sxp' configuration file to configure network bridges. However, the latest release of Xen4CentOS (which comes with Xen 4.4.1) has xend disabled by default. Can I continue to use network-script without xend? If not what is the recommended method for automatically configuring network bridges with the latest release of
2013 Jun 09
7
Creating bridged network
Dear Xen users, I''ve the xen hypervisor installed correctly on CentOS, and it boots correctly too. But the bridged network could not be configured using the commands and steps on the Internet... is it that hard to do in CentOS? Regards, Mohammad Altahat _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2015 Jan 29
2
Using network-script with Xen 4.4.1 (aka what will I do without xend?)
...hould find the answers in > * http://wiki.centos.org/HowTos/Xen/Xen4QuickStart/Xen4Libvirt (bottom of > page) > * http://wiki.xenproject.org/wiki/Migration_Guide_To_Xen4.1%2B > <http://wiki.xenproject.org/wiki/Migration_Guide_To_Xen4.1+> > * > http://wiki.xenproject.org/wiki/Network_Configuration_Examples_%28Xen_4.1%2B%29 > <http://wiki.xenproject.org/wiki/Network_Configuration_Examples_(Xen_4.1+)> > * http://wiki.xenproject.org/wiki/XL_vs_Xend_Feature_Comparison may also > be relevant > If not, circle back to the list and I am sure someone else will be able to > answer > Rega...
2013 Aug 16
0
Bug#706876: xen-utils-common: network-bridge assigns addresses, breaking ifup
Package: xen-utils-common Followup-For: Bug #706876 The problem here is that network-* scripts are fragile and prone to breakage. Both Debian and upstream recommend configuring networking explicitly using the normal distro mechanisms i.e. /etc/network/intefaces. See http://wiki.xen.org/wiki/Network_Configuration_Examples_%28Xen_4.1%2B%29 Ian. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores) Locale: L...
2015 Jan 29
0
Using network-script with Xen 4.4.1 (aka what will I do without xend?)
Gene, I think you should find the answers in * http://wiki.centos.org/HowTos/Xen/Xen4QuickStart/Xen4Libvirt (bottom of page) * http://wiki.xenproject.org/wiki/Migration_Guide_To_Xen4.1%2B * http://wiki.xenproject.org/wiki/Network_Configuration_Examples_%28Xen_4.1%2B%29 * http://wiki.xenproject.org/wiki/XL_vs_Xend_Feature_Comparison may also be relevant If not, circle back to the list and I am sure someone else will be able to answer Regards Lars On 29 Jan 2015, at 08:39, Gene <gh5046 at gmail.com> wrote: > I normally use the network-scr...
2012 Sep 07
1
Fast Network Bridge
Hi, I''m working a lot with xen and migration. Now I switched to Xen 4.2 which is really nice. But there is one big problem. A performence issue. I used Xen 4.1 with a networkbridge by using the following line in the vm-config: vif = [ "bridge=eth0,script=vif-bridge" ] In Xen 4.2 this is not possible anymore so that i have entered the following in my /etc/network/interfaces: #
2013 Aug 07
1
Regarding Openvswitch suppotrs Xen 4..2.1
Hi, As I see blogs or websites the openvswitch is support XCP and Xenserver. But to support opensource Xen 4.2.1 what should be configure and how to interface with openflow . I have tried using vif-openswitch network script for bridging, while adding datapath using ovs-dpctl add-dp xenbr0 it is added but ovs-dpctl dump-flows xenbr0 it is getting ovs-dpctl: opening datapath (No such device). Can
2013 Nov 01
2
network not work
When I add all interfaces, the internet does not work.... eth0 = interneteth1 = lan ------------------auto eth0 iface eth0 inet static address 192.168.1.254 netmask 255.255.255.0 broadcast 192.168.1.255 auto eth1 iface eth1 inet static address 192.168.0.100 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.254 auto xenbr0 iface xenbr0 inet static
2013 Jan 25
3
Xen 3 + Eucalyptus 3.1.2
Does anyone know how to install Xen 3 on Ubuntu. Today, apt-get install xen 4.1, but I think Eucalyptus 3.1.2 only work with Xen 3. Thanks Felipe -- *-- -- Felipe Oliveira Gutierrez -- Felipe.o.Gutierrez@gmail.com -- https://sites.google.com/site/lipe82/Home/diaadia* _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2012 Aug 24
4
Network with xen 4.2
Hallo Mailinglist:), i used xen 4.1 with xend xm a while. I compiled the unstable 4.2 today and most thinks run fine :). I have only one big problem, the network for my guestsystems. It don't want to work. Hopefully somebody can help me. In Xen 4.1 i only wrote the following line in my questconfig: vif = [ "bridge=eth0,script=vif-bridge" ] And everything works fine. This does not
2012 Nov 28
12
how to enable dom0 and domu share same physical network...
Hi, I have two physical machines connected through a switch in a 192.168.1.* subnet. Dom0''s are assigned static ip addresses 192.168.1.100, 192.168.1.101 respectively. Dom0''s can ping each other. Each physical machine has a domu guest and static address assigned to domu''s are 192.168.1.200, 192.168.1.201 respectively. However domu''s can neither ping each other