Displaying 20 results from an estimated 4000 matches similar to: "[Bridge] Max length of bridge device name?"
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 */]) =
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
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
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
2007 Apr 18
2
[Bridge] Help: Bridge and NAT through same NIC?
I am so out of my depth on this one, but I would welcome some help. I
have the following network and did get it to work with m0n0wall (a BSD
firewall) an option called "transparent bridge". I've switched to Clark
Connect because of its support for content filtering, and installed
bridge-utils.
I have a home network based a single WAN-facing NIC, eth0, that gets a
public IP address
2008 Jan 23
7
generate with spaces?
Hi,
I''ve been using puppet for about a week and a half now, and it''s definitely
making my life a lot easier. I''m using 0.24.1 and I''ve run into a small
snag.
I''m trying to write some code to make sure user home directories exist for
users in LDAP. I''m trying to get their uid, gid and home directory from
getent with something like:
$uid =
2006 Feb 22
2
[PATCH] don''t require ebtables in the host kernel
The network-bridge script fails when setting a few sysctls
which are only available if ebtables is present in the host
kernel. Fix by ignoring the return value of the sysctl command.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Index: xen/tools/examples/network-bridge
===================================================================
--- xen/tools/examples/network-bridge (revision 991)
2007 Apr 18
1
[Bridge] Bridging vlans...
<I apologize if this arrives twice... I sent it first from an
non-subscribed address, don't know if that'll get to the list or not --JJ>
Hi folks,
I have an implementation question regarding bridging on a linux box between
a catalyst trunk port and a cisco 26something w/802.1q subinterfaces.
So right now, there's no vlan trunking going on on the link my bridging
firewall sits
2008 Jun 24
1
[Bridge] Bridge troubles
I'm sorry to bother you but I'm stuck
I can not make a bridge work for me.
My current configuration is:
eth0 Link encap:Ethernet Hardware 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
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
2020 May 01
3
[cfe-dev] RFC: Switching from Bugzilla to Github Issues [UPDATED]
On 05/01/2020 01:40 PM, Wyatt Childers via llvm-dev wrote:
> I agree with everything said here, to me this seems like the most sane option. It seems like this approach could also be tested at a smaller scale if there are concerns about deleting a repo, to see if there is any observable effect.
>
> While I haven't performed this particular trick on Github, based on my experience
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)
2010 May 06
1
bridge :: kernel panic
Hi! I have an bridge that keeps crashing (random times .. days with 5-6
crashes with normal functioning of 1-2 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
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
2013 Nov 18
0
bridge: flush br's address entry in fdb when remove the bridge dev
When the following commands are executed:
brctl addbr br0
ifconfig br0 hw ether <addr>
rmmod bridge
The calltrace will occur:
[ 563.312114] device eth1 left promiscuous mode
[ 563.312188] br0: port 1(eth1) entered disabled state
[ 563.468190] kmem_cache_destroy bridge_fdb_cache: Slab cache still has objects
[ 563.468197] CPU: 6 PID: 6982 Comm: rmmod Tainted: G O
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 ! ^_^ !
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.
2013 Nov 18
0
[PATCH net] bridge: flush br's address entry in fdb when remove the bridge dev
When the following commands are executed:
brctl addbr br0
ifconfig br0 hw ether <addr>
rmmod bridge
The calltrace will occur:
[ 563.312114] device eth1 left promiscuous mode
[ 563.312188] br0: port 1(eth1) entered disabled state
[ 563.468190] kmem_cache_destroy bridge_fdb_cache: Slab cache still has objects
[ 563.468197] CPU: 6 PID: 6982 Comm: rmmod Tainted: G O
2011 Sep 12
2
Possible to Customize File Naming Scheme?
Hello all,
[Sorry if this has been covered already - I searched back a little way
in the archive and didn't find anything recent on the topic.]
I'm wondering if it is possible to customize the way dovecot creates or
modifies filenames in the maildir directories?
I'm watching how my mail system works, and I see that procmail creates a
new file in the <folder>/new directory,
2007 Apr 18
1
[Bridge] Some newbe questions
[desktop] ----- lan ----eth0 [notebook] eth1
192.168.?.? ` ----- wlan ---- [speedport(hub and router)] -- internet
192.168.2.x
So on my laptop I have eth0 beeing lan, eth1 beeing wlan ethernet card.
When only using eth0/1 everything is fine.
Now I want to be able to use internet from both [desktop] and
[notebook].
Typically you set up a bridge with