From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4D391414.5080705@gmail.com> Date: Fri, 21 Jan 2011 07:05:24 +0200 From: wayne MIME-Version: 1.0 References: <9593ED11D39C4938AB059ECE63244111@granch.local> <20110120082521.GA14117@Sellars> <4D37F45B.9000106@gmail.com> <20110120125259.GA14504@Sellars> In-Reply-To: <20110120125259.GA14504@Sellars> Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Subject: Re: [B.A.T.M.A.N.] Stup batman ADv devel on openWRT Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking Linus Lüssing wrote: > On Thu, Jan 20, 2011 at 10:37:47AM +0200, wayne wrote: >> Linus Lüssing wrote: >>> Hi Michael, >>> >>> You have a bridge loop here, you cannot put an interface into >>> batman-adv and bridge the same one with bat0 again which seems to >>> be the case for wlan0. Packets will enter wlan0, batman will grab >>> them, encapsulate it in its own batman header and send the same >>> packet on wlan0 again, reaching another batman-adv >>> node, which encapsulates the same packet again etc. >>> >> >> Hi All >> >> If I can jump in here, I had the same prob with batman L3 in wrt >> with the bridge! >> >> Killing the Br-lan bridge kills everything, I eventually solved it >> by flashing a old kamakaze version : pre bridge version, which >> provides the simple , >> >> eth0, eth1 , scenario! >> >> Wayne A >> > Sorry, but I don't get it, how are the batman-adv and batmand > bridge issues related? Why should an older OpenWRT "fix" this? In > this scenario I'm 100% that using a different OpenWRT version will > _not_ help Michael, as it is a conceptual issue, not a bug or so. > > What kind of pre bridge version are you talking about? > > Cheers, Linus > Hi Linus I understand the issue is unrelated, My point was for the beginner, the bridging concept (br-lan) used in later versions of wrt, can cause slight confusions. Most of the howto's don't take this into account, and only refer to the Plain eth0,eth1, or wlan0. It really is not ideal, but once one has Batman running this way, the light will come on! My 2c. Wayne A