search for: create_bridg

Displaying 8 results from an estimated 8 matches for "create_bridg".

Did you mean: create_bridge
2006 May 12
2
[patch] xen bridged network setup fixes
Hi, The attached patch fixes the setup of the bridge ports and the bridge itself. Changes: * move some functions to xen-network-common.sh, so both vif-bridge and network-bridge can use them. * add a new function to configure bridge ports and use it. * make sure arp requests, ipv6 autoconfiguration and ipv6 router solicitations are disabled for the bridge ports and also for the
2010 Feb 10
0
Script for bond+vlan bridging from red hat
2008 Apr 14
0
Etch Release / Bond networking
...src in. # Stick 'ip route del' on the front to delete. # Change $src to $dst and use 'ip route add' to add. ip route list | sed -ne " /dev ${src}\( \|$\)/ { h s/^/ip route del / P g s/${src}/${dst}/ s/^/ip route add / P d }" | bash } # Usage: create_bridge bridge create_bridge () { local bridge=$1 # Don't create the bridge if it already exists. if ! brctl show | grep -q ${bridge} ; then brctl addbr ${bridge} brctl stp ${bridge} off brctl setfd ${bridge} 0 fi ip link set ${bridge} arp off ip link s...
2008 Dec 23
2
DomU strange network behavior
...#39;'ip route del'' on the front to delete. # Change $src to $dst and use ''ip route add'' to add. ip route list | sed -ne " /dev ${src}\( \|$\)/ { h s/^/ip route del / P g s/${src}/${dst}/ s/^/ip route add / P d }" | sh -e } # Usage: create_bridge bridge create_bridge () { local bridge=$1 # Don''t create the bridge if it already exists. if ! brctl show | grep -q ${bridge} ; then brctl addbr ${bridge} brctl stp ${bridge} off brctl setfd ${bridge} 0 fi ip link set ${bridge} up } # Usage: a...
2006 Jul 07
7
[PATCH] xenconsole fix
xenconsole fix. reference of tty->count in xencons_close() is racy. It must be protected by tty_sem semaphore like con_close() in drivers/char/vt.c -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...7) [network-bridge] + case ${OP} in [2005-11-01 17:46:14 xend] ERROR (process:37) [network-bridge] + op_start [2005-11-01 17:46:14 xend] ERROR (process:37) [network-bridge] + ''['' xen-br0 == null '']'' [2005-11-01 17:46:14 xend] ERROR (process:37) [network-bridge] + create_bridge xen-br0 [2005-11-01 17:46:14 xend] ERROR (process:37) [network-bridge] + local bridge=xen-br0 [2005-11-01 17:46:14 xend] ERROR (process:37) [network-bridge] + brctl show [2005-11-01 17:46:14 xend] ERROR (process:37) [network-bridge] /etc/xen/scripts/network-bridge: line 122: brctl: command not fou...
2006 May 18
11
mac spoofing
Hi, I have the following Problem: My Rootserver stands at a hoster, I run a debian sarge and installed Xen 3 there latetly. I booted the xen Kernel - everything ok. However: when I started xend, the server instantly stopped responding. My Hosters Support said, that was due to a sort of mac spoofing protection in the switch, which disabled the Port, to which my server is connected, because there
2006 Jan 29
8
Infinite loop shutting down xendomains
Pardon me for a long detailed post but this looks pretty serious. The bottom line is that, when I attempt to shut down or reboot my simple xen-2.0.7 server running FC3 with two domUs, shutting down xendomains appears to send python into an infinite loop. This may be due to a serious misconfiguration on my part but it is certainly a big problem. If we shutdown the domUs manually first, the