Displaying 20 results from an estimated 4000 matches similar to: "bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]"
2007 Feb 02
0
VLANs with Xen - work with 1 Gbit, doesn''t with 100 Mbit cards?
I have a strange problem with VLANs with Xen 3.0.4. I signalled it on
Xen-users list, but found no definitive solution to it.
I configure VLANs so that they are available in dom0; domUs don''t know
that they use VLANs.
I use a stock "network-bridge" comming from Xen for setting up networking:
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge"
2010 Aug 21
24
Freeze with 2.6.32.19 and xen-4.0.1rc5
Hi,
i have big trouble with a Debian Lenny dom0 and latest kernel 2.6.32.19
with xen-4.0.1rc5. Due some reason the system freezes from time to time.
I used kernel 2.6.31.9 with xen-3.4.2 before. The machine doesn''t write
anything to serial console so there are no errors or something like that.
Perhaps there is something to see from the logs ...
Hardware
Board: Intel DQ45CB
CPU:
2007 Apr 18
1
[Bridge] eth2.100: received packet with own address as source address
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a machine running 2.6.18-rc3 with a bridge config that looks like
this:
cr1:~# brctl show
bridge name bridge id STP enabled interfaces
vlan100 36b0.0007e90f40c1 yes eth0.100
eth2.100
vlan101 5dc0.0007e90f40c1 yes
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
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 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
2015 Jun 11
2
Bridges, VLANs, Bonding on CentOS 7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
some months ago I ran into a hassle with following, quite simple
config that works on CentOS 6 and CentOS 5 extremeley well, for years.
However, I have problems getting it running on CentOS 7.
,-- bond0.100 -- brbond0.100 -> (VMs)
eth0 (eno1 on C7) --. |
|--- bond0 ----|--
2005 Dec 14
2
xen and vlans
Hi all.
What is the canonical way of getting xen to fully work with 802.1q (vlans) ?
After (re)searching i found many ways but so far none is working.
platform is gentoo (x86/32) and netwerk card a tg3. xen is v3.
my config is as follows ...
eth0 is simply up (with no ip) and i created several eth0.x interfaces
corresponding to several vlans.
eth0.10 is de ''default'' vlan
2010 Oct 23
0
diagram correction for Xen Networking with vlan on bonding
I think the diagram here:
http://wiki.xensource.com/xenwiki/XenNetworking#line-474
should be more like this:
http://pastebin.com/cjxbXrJW
I''ve asked Stephen for edit rights on the wiki but wanted to ask for
confirmation before editing it.
Notes:
The connections at the top are switch ports
bond1 has eth2 and eth3
eth0 maps to bond0.100 and eth1 maps to bond1.200
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
2015 Jun 11
0
Bridges, VLANs, Bonding on CentOS 7
hi
2015-06-11 11:10 GMT+02:00 Timo Sch?ler <timo at riscworks.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hi,
>
> some months ago I ran into a hassle with following, quite simple
> config that works on CentOS 6 and CentOS 5 extremeley well, for years.
> However, I have problems getting it running on CentOS 7.
>
>
2005 Dec 15
1
AW: xen and vlans
I think it should be sufficient to do as following:
- create and test the vlans as normal (i think you already did this)
- try to create the bridge as follows (for the first try without
starting xend):
# network-bridge start netdev=vlan100 bridge=xenbr0
at least this was working on my debian testing installation but i have a
problem now with incorrect tcp checksums in dom0 or domU.
See my
2009 Dec 10
3
Bridge configuration on Xen 3.2+
Hi All,
I''m using xen 3.0 on CentOS 5 with VLAN.
#vconfig add eth0 100
#/etc/xen/script/network-
bridge start vifnum=1 netdev=eth0 bridge=xenbr0.100
I know that after xen 3.2 the procedure of bridge configuration is changed.
What is the correct command to set bridge interface to vlan?
Yukio
2007 Oct 16
7
Xen with NIC Bonding on Debian Etch ?
Hi guys,
I am trying to get bonding work on a debian etch system. I searched
already in the mailing list but unfortunately I couldnt find a proper
solution. This is what i did so far.
- Installed Debian Etch on my server
- Installed the following packages for using Xen from the Debian repository:
xen-hypervisor-3.0.3-1-i386-pae
linux-image-2.6.18-5-xen-686
linux-image-2.6.18-5-xen-686
xen-tools
2004 Apr 02
2
Futzing with TaskScheduler
Hi all,
Thought I should say something - it''s been a little while. :)
Anyway, I''m still futzing with how I want the Ruby API to look. The more I
look at the Perl version, the more I think it was too faithful to the C API.
Right now I''m looking at the trigger() method. For example, I don''t see
any reason to make the "type" key take a hash as an
2007 Jun 14
0
Multiple NIC usage in RHEL5
Hello all,
I''m using Red Hat Enterprise Linux 5 (with RH Virtualization) and a Dell
Poweredge 2950 with 10 NICs. My virtual operating systems are all
RHEL4, and I''ve installed 4 instances. I''m trying to set up the virtual
operating systems so that the physical NICs are allocated to certain
operating systems. Using the following tutorial:
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
2013 Nov 07
2
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Vladimir Rutsky <rutsky.vladimir at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rutsky.vladimir at gmail.com
--
You are receiving this mail because:
You are watching the assignee of
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" "$@"
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