similar to: [Bridge] When I add br0 (brctl addbr br0), and I show bridge list (brctl show) it's eth0 which is in the list. It's a bug ?

Displaying 20 results from an estimated 1000 matches similar to: "[Bridge] When I add br0 (brctl addbr br0), and I show bridge list (brctl show) it's eth0 which is in the list. It's a bug ?"

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
2007 Apr 18
1
[Bridge] why ./brctl showmacs br0 display nothing?
hi: my box use eth0 connect my pc. but I type command "./brctl showmacs br0", no mac addr display and the" brctl showmacs program" not exit,always exec # ./brctl show bridge name bridge id STP enabled interfaces br0 8000.000123456789 no eth0 hdlc0 # ./brctl showmacs br0
2007 Apr 18
0
[Bridge] [PATCH] Crash on "brctl stp br0"
Hello! "brctl stp br0" would crash brctl provided that br0 is a bridge. This is caused by incorrect number of arguments in the commands table. "stp" needs at least 2 arguments after "stp". The patch against version 1.0.4 is attached. -- Regards, Pavel Roskin -------------- next part -------------- --- brctl/brctl_cmd.c +++ brctl/brctl_cmd.c @@ -394,7 +394,7 @@
2016 Oct 30
2
How to move DC to other Server
In that case, just move all the Samba files once the first server is offline. All the join/demote games suggested here are more likely to cause you trouble than help, due to a bug in our RID Set management:  https://bugzilla.samba.org/show_bug.cgi?id=12394 None of Samba's databases are arch-specific, so if the hostname and IP are the same, just restore the databases and config files and it
2005 Dec 22
0
eth0/xen-br0 Problems
Hello, I am working with Xen 2.0.7; when I create my Dom0 it does not move eth0 onto the xen-br0 like it suppose to resulting in no network connectivity in Dom0. Why does this happen and what must I do to fix it? Thanks. Kashif _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Apr 18
1
[Bridge] Re: Re: a problem about brctl
Stephen Hemminger, Yes,I use V2.4.17. Which patch can I use? Or can you tell me the reason,so that i can modify my Kernel.I use this kernel at the embeded system. >Haisen.Zhang wrote: > >>shemminger? >> >> I have a problem with brctl application,following is my operations: >> >> vconfig add eth0 3 >> >> brctl addbr br0 >> >>
2007 Apr 18
1
[Bridge] modprobe: modprobe cannot locate br0 modules
Hi, I added below code in /etc/rc.d/rc.local in order to load the bridge brctl addbr br0 brctl addif br0 eth0 brctl addif br0 wlan0 ifconfig br0 up but it fail, i found error in /var/log/message said localhost: modprobe: modprobe cannot locate br0 modules but i found it said suceedly up the br0 interface anyone know? ===== Ô¸ÄúÓÀÔ¶ÐÒ¸££¬¿ìÀֺͰ²Ïê Happy & Healthy Always ! ^_^ !
2010 Aug 18
0
Re: [netperf-talk] How configure my firewall to execute netperf ? I use shorewall (iptable firewall) on Debian
Le 16/08/2010 19:20, Rick Jones a écrit : > Klein Stéphane wrote: >> Hi, >> >> I''ve two computer : >> * A : it''s a server with a firewall >> * B : an computer on internet >> >> I''ve installed netserver on host A. >> I use netperf on host B. >> >> On host B, I launch : >> >> $ netperf -H
2007 Apr 18
0
[Bridge] Re: brctl, Ethernet Bridging, openvpn, Universal TUN/TAP devices
On Thu, 2 Dec 2004 14:13:33 +0100 ncrfgs <ncrfgs@tin.it> wrote: > Hi, > > I'm using the great 802.1d Ethernet Bridging support via > brctl along with Universal TUN/TAP devices created with > openvpn on a GNU system with a vanilla 2.6.8.1 Linux > kernel. > > > To start it: > > /usr/sbin/brctl addbr br${X} > /sbin/ifconfig brX
2009 Feb 28
0
[Bridge] core dump in latest brctl
Here's a simple way to crash brctl (Fedora 8's brctl and tonight's git tree): [root at grok2 brctl]# ./brctl addbr bridge [root at grok2 brctl]# ./brctl show bridge name bridge id STP enabled interfaces . Segmentation fault (core dumped) Take it easy, Ben -- Ben Greear <greearb at candelatech.com> Candela Technologies Inc
2007 Apr 18
0
[Bridge] Re: bridge can't get ip by "dhcpcd br0"
On Wed, 16 Jun 2004 17:53:08 +0800 (CST) "vanyew" <vanyew@mail2000.com.tw> wrote: > Dear Stephen, > > I'm a Linux embedded developer. > We want to build the bridge function on our product. > > We use brctl to build the bridge device. > > [root@localhost /]# brctl show > bridge name bridge id STP enabled interfaces >
2007 Apr 18
1
[Bridge] How to bridge a eth0 and usb0 device
Hi I intent to use brctl to bridge two devices on linux box. One is eth0, the other is USB net which is recognized as usb0 by linux box. Then I run following command # ifconfig eth0 down # ifconfig usb0 down # brctt addbr ipbr # brctl addif ipbr eth0 # brctl addif ipbr usb0 # ifconfig eth0 up # ifconfig eth0 0.0.0.0 # ifconfig usb0 up # ifconfig usb0 0.0.0.0 # ifconfig ipv6 up
2007 Apr 18
0
[Bridge] Help: bridging eth0 and wlan0?
Hello all, I'm trying to bridge the wlan0 and eth0 on an embedded system. I used the following commands to setup the bridge: ifconfig eth0 0.0.0.0 promiscuous ifconfig wlan0 0.0.0.0 promiscuous brctl addbr br0 brctl addif br0 eth0 brctl addif br0 wlan0 brctl sethello br0 1 brctl setmaxage br0 4 brctl setfd br0 4 ifconfig br0 up The eth0 is connected to a local network, and wlan0 is set to
2006 Jun 20
9
no eth0 on guest
Hi, I''ve setup a box with xen. For the root machine, it''s ok, it see the network card: alian@yoda:~> /sbin/lspci ... 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 Gigabit Ethernet Controller (rev 19) alian@yoda:~> lsmod .... sk98lin 208748 1 alian@yoda:~> /sbin/ifconfig eth0 Lien encap:Ethernet HWaddr 00:15:F2:39:D4:DF
2007 Apr 18
0
[Bridge] Error in usb0 and eth0 bridging on an ARM9 Plattform
Hello, I?m using the Linux Bridge on an Atmel Arm9 Plattform with the kernel 2.6.11rc3. The configuration is the following: LAN<--Arm9(Ethernet)--Bridge--Arm9(USB-Device)-->Notebook (USB-Host) or LAN<--Arm9(Ethernet)--Bridge--Arm9(USB-Host)-->Notebook (USB-Host) (with a Trust USB2.0 Host to Host cable) When I try to ping my Notebook from LAN and reverse, everything seems to be
2006 Dec 16
1
where can I find source code of bridge control utility (brctl).(bridge-utils-0.9.5.tar.gz)
Hi All, Can anybody suggests where can I find source code of bridge control utility (brctl).(bridge-utils-0.9.5.tar.gz) Regards _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Apr 18
1
[Bridge] two fields are missing in brctl output when using /sys
I've noticed for a while that # brctl showstp output is showing 0 for port_no and port_id It seems that somewhere in 2.6 sysfs land the following items got printed in hexadecimal, and brctl code was parsing for decimal only doug:/sys/class/net/eth0/brport# cat port_id 0x8001 doug:/sys/class/net/eth0/brport# cat port_no 0x1 The following patch to bridge-utils (git and 1.2 release) lets
2007 Apr 18
0
[Bridge] setting STP values via brctl
I have been playing around with the STP settings of brctl and saw something strange. I was setting the hello time, so I executed the following: # brctl sethello br0 30 Then I had a look at the value that was set: # cat /sys/class/net/br0/bridge/hello_time 2999 Much bigger than expected. I started looking at the source. In the libbridge/libbridge_devif.c file of brctl, we have the following
2007 Apr 18
0
[Bridge] swithing trunk (tagged 802.1q traffic) with brctl
Hello, My name is Ferm?n Gal?n and I work as Research Engineer at CTTC, Spain. I'm trying to configure a bridge with brctl to switch VLAN tagged traffic (802.1q), but I'm getting some problems. In particular, I've a physical interface (eth2) connected to a Cisco trunk port (so, the traffic to/from eth2 is tagged). I've added eth2 to a bridge ('brctl addif somebrige
2007 Apr 18
0
[Bridge] Need help: brctl and isis packets
Hello all, First thanks to all for helping me. I have an issue to bring up bridging isis packets using BRCTL. As i am quite a newbie, maybe this is not possible or maybe I forget to load modules so that the bridging I am trying to put in place work properly. Here is the configuration I used: I1 ------ eth1 (physical interface of my linux machine) ----------- BRIDGE ----------- n1-eth0 (tuntap