Displaying 20 results from an estimated 170 matches for "addbr".
Did you mean:
addb
2007 Apr 18
1
[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 ?
...RUNNING MTU:16436 Metric:1
RX packets:16510 errors:0 dropped:0 overruns:0 frame:0
TX packets:16510 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:5107285 (4.8 MiB) TX bytes:5107285 (4.8 MiB)
root@harobed:~ # brctl addbr br0
root@harobed:~ # brctl show
bridge name bridge id STP enabled interfaces
eth1 8000.000000000000 no can't get port
info: Function not implemented
root@harobed:~ #
Supplementary informations :
* eth0 is Ethernet card
* eth1 is wireless ca...
2007 Apr 18
2
[Bridge] Sparc Bridge problems
Santiago,
I appreciate your offer. I'm not really a kernel hacker, however I do know
C and I would be willing to try if you point me in the right direction.
Here is my first attempt using Debian running on an UltraSPARC:
debian{root}:/root<512>strace -f -F -v brctl addbr br0
execve("/usr/sbin/brctl", ["brctl", "addbr", "br0"], [/* 16 vars */]) = 0
debian{root}:/root<513>strace -f -F -v brctl addif br0 eth1
execve("/usr/sbin/brctl", ["brctl", "addif", "br0", "eth1"], [/*...
2006 Mar 30
2
linux bridging vlans?
re
can somebody tell me what am I doing wrong (at this late night hour),
because vlan are not getting bridged at all.
ifconfig eth0 0.0.0.0 up
ifconfig eth1 0.0.0.0 up
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig br0 up
vconfig add br0 X
vconfig add br0 Y
X = vlan-ID (example: 222)
Y = vlan ID (example: 223)
# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.00001a1a4c74 no...
2007 May 28
9
2 NICs Bridge + Router
Hi wondering if anyone can help. I have two NICs on a debian sarge based
system and current running as a bridge (br0) which consists of eth0 and
eth1. Is it possible to add a virtual interface to the eth1 so I can
also do NAT on the box as well? I have tried many times and keep coming
up with errors.
Kind Regards
William Bohannan
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
2008 Jul 01
5
XEN - Routed and Bridget Mode together (mixed)
Hi,
is there any possibility to get a XEN DomO and DomU running with
bridget and routed mode together.
The reason behind this is, to get the requests via the official IPs to
the DomU''s (routed-mode) and the interworking
between the DomU''s with connected with help of the (bridged-mode).
I got it work, with setting everything up manually. But as I
understood the
2007 Apr 18
2
[Bridge] Bridging over a bonded interface?
Hi,
This may sound crazy but I will go ahead anyway. Here's my scenario:
ifconfig bond0 10.10.10.1 netmask 255.0.0.0
ifenslave bond0 eth0
ifenslave bond0 eth1
brctl addbr stp0
brctl addif stp0 bond0
brctl stp stp0 on
Is this a valid scenario? I am trying to bond two interfaces and run STP
over the bonded interface..The problem I am trying to solve is to run STP
over aggregated links between two nodes. Any suggestions/pointers would be
much appreciated.
Thanks
----...
2006 Feb 07
3
second bridge for dual homed machine!
Hello!
I set up a second bridge for a second nic. i made that
manually with
brctl addbr br1
ifconfig br1 up
is there an "official" way how to configure such a second bridge
in ''/etc/xen/*''
regards!
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Apr 09
1
[Bridge] Out of memory problem
Hi, I'm using linux 2.6.21.5 and our kernel is freeze.
The problem is, if I create a Software bridge using $brctl command. and
add two interfaces say, eth0.0 and eth0.1 using
$brctl addbr br-lan
$brctl addif br-lan eth0.0
$brctl addif br-lan eth0.1
and when i send traffic from a host connected to one port to host
connected at other end, soon all the memory is dried up and and kernel
crashes,
then oom-killer gets invoked which kills all the processes finally
system reboots.
I go...
2007 Apr 18
2
[Bridge] Help: Bridge and NAT through same NIC?
...me network
(public IP) | |
| |
TV-content --DHCP (server) --- -- eth2 ---- TV set-top box
(Private IP)
I tried to set up a bridge of eth0 and eth2 using:
ifconfig eth0 0.0.0.0
ifconfig eth2 0.0.0.0
brctl addbr mybridge
brctl addif mybridge eth2
brctl addif mybridge eth0
ifconfig mybridge up
But that did not enable my STB to connect and meanwhile I had of course
lost connectivity for the PCs.
HB
2007 Apr 18
2
[Bridge] Neighbour table overflow
Hi,
I had successfully setup my bridge (br0) but after few minutes the br0
interface seems not working.
ifconfig eth0 0.0.0.0
ifconfig eth5 0.0.0.0
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth5
brctl stp br0 on
I check on my system's /var/log/syslog file. It shows something strange
messages as below: -
Jan 2 10:44:22 fw01 kernel: ipt_tcpmss_target: bad length (64 bytes)
Jan 2 10:44:32 fw01 last message repeated 11 times
Jan 2 12:2...
2007 Apr 18
1
[Bridge] Bridging vlans...
...he first:
ip link set eth0 up
ip link set eth1 up
vconfig set_bind_mode PER_DEVICE
vconfig set_name_type DEV_PLUS_VID_NO_PAD
vconfig add eth0 4
vconfig add eth1 4
vconfig add eth0 51
vconfig add eth1 51
ip link set eth0.4 up
ip link set eth1.4 up
ip link set eth0.51 up
ip link set eth1.51 up
brctl addbr br0
brctl addif br0 eth0.4
brctl addif br0 eth1.4
brctl stp br0 off
ip link set br0 up
brctl addbr br1
brctl addif br1 eth0.51
brctl addif br1 eth1.51
brctl stp br1 off
ip link set br1 up
And the second:
ip link set eth0 up
ip link set eth1 up
brctl addbr br0
brctl addif br0 eth0
brctl addif b...
2008 Jun 24
1
[Bridge] Bridge troubles
...are Adresse 00:1d:7d:d1:06:bd
inet Adresse:192.168.1.1 Bcast:192.168.1.255 Maske:255.255.255.0
inet6-Adresse: fe80::21d:7dff:fed1:6bd/64
G?ltigkeitsbereich:V
according to all what I could find in the net. The following should do
to build a bridge
ifconfig eth0 down
# brctl addbr br0
# addif br0 eth0
# ifconfig eth0 0.0.0.0 up
# ifconfig br0 192.168.1.1 up
Ok now let's see
brctl show
bridge name bridge id STP enabled interfaces
br0 8000.001d7dd106bd no eth0
looks fine to me
then
ifconfig br0
br0 Link encap:Ethernet Hardware Adresse 00:1d:7d:d1:06:bd...
2006 Feb 22
2
[PATCH] don''t require ebtables in the host kernel
...bridge.bridge-nf-call-ip6tables=0"
- sysctl -w "net.bridge.bridge-nf-call-iptables=0"
+ ! sysctl -w "net.bridge.bridge-nf-call-arptables=0"
+ ! sysctl -w "net.bridge.bridge-nf-call-ip6tables=0"
+ ! sysctl -w "net.bridge.bridge-nf-call-iptables=0"
brctl addbr ${bridge}
brctl stp ${bridge} off
brctl setfd ${bridge} 0
--
error compiling committee.c: too many arguments to function
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
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
eth0 usb0
192.168.16.2
Box1<----------------> Linux bridge <----------------------> Box...
2007 Apr 18
1
[Bridge] Bridge not working...
I've got a 2.6.8 kernel with bridging enabled as a module, two nics
(LNE100TX and RTL8139) and i've run the following commands with no errors
modprobe -v bridge
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
both interfaces have 0.0.0.0 as their addresses and brctl showmacs br0
shows the macs for both internal cards. However, bridging doesn't seem
to be working at all. What am I missing or what else can I try to debug
what might be wrong?
thanks
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 Ad-hoc mode with proper SSID. After the bridge
is stablized, I use dhclient to assign an IP for br0.
Then I use...
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 Alw...
2007 Apr 18
1
[Bridge] Max length of bridge device name?
Hi all,
Does anyone know the maximum length of the interface name created by 'brctl addbr'? How about any other restrictions on
usable alphanumerics, for example is "-" (dash) or "_" (underscore) allowed, commas, periods, etc allowed?
Most docs I see refer to this as br0, but I'd like to use more descriptive names, such as vlan_105, etc.
Thanks in advance...
2010 May 06
1
bridge :: kernel panic
...weeks) my machine that is used
also as gateway (nat). the problem is that i don't have an log of the
kenel panic so i don have what to post ...
The configuration of bridge is like this:
(each eth0 and eth1 are in different vlans in switch)
$IFCONFIG eth0 0.0.0.0
$IFCONFIG eth1 0.0.0.0
$BRCTL addbr br0
$BRCTL addif br0 eth0
$BRCTL addif br0 eth1
$BRCTL stp br0 off
$IFCONFIG br0 194.102.58.157 netmask 255.255.255.0
$ROUTE add default gw 194.102.58.1
echo "1" > /proc/sys/net/ipv4/ip_forward
Can somebody help me with hints about debuging this problem?
Thank you!
Adrian
----------...