From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 7 Apr 2016 01:58:08 +0200 From: Andrew Lunn Message-ID: <20160406235808.GH19409@lunn.ch> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [B.A.T.M.A.N.] [B.A.T.M.A.N] simulate multihop 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 > Anyone have another solution or i am doing something wrong? I think > that ebtables does not work because my interface (wireless) is not on > bridge mode, i cannot set it for bridge mode because i need create a > mesh network (the wireless interface have to be in ad hoc mode). If you look on the list, there are patches to make BATMAN network namespace aware. You can then put the instances in different namespaces, and use veth's to connect them together in the topology you want. Andrew