similar to: Xen with multiple virtual network interfaces with one bond

Displaying 20 results from an estimated 2000 matches similar to: "Xen with multiple virtual network interfaces with one bond"

2009 Jun 17
1
Xen with multiple virtual network interfaces with one bond
Hello all, I have been running xen for a while now with two interfaces: dummy0 for host only communication, and eth0 for the outside network. my script looks like this: (/etc/xen/scripts/network-bridge-more) ------------------------------------------------------------------ #! /bin/sh dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=0 netdev=dummy0
2009 Jun 24
3
fully virt Xen DomU network question
Hello all fellow CentOS users! I have a working xen setup with 3 paravirt domUs and one Windblows 2003 fully virt domU. There are to virtual networks. As far as I can tell in the paravirt Linux DomUs I have gigabit networking, but not in the fully virt Windows 2003 domU.... Is there a setting for this, or is it not yet supported? I run xen-3.0.3-64.el5_2.3 Kind regards, Coert
2009 Jun 11
6
NAS Storage server question
Hello all, At our office a have a server running 3 Xen domains. Mail server, etc. I want to make this setup more redundant. There are a few howtos on the combination of Xen, DRBD, and heartbeat. That is probably the best way. Another option I am looking at is a piece of shared storage, a machine running CentOS with a large software RAID 5 array. What is the best means of sharing the storage?
2009 Jul 22
3
DRBD very slow....
Hello all, we have a new setup with xen on centos5.3 I run drbd from lvm volumes to mirror data between the two servers. both servers are 1U nec rack mounts with 8GB RAM, 2x mirrored 1TB seagate satas. The one is a dual core xeon, and the other a quad-core xeon. I have a gigabit crossover link between the two with an MTU of 9000 on each end. I currently have 6 drbds mirroring across that
2009 Jul 21
1
Windows on Xen rant....
Hello all, Windows......................... I have installed a Windows Server 2003 fully virt domU with the GPLPV drivers. The network settings reset on every restart of the domU. Weird STOP errors keep popping up.... Was I naive to think you can run a Windows server on Xen? Are any of you guys doing it successfully? Am I better of just installing windows server 2k3 on bare hardware? Just
2009 Aug 20
1
drbd xen question
Hello all, I am running drbd protocol A to a secondary machine to have 'backups' of my xen domUs. Is it necessary to change the xen domains configs to use /dev/drbd* instead of the LVM volume that drbd mirrors, and which the xen domU runs of? regards, Coert
2010 May 10
8
mail server best practices question
Hello all, About a year ago I set up a mail server on CentOS using this howto: http://wanderingbarque.com/howtos/mailserver/mailserver.html I managed to add amavisd-new with clamav and spamassassin. It runs very well, but it runs on CentOS 5.2, and if I try to upgrade, amavisd-new and clamav break. we are now also at the point where a backup mx will need to be implemented. If necessary I am
2009 Jul 13
2
raid 1 disks upgrade
Hello all, I have a machine with 2 SATA 250GB disks which I want to upgrade to 1TB SATAs This is the partition structure on both disks: Disk /dev/sda: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 25 200781 fd
2012 Aug 16
0
Messages related libvirtd and bond
Hi, In one of our xen server, I am using two bonding. bond0 : Is for trunk, where the vlans are attached , port eth0 & eth1 is attached to bond0 bond1 : eth2 & eth3 are attached to bond1, where physical ip has been set . In the /etc/xen/xend-config.sxp, I am using (network-script *multi-network-bridge*) , the
2011 Feb 12
0
xen 3.4.3 on CentOS 5.5 dom0: multiple nic issue -- eth1 won''t restart
Hi Folks: I have a strange problem with multiple (2) NICs on a CentOS 5.5 dom0 setup running xen 3.4.3 and have been struggling to fix it for some time. I could not find anything by googling or searching through this list but that is probably because I couldn''t figure out the correct search terms. After I configure my bridges the command "system network restart" fails for eth1
2007 Dec 04
1
Xen not applying custom network script on startup
I'm seeing an issue with xend not running a custom network script automatically, but works when I run it manually. In /etc/xen/xend-config.sxp I've changed: (network-script network-bridge) TO: (network-script network-custom) Here is /etc/xen/scripts/network-custom: # !/bin/bash # network-custom script=/etc/xen/scripts/network-bridge case $1 in start) $script start vifnum=0
2010 Oct 18
2
Intel DP55WG centos 5.5 support?
Hello all, I have looked around on the HCL and on other hardware sites. Do any of you have experience with Centos 5.5 64 bit on these motherboards? Regards, Coert Waagmeester
2010 Sep 08
3
LARTC and CentOS question
Hello all, Got myself the Linux Advanced Routing & Traffic control book http://lartc.org/howto/ All the commands in the guide do not survive reboots. Could someone point me in the right direction, where I can find CentOS/Redhat specific documentation on the whole /etc/sysconfig/network* setup? Kind regards, Coert Waagmeester
2013 Jun 11
1
custom permission for single user deep in tree where he has no access
Hello all, Got samba with AD integration and extended ACL up and running. Here is what I am trying to do. share1 in smb.conf: [share1] comment = share1 path = /mnt/data/share1 public = no writable = yes printable = no valid users = @DOMAIN+group1 user1 and user2 are members of group1 user3 is not user1 creates
2016 Aug 06
1
winbind use default domain change impact on ACLs?
Hello all! I have a samba server as a member of a domain with trust relationships to two other domains. Samba is configured with: winbind use default domain = yes winbind separator = + so the domain samba is member of does not use the seperator, but the other 2 domains do. If I change this to winbind use default domain = no ,will I have to update all the ACLs on the filesystem to include
2009 Jul 03
1
new RAID5 array: 3x500GB with XFS
Hello all, I have yesterday after some typos, sent my ext3 RAID5 array to the void... I want to recreate it now, but I read on http://wiki.centos.org/HowTos/Disk_Optimization that you can optimize the filesystem on top of the RAID. Will this wiki article be exactly the same for XFS? Is it worth the trouble to also create an LVM volume on the RAID array? Regards, Coert
2009 Jul 21
1
Centos 5 samba with AD integration and XFS with extended ACLs
Hello all, Firstly, I have checked on google, and there are indeed howtos on this subject. Have any of you done this or something similar on CentOS? If so, could you send me the configs maybe? How can I find out if the centos version of samba supports extended ACLs? I ran a modinfo xfs, and XFS supports it. I want to set up a samba server that authenticated to AD. I have that up and running,
2009 Aug 14
1
OT: eclipse on x86_64 compile for x86?
Hello all, Have installed eclipse 3.5 x86_64 from the eclipse site, with CDT and QT integration. I am just starting to learn C++ but I would like to know how to set up the ability to compile for 32 bit as well? At the moment I am googleing this as well. Regards, Coert
2007 Nov 07
1
Network Issues/Questions
Hello, I''m new to Xen (and this mailing-list) and facing some problems with the network. I''m stuck and don''t know how to continue. And Google isn''t very helpful either... My setup: - Ubuntu 7.10 for dom0 and Debian 4.0 for all domU - 4 physical NIC (DHCP from my ISP, internal LAN, DMZ & WLAN) - 1 Dom as firewall/router - 1 domU with internal services
2006 Mar 22
0
two bridges share the same bridge ID.
Hello all, I would like to use two network interfaces. It is working but I notice that both bridges hace the same id. #brctl show bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no peth0 vif0.0 vif10.0 xenbr1