From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <53CFDBC0.3020906@altermundi.net> Date: Wed, 23 Jul 2014 12:58:56 -0300 From: Gui Iribarren MIME-Version: 1.0 References: <53C91BDF.3080907@inti.gob.ar> In-Reply-To: <53C91BDF.3080907@inti.gob.ar> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [B.A.T.M.A.N.] non DHCP batman-adv gateway 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 On 18/07/14 10:06, Gabriel Tolón wrote: > Hi, > > I'd like to use a configuration in a batman-adv openwrt mesh network in > which the batman gateway relays the DHCP messages to and from a non > batman-adv router. I think that's not a typical configuration right? > Should it work? Do I need some additional packages? Thanks in advance! Yes, it should work just fine, you should set gw_mode=master in the correspondent batman-adv gateway, but turn its dhcp server off. So, when dhcp packets get to that node, it will naturally relay them over br-lan and they will reach the non-batman-adv router. That setup is more typical than what you might think of :) (we have used it this way in at least 4 or 5 different cases) cheers! > > Gabriel