search for: delbr

Displaying 20 results from an estimated 39 matches for "delbr".

2007 Apr 18
1
[Bridge] recent 2.6 kernels hang on bridge shutdown
With recent 2.6 kernels, the command brctl delbr br0 hangs during shutdown, and the kernel prints this message again and again: unregister_netdevice: waiting for br0 to become free. Usage count = 1 I was able to reproduce this problem with several kernels between (and including) 2.6.9-rc1 and 2.6.11-rc2-bk9. I haven't tried later versions...
2007 Apr 18
1
[Bridge] Problem of lock when deleting a bridge
When i want to delete my test bridge, using: ifconfig eth0 down ifconfig eth1 down ifconfig br0 down brctl delif br0 eth0 brctl delif br0 eth1 brctl delbr br0 i get this error message from the kernel on the console: unregister_netdevice: waiting for br0 to become free. Usage count =3D 2 The brctl user-level command is blocked. Could you explain me what could likely be the cause of this error? Thanks in advance, #Louis. -------------- next part ---...
2007 Apr 18
1
[Bridge] brctl returns 0 on error
Hi, "brctl" returns 0 when trying to delete non-existent bridge. If it returns 0, scripting will be an headache. It should return different than 0. # brctl delbr geek bridge geek doesn't exist; can't delete it # echo $? 0 Thanks. -- Aycan iRiCAN Core Computer Security Group http://www.core.gen.tr
2009 Jul 22
1
[PATCH][NODE] Cleanup old bridges when re-running o-c-networking
...t-config-networking +++ b/scripts/ovirt-config-networking @@ -515,5 +515,10 @@ stop_log if [ "$net_configured" = 1 ]; then service network stop > /dev/null 2>&1 + for i in `brctl show | grep breth | awk '{print $1}'` + do + ifconfig $i down + brctl delbr $i + done service network start fi -- 1.6.2.5
2007 Apr 18
1
[Bridge] Problem with bridge/8139too module under 2.4.27?
...ed this through the startup/shutdown scripts, and have determine that the problem exists in the following sequence of commands: brctl addbr br0 brctl addif br0 eth0 brctl addif br0 eth1 ifconfig eth0 up ifconfig eth1 up ifconfig eth0 down ifconfig eth1 down brctl delif eth0 brctl delif eth1 brctl delbr br0 <------ This is where the problem occurs The machine running the kernel is a brouter with 4 NICs all running under the 8139too driver - eth0 and eth1 form a bridge while eth2 and eth3 are connected to different internal networks. I'm guessing that this is either a problem with the bri...
2011 Mar 21
7
1 host, 1 nick, 1 regular bridge, 1 local bridge, 5 vm
So Working on CEntOS 5 I am trying to sett up Xen with 2 bridges, one that connects dom0 and most of the domU to the physical card and the out to the network. Got that figured out no problem, now i want to have a second bridge that runs a local network for all the doms that doesn''t connect to the network. With code I have found used in multiple places I can easily get 2 bridges, and
2016 Apr 29
1
I have ping through bridge , net has been started , But IPs they're not equivalent.
...t;dhcp> <range start='192.168.1.3' end='192.168.122.254'/> </dhcp> </ip> </network> //////////////////////////////////////////// Now , I have ping of my modem and internet. Then I did the following command : # ip l set dev ivbr0 down # brctl delbr ivbr0 # virsh net-start myintranet Network myintranet started According to above , myintranet network has been started. But with the following IP address : # ip a show dev ivbr0 17: ivbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default link/ether 5...
2007 Apr 18
1
[Bridge] <kernel BUG> generated on bridge up/down & other issues
...t;brookf down"; ifconfig "%% down"; ifconfig "eth1 down"; # Clear up bridge stuff program /usr/sbin/brctl "delif brookf %%"; program /usr/sbin/brctl "delif brookf eth1"; program /usr/sbin/brctl "delbr brookf"; };
2007 Apr 18
0
[Bridge] Re: brctl, Ethernet Bridging, openvpn, Universal TUN/TAP devices
...t; /sbin/ifconfig tap${Z} down > /usr/sbin/brctl delif br${X} tap${Z} > /usr/sbin/openvpn --rmtun --dev tap${Z} > > /usr/sbin/brctl delif br${X} eth${Y} > /sbin/ifconfig eth${Y} down > > /sbin/ifconfig br${X} down > /usr/sbin/brctl delbr br${X} > > > As far as I understood, if I create a tap device [1] > before I start the openvpn instance that will use it [2], > after I kill that instance [3], the tap device is still up > and everything seems to go fine. > > In general, if I don't create the tap d...
2008 Sep 04
2
Ubuntu 8.04 Hardy Heron bridged networking xen connectivity loss
...me what was wrong. Well I think this issue is just the same. The moment I used apt to install the Xen kernal and tools I lost internet connectivity. I have been managing because I can restore connectivity be deleting the bridge mpower@dodtsair:~$ sudo ifdown eth0 mpower@dodtsair:~$ sudo brctl delbr eth0 But that means any domUs will not have connectivity. I have not had any till now so it wasn''t much of an issues. But thanks to your help now I have XP running. Ultimately I would really like you to show me the documentation that tells me how to fix this. I am pretty sure it e...
2008 Mar 25
2
creating xenbr0 manually
Hi guys, i use xen3.2. how can i manually create the xenbr0 ? which parameters have i to choose for brctl ? thanks, -- Viele Grüße Dominique Holger Schramm | Linux Administrator http://schwarz-weiss.cc/ | Life between PuTTy and reality http://ihr-linuxadmin.eu/ | Commercial Admin Service _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2009 Aug 30
4
Multiple Network Cards + Multiple Bridges on debian lenny
Hi all, I''m searching for a tutorial how to setup multiple network cards with xen network bridge setup in debian lenny. My problem is, bridges seams only to work if i put an ip adress in dom0 to them. Thanks, Alex _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 May 05
1
Re: Re: Suse 10.1 RC3: cannot configure my nics: now solved!
...00.000c76550535 no eth0 vif1.0 vif4.0 So the eth0 is missing in the bridge How can I fix this? rcxend stop ifdown vif1.0 ifdown xenbr0 brctl delif xenbr0 vif1.0 brctl delbr xenbr0 rcxend start ifconfig now shows peth0, vif0.0 ... all as it should dep breath and fire xm create base ping 192.168.0.101 PING 192.168.0.101 (192.168.0.101) 56(84) bytes of data. 64 bytes from 192.168.0.101: icmp_seq=1 ttl=64 time=3.62 ms 64 bytes from 192.168.0.101: icmp_seq=2 ttl=64 time=...
2010 Nov 26
4
Centos and Bridging
...eq=2 Destination Host Unreachable > From 192.168.1.100 icmp_seq=3 Destination Host Unreachable > > --- 192.168.1.254 ping statistics --- > 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 1999ms To back out all I needed to do was: > ifconfig br0 down > brctl delbr br0 > service iptables start > service netowrk restart Everything is back to normal. I cannot figure out what am I missing here? Interfaces and routing look to be setup correctly. Is there something else I need to be looking at? -- Regards Robert Linux The adventure of a life time....
2007 Apr 18
2
[Bridge] Getting dynamic ip address for a bridge
Hello, I how an embedded processor that needs to act as a bridge between a wireless and wired network. I have managed to bring up the bridge fine. I can also bring up the bridge with a static ip address. However I can not figure out how to bring up the bridge with a dynamic ip address. Is it possible to for a bridge to get a dynamically assigned ip address? Oliver
2010 Feb 10
0
Script for bond+vlan bridging from red hat
2008 Apr 14
0
Etch Release / Bond networking
...transfer_addrs bond0 veth0 sleep 3 transfer_routes bond0 veth0 } op_stop () { transfer_routes veth0 bond0 transfer_addrs veth0 bond0 ip link set veth0 down ip link set bond0 down transfer_mac veth0 bond0 ip link set vif0.0 down ip link set xenbr0 down brctl delbr xenbr0 ip link set bond0 up } case "${1}" in start) op_start ;; stop) op_stop ;; status) show_status ${netdev} ${bridge} ;; *) echo "Unknown command: ${1}" >&2 echo 'Valid comman...
2007 Apr 18
1
[Bridge] Wireless Bridge problems
...ce eth2 inet static address 0.0.0.0 netmask 255.255.255.0 iface br0 inet static pre-up brctl addbr br0 pre-up brctl addif br0 ath0 pre-up brctl addif br0 eth1 pre-up brctl addif br0 eth2 pre-up brctl stp br0 on post-down brctl delbr br0 address 10.0.100.1 netmask 255.255.255.0 network 10.0.100.0 #====================End of /etc/network/interfaces=========================== #!/bin/sh # # This script will initialize the firewall when executed. # Created on 11 Mar 2004 # echo -e "\n\nLoading f...
2007 Apr 18
3
[Bridge] Bringing up bridge at boot (properly)
Currently my ethernet bridge has 2 intel 100mps NIC's that are both part of a bridge. ( I followed the sample setup on the bridge.sf.net page.) In addition to this I would like to access the internet from within the ethernet bridge and when using the sample instructions I have no gateway setup and no default route (0.0.0.0). I know this data has to be attached to the bridge device and not to
2010 Feb 11
3
[PATCH node] remove ipv4 validation for ntp and rely on actual ntp verification
...else - printf "${REPLY} is an invalid address.\n" - fi + NTPSERVERS="${NTPSERVERS}:${REPLY}" done fi fi @@ -560,5 +555,9 @@ if [ "$net_configured" = 1 ]; then ifconfig $i down brctl delbr $i done - service network start + service network start 2> /dev/null + if [ $NTPSERVERS ]; then + log "Testing NTP Configuration" + test_ntp_configuration + fi fi diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index 6435387..48d0e39 10064...