similar to: [Bridge] Re: Problems using kernel 2.6

Displaying 20 results from an estimated 1000 matches similar to: "[Bridge] Re: Problems using kernel 2.6"

2004 Nov 16
3
questions
hi! i just downloaded real player 10 for mac os x - it will not open theora files. i guess i need a plugin for this. can anybody give me an exact link and tell me where to put the plugin? will it work with os 10.2 or do i need 10.3? and what do you think, when will theora 1.0 be ready to be released? i am just writing a proposal for my college (www.hfg-offenbach.de) to set up a theora/ torrent
2004 Nov 18
1
auth against unix accounts
Hi, I am wondering how I can tell samba to auth against the linux accounts without needing to add the users to with "smbpasswd -a username". I thought this is easy but I can't make it. Thank you, Wolfgang -- Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD ++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++
2005 Jun 08
3
Play MP3 during Record
Hi all, Does Asterisk support multi thread? I mean: Is it possible to do one of the 2 following scenarios: 1. Play a low background music when the user record his/her voice 2. If the first scenario is not possible, can we play two music stream at the same time? i.e: using MP3Player to play a music file and at the same time play the recorded voice of the user. Thanks in advance for any
2005 Jun 02
0
MP3Player could not play remote stream
Hi all, I could use MP3Player to play local sound (e.g: /usr/sound/abc.mp3) but I could not use it to run a remote stream, if I use mpg123 in command line, I can hear the audio ( /usr/bin/mpg123 http://...), but the same remote mp3 file could not be replay with asterisk. I would appreciate with any suggestion. Phuong Here are the log message: -- Starting simple switch on 'Zap/3-1'
2005 Jun 01
1
glm
Hi, list, I have got a dataset on soil and plant. I would like to fit a "glm" to my data. My response variable is percentage data. That is percent of plant root length colonized by Arbuscular micorrhiza fungi. Because of the nature of my data, I am not quite sure whether gamma or gaussian distribution is suitable for this type of data. If I use gamma distribution, which link function is
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 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 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:
2004 Oct 28
3
Re: _wrapped_ java application with wine
> Your question was already answered in the reply to your first post. > > > This means that if you want to run a Java-programm, > > you have to install Java. > > He didn't mean that you have to install the jre with wine. He meant > that you should go to java.sun.com, click on the J2SE 5.0 link, and > download the binary that is compatible with your system.
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
2
[Bridge] Bridge code enhancement (link state detection) and bug fix. (patches included).
1. Link state monitoring added. We discovered the following problem with the existing bridge code. The code doesn't monitor the link state of the interfaces. When using two cisco switches with two Linux bridging firewalls the following problem exists. When the Cisco switch that has the blocking (stp) Linux bridge attached dies, the Linux bridge no longer receives stp packets and changes
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: 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] Misbehaving bridge...
I'm trying to bridge a wired network and a wireless network, but I'm having some trouble. No traffic seems to be passing through the bridge. When I issue a "showmacs" command to brctl, I am able to see MAC addresses from both networks. I am also able to ping both networks from the bridge machine. When I issue a "showstp" command to brctl, the wireless access
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
2007 Apr 18
0
[Bridge] Re: ethernet device xmit function is not gettting called
On Mon, 28 Jun 2004 20:21:59 +0530 (IST) <ravivsn@www.rocsys.com> wrote: > > Hi, > I wrote a module to create dummy ethernet device, the intention is to > add it to a bridge and transmit modified packets. I get ethernet device > created but its xmit function is not called when the bridge receives a > packet. The interface has to go through the Spanning Tree Protocol
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
2
[Bridge] bridge-utils + Linksys WET11
So, I'm setting up my first bridge, and I'm running into an interesting issue. I have a 4 port NIC (formerly 4 seperate /29 and /28 LANs) and an onboard NIC (to my ISP). I've setup the bridge using the script included at the bottom of this email (modified from Gentoo for Aurora). When the WET11 (the WET11 is a simple ethernet to wireless bridge) is unplugged, the bridge works
2007 Apr 18
0
[Bridge] Re: Stephen
On Thu, 24 Feb 2005 15:26:43 -0700 Bryan Waters <bryanw@abwaters.com> wrote: > I'm trying to debug my bridge...i've sent an email to the list but i'm > not yet approved by the moderator. Can you help me? > > thx > -bryanw > > ---------------------------------- Email to Bridge Mailing List > ----------------------------------------- > I've got
2007 Apr 18
0
[Bridge] Destination Host Unreachable
Hopefully this is a simple answer. I am new to setting up bridges on a linux system. Here is what I have set up: Laptop directly connected to the eth0 port on the bridge (A Soekris 4521 board). The otherside of the bridge is a wirelass lan card (SMC2532b-w) as wlan0. The wlan0 is setup in managed mode to communicate to my test ap2000. When I do a 'brctl showmacs br0' on the