Displaying 20 results from an estimated 40000 matches similar to: "[Bridge] i need help for bridge configuration"
2007 Apr 18
1
[Bridge] Man-in-the-middle scenario within vmware - problem
Hi there,
I'm trying to set up a man-in-the-middle scenario within a VMWare Workstation
team, using brctl. What I want is the following:
PC1 eth0 >---LAN-segment-1---< eth0 PCMITM eth1 >---LAN-segment-2---< eth0 PC2
Now I did the following on PCMITM (PC man in the middle):
ifconfig eth0 down
ifconfig eth1 down
brctl addbr lnxbr0
brctl addif lnxbr0 eth0
brctl addif lnxbr0 eth1
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
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?
2007 Apr 18
1
[Bridge] How to test vlan tag under Linux
Hello all,
i would like to build a setup to generate VLAN frames (respecting the
IEEE 802.1Q standard) for testing purpose.
How to configure a Linux bridge for it to become a VLAN switch?
Is it possible?
What user tool to use for that? brctl?
Regards,
Louis
2007 Sep 02
0
[Bridge] Linux bridge configure
dear all:
I try to configure a bridge in my embedded linux. I had fininshed
these operations below:
1) configure kernel, select the option "802.1d bridge"
2) compile bridge-utils
3) issue these commands:
ifconfig eth0 0.0.0.0
ifconfig eth1 0.0.0.0
brctl addbr vb
brctl addif vb eth0
brctl addif vb eth1
ifconfig vb 192.168.110.24 up
2007 Aug 30
1
[Bridge] configure linux bridge
dear all:
I try to configure a bridge in my embedded linux. I had fininshed
these operations below:
1) configure kernel, select the option "802.1d bridge"
2) compile bridge-utils
3) issue these commands:
ifconfig eth0 0.0.0.0
ifconfig eth1 0.0.0.0
brctl addbr vb
brctl addif vb eth0
brctl addif vb eth1
ifconfig vb 192.168.110.24 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
2007 Apr 18
0
[Bridge] Re: 4 port ethernet card bridge question
On Sun, 9 May 2004 17:57:58 -0700 (PDT)
Matthew Tanase <tanase@qaddisin.com> wrote:
> Hi
>
> I have a question for you - I know you probably get a lot but I figured I'd try. I've setup several bridges before using the code. Never had any problems. Recently I set Mandrake 10.0 up on a rackmount, with a builtin NIC and a 4 port ethernet card. Initially, I plugged 2 links
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
2007 Apr 18
1
[Bridge] Re: Linux Bridging
On Wed, 13 Apr 2005 10:50:15 +0100
"Andre Santos \(Ecofilmes\)" <andre.santos@ecofilmes.pt> wrote:
> Hi there,
>
> I want to have a computer betwen the internet and the network to see the trafic and control.
> I used windows, but its somehow limited, and want to try linux...
> I installed Fedora linux in server mode, and now Im trying to put 2 nics in bridge.
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.
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
0
[Bridge] Re: Problems using kernel 2.6
On Thu, 17 Feb 2005 08:21:56 +0100
"Marc Juette" <m.juette@fox-netcenter.de> wrote:
>
> Hello, I?m writing to you, because i?ve had the same problem with SuSE 9.2 and bridging. I tested a few setting (bridging as module, bridging compiled within Kernel...), but nothing matched. So I decided to install 9.1 and test again. And wow, it worked with only a few command lines:
2008 Oct 31
0
[Bridge] Bridging PPPoE Sessions together
Hi,
I have a PPPoE server running on a linux box that accepts multiple PPPoE
sessions from clients. I'd like to bridge each of the sessions together so
that it looks like just one interface. Below is a diagram:
br0
|
-------------------------------
| | | |
ppp0 ppp1 eth3 ppp3
I've read that anything can be bridge as long as MTU is the same.
2007 Apr 18
0
[Bridge] One NIC not bridging?
Hello,
I'm having a problem getting two (working) NICs enslaved to a bridge to both
work in the bridge.
The setup is just for testing and looks like this:
(NETWORK)-------|bridge|---------|test PC|
I'm building a bridge from an old Dell Optiplex GX1 desktop. Using
kernel-2.6.9-gentoo-r4, with bridging and ebtables compiled into the kernel;
the two PCI NICs are Intel, and the e100
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
0
[Bridge] Bridge Digest, Vol 36, Issue 8
Julian,
I did not understand what you meant by this paragraph.
"Now, for the twist. For development and testing, I assigned an ip
address and gateway to the bridge. I need to be able for a "non-it"
person to install this box without having to set it up at all , so it
cannot have an ip address assigned, as it *may* be in use somewhere else
on the lan or router."
Did your
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
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 than 2.6.11-rc2-bk9 yet.
2.6.8.1-bk2 still works
2007 Apr 18
1
[Bridge] About simple bridging using Fedora Core 2
Hi, I am a beginner of bridge. I have a problem of using Fedora Core 2 to make a
simple bridge. Here is my setup:
The bridge computer is installed with Fedore Core 2 (with the SE Linux patch).
As I know that kernel 2.6.5 is already support bridging by default, so I didn't
recompile the kernel. Then I installed bridge-utils-0.9.6-1.i386. And no
additional configuration is made. After