From owner-freebsd-isp@FreeBSD.ORG Tue Mar 30 12:07:40 2010 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62C2E1065674 for ; Tue, 30 Mar 2010 12:07:40 +0000 (UTC) (envelope-from paulo@nlink.com.br) Received: from smtp.nlink.com.br (smtp.nlink.com.br [201.12.59.3]) by mx1.freebsd.org (Postfix) with SMTP id 4A2B58FC0A for ; Tue, 30 Mar 2010 12:07:38 +0000 (UTC) Received: (qmail 60561 invoked from network); 30 Mar 2010 12:07:32 -0000 Received: from j1.nlink.com.br (paulo@intra.nlink.com.br@201.12.59.126) by smtp.nlink.com.br with SMTP; 30 Mar 2010 12:07:32 -0000 Message-ID: <4BB1E980.2020709@nlink.com.br> Date: Tue, 30 Mar 2010 09:07:28 -0300 From: Paulo Fragoso User-Agent: Thunderbird 2.0.0.17 (X11/20081030) MIME-Version: 1.0 To: mailinglistmember@mgwigglesworth.net References: <4BA7607D.1030701@nlink.com.br> <4BAF8ABD.6080800@mgwigglesworth.net> In-Reply-To: <4BAF8ABD.6080800@mgwigglesworth.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-isp@freebsd.org Subject: Re: Wireless + lagg + lacp X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 12:07:40 -0000 Hi, Em 28/03/2010 13:58, MGW-Discussions escreveu: > Greetings Paulo. > > I have not done anything directly with Microtik, as of yet, however > all of my freebsd routers and wireless APs are setup to do what you > are indicating. FreeBSD doesn't care if the connection is wireless of > wired, so just read up on setup of lagg devices and you should be fine. > > I haven't experimented with it in about eight months after the > "work-around" that required such a setup was no longer needed, > however, it should not be that hard. I have tried setup two wireless routers running FreeBSD using two minipci cards each one. I have discovery lagg do not work with interfaces in wlanmode hostap. I can not do work using ad-hoc, sometimes links are made between interface on same router I think is less stable then links using hostap and station. > > I can check on those devices if you have further questions, however, I > am sure that you have found the answer by now. > > http://www.freebsd.org/doc/handbook/network-aggregation.html In that handbook there are examples with wireless cards for failover only, nothing for get more bandwith with two or more wireless links. I am tring to do this: ----------------- ---------------- | wlan0|<-------------->|wlan0 | | Router A | | Router B | | wlan1|<-------------->|wlan1 | ----------------- ---------------- Router A: ifconfig lagg0 laggproto lacp laggport wlan0 laggport wlan1 Router B: ifconfig lagg0 laggproto lacp laggport wlan0 laggport wlan1 Main problem is: How do correct setup in wireless interfaces to work with lagg and make stable links? > > However, if I misunderstood your post, then I apologize for the > out-of-context response. Many thanks for the answer. Paulo. > > Paulo Fragoso wrote: >> Hi, >> >> Is possible to create a lagg interface with two interface wireless >> and lacp? >> >> We have to change two Mikrotik (RouterOS) with netstream dual to two >> FreeBSD but we don't know how do this. >> >> Paulo. >> _______________________________________________ >> freebsd-isp@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-isp >> To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >