Displaying 20 results from an estimated 600 matches similar to: "Virtual switches"
2010 Aug 03
6
xen vlans in domU
Hello.
I''m trying to use vlan in domU, but have something strange:
I created bridge on eth0. This interface was configured as trunk with
vlan 300, 301. I use this bridge in my domU, and I can see tagged
packets when run tcpdump in domU. Also I created interface on domU to
work with vlan 300. On this interface I see untagged packets in vlan300.
And everything looks fine.
But when
2007 Oct 03
3
Lab manager for Xen
Hi,
[1]
I have spent time learning Xen, as compared to Vmware.
Is there an opensource tool for managing the various Xen domains both
locally and remotely ?
It can be commandline or GUI based.
VMware has a Lab Manager. I am looking for something similar (or
superior) for Xen too.
[2]
Redhat has the virt-manager. And allows us to connect the hypervisor to
local host and remote host.
How does that
2007 Oct 26
3
Binaries for AIX 5.1
Hi,
I'm looking for binaries of Samba 3 for AIX 5.1
The ones availables on Samba's FTP (
http://us3.samba.org/samba/ftp/Binary_Packages/AIX/ ) are given for AIX
5.2 or 5.3 (what is said in the README)
I found references to 3.0.21 packages (like in this message
http://lists.samba.org/archive/samba/2006-January/116792.html ) that had
existed, but this one is no longer avaible :(
So, do
2006 Dec 11
10
Dom0 network problem
Hello.
I''ve just started with Xen and configuring Dom0.
My hardware is Core2Duo based Xeon server and I installed Debian etch
for amd64 architecture. The Xen related pachages installed are the
following.
linux-image-2.6.17-2-xen-amd64
linux-modules-2.6.17-2-xen-amd64
xen-hypervisor-3.0.3-1-amd64
xen-tools
xen-utils-3.0.3-1
xen-utils-common
My problem is that when xend is
2012 Jan 12
2
virt-install Error
Hi All,
I'm trying to install a VM on host OS (Redhat 6.1, KVM hypervisor).
I've installed all the required RPMs for KVM and libvirt tools.
Here is the list of libvirt RPMs and KVM modules
*kvm.ko
kvm-intel.ko
libvirt-0.8.7-18.el6.x86_64.rpm
libvirt-java-devel-0.4.7-1.el6.noarch.rpm virt-top-1.0.4-3.8.el6.x86_64.rpm
libvirt-client-0.8.7-18.el6.x86_64.rpm
2008 Jan 18
1
XEN 3.2.0 default bridge changed ?
Hello !
I yesterday updated one server to XEN 3.2 which was running 3.1.2 before.
The default bridge setup stopped working (Guests network packets were
not forwarded to physical ethernet connection on eth0)
My bridge setup looked like this:
root@quadxeon2:~# brctl show
bridge name bridge id STP enabled interfaces
eth0 8000.003048359fc0 no
2007 Dec 02
5
Xen PV drivers for FreeBSD
Hello,
Does anybody know something about Xen PV drivers for FreeBSD?
As far as I know there are no stable
Xen PV-drivers for FreeBSD at the moment.
But what about experimental drivers?
Please, if you have any information
about this, tell it.
I think it would be interesting not only
for me but for all who runs HVM domains
FreeBSD.
And the second question.
I run FreeBSD in domUs
2010 Oct 08
3
How to use Atxfer in AMI
Hi,
I'm trying to make a attended transfer through AMI. I though i could use
Atxfer, and it seems ok, but nothing happens.
And I can't find any how-to or description on how to do this. What more
do I have to do to make this work?
In Asterisk Call Manager:
Action: Atxfer
Channel: SIP/36-xxxxxx
Exten: 33
Priority: 1
Context: Phone
Response: Success
Message: Atxfer successfully queued
2008 Feb 01
3
No peth interface for xenbr4 and xenbr5
Hello all,
I have a Xen server with 6 network interfaces, I want a bridge on
all of them.
I use a personal network script like this :
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1
"$dir/network-bridge" "$@"
2013 Sep 25
5
Asterisk TON number
Hi
Greeting to all you out there.
I am new at asterisk, I have been working with PLMN platforms telecommunication for 5 years with NSN and Huawei.
We have recently built an asterisk PBX with Trixbox and connected it to our MSS using Digium E1 cards(ISDN). Everything went smoothly as there are tons of information out there, except for the TON number.
If you have worked in Telecommunication you
2010 Feb 28
6
A slight trap in read.table/read.csv.
I had occasion recently to read in a one-line *.csv file that
looked like:
"CandidateName","NSN","Ethnicity","dob","gender"
"Smith, Mary Jane",111222333,"E","2/25/1989","F"
That "F" (for female) in the last field got transformed to
FALSE. Apparently read.csv (and hence read.table) are inferring
2011 Nov 18
5
XEN multiple bridge problem - VM won' start!
Hi,
I've been using CentOS & Xen on a server that has 2 VM's configured. The
default configuration includes one physical iface that is propagated (by a
default bridge) to the VM's.
Since I wanted to configure additional physical iface, define a new bridge
and propagate it to the viface-s of the VM's, i configured the bridge/phys.
iface and brought it up (here are
2006 Jun 12
1
Exporting LVM device to domU
Hi there,
I'm using xen-3.0.2.2-86.1_rhel4.1 on a Redhat AS 4 update 1 for i386.
When I create a new domU with the following conf file, everything is ok:
##BEGINNING##
kernel = "/boot/vmlinuz-2.6.16-xen3_86.1_rhel4.1"
ramdisk = "/boot/initrd-2.6.16-xen3_86.1_rhel4.1.img"
builder='linux'
memory = 1024
name = "myvm"
vcpus = 8
vif = [
2005 Aug 10
1
Centos 4.1 running in domU Mysql won''t start
Hi Guys,
I''m trying to figure out why Mysql won''t start on this domU and I''m
hoping you can help. Here''s what I''m getting:
[root@neriah ~]# service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
[root@neriah ~]# tail /var/log/mysqld.log
050810 04:21:09 mysqld
2009 Feb 04
2
More complex Xen Networking, with VLANs and maybe with VDE 2... but how?!
--- In english ---
Hello!
I am to implement a new architecture of the network in my company but I do
not know right where to start ... need help!
Currently 90% of my servers are virtual machines under Xen. I have many
valid IP networks and all Hypervisors are configured in bridge mode, to
simplify. We have 3 VMWare ESX Hypervisor also in bridge mode.
Some networks are exclusive to certain
2010 Jul 24
1
Bridging Issues with Xen
Hey All
I''m Using Xen 3.0.3-105 on CentOS 5.5.
It Has to Nics:
eth0 - Internet
eth1 - Internal Lan ( where Dhcp , DNs , Cobbler - Kick Start Server
Resides )
I''ve Set xend-config.xsp to create xenbr1 on eth1 and it looks well So
Guest May Get Access TO ALl Resources via the Bridge.
brctl show
bridge name bridge id STP enabled interfaces
xenbr1
2011 Dec 06
2
OCFS2 showing "No space left on device" on a device with free space
Hi ,
I am getting the error "No space left on device" on a device with free
space which is ocfs2 filesystem.
Additional information is as below,
[root at sai93 staging]# debugfs.ocfs2 -n -R "stats" /dev/sdb1 | grep -i
"Cluster Size"
Block Size Bits: 12 Cluster Size Bits: 15
[root at sai93 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release
2013 Feb 28
1
header brakage on sieve redirect ?
Hi all,
In the sieve file
require ["copy"];
redirect :copy "asdf at asd.pl";
emails with headers containing \n in non terminated " field
like
Cc: xxx <xxx at plus.pl>, "asd,
Grzegorz " <xxxxx at nsn.com>
Subject: RE: RF
after redirecting them
Cc: xxx <xxx at plus.pl>, "asd,\
\
Grzegorz " <xxxxx at nsn.com>
Subject:
2010 Nov 16
1
DAHDI / dial in / overlap digits / timeout
Hi,
our Asterisk is connected to an E1 port. So we are using the
DAHDI-Driver. Please , how do I tell the driver/Asterisk to wait for
overlap digits for in-calls? I found the option "overlapdial=yes" but I
did not try yet. Is that "my" option? Is there any option for setting an
timeout?
Thorsten
2007 May 24
3
[HOWTO] Xen 3.1.0 on Debian etch amd64
Hello,
attached is a little guide (in mediawiki notation) how to cleanly
install xen 3.1.0 on debian etch amd64.
Suggestions welcome!
Regards,
Bjoern
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users