From owner-freebsd-net@FreeBSD.ORG Thu Feb 9 19:32:34 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BE216A420; Thu, 9 Feb 2006 19:32:34 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43CFC43D45; Thu, 9 Feb 2006 19:32:34 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.23.146]) ([10.251.23.146]) by a50.ironport.com with ESMTP; 09 Feb 2006 11:32:33 -0800 Message-ID: <43EB98D1.30702@elischer.org> Date: Thu, 09 Feb 2006 11:32:33 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Webster, Andrew" References: <9D61D69E3C1F7F459C5513AD830EE2192BC2AA@mtlex01.connectalk.com> In-Reply-To: <9D61D69E3C1F7F459C5513AD830EE2192BC2AA@mtlex01.connectalk.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Qing Li , freebsd-questions@freebsd.org, freebsd-net@freebsd.org Subject: Re: Multiple routes to same destination X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 19:32:34 -0000 Webster, Andrew wrote: >>Qing Li wrote: >> >>I use mpd to greate one VPN between the sites, using Multilink PPP, so >>that >>data is sent across both links (eitehr round-robon or split packet). >>I use MPD's udp transport mode to open two UDP sockets >>and send packets from R1 to R4 and from R2 to R3 (in the diagram >> >> >below). > > >>MPD will automatically detect if on e link is down and redirect >>everything through the remaining link. >> >> > >Sounds like a good idea, but would that not cause the MTU to get smaller >due to the overhead of a MPPP link? >Windoze hosts have a horrible time with MTU detection! > > I think you can now do mtu munging in teh newer mpd if not you could use the daemon to do it from ports. > > >>> I have a private patch that's based on radix_mpath for FreeBSD >>> >>> >5.4. > > >>> I believe andre@freebsd.org is working on a solution. >>> >>> -- Qing >>> >>> >>>-----Original Message----- >>>From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- >>> >>> >>questions@freebsd.org] On Behalf Of Webster, Andrew >> >> >>>Sent: Wednesday, February 08, 2006 10:51 AM >>>To: danial_thom@yahoo.com; Ian Lord; freebsd-questions@freebsd.org >>>Subject: RE: Multiple routes to same destination? >>> >>>Well, in that case, an ISP wouldn't want to use FreeBSD in their core >>> >>> >>routers :( :( >> >> >>>In this particular case, I have redundant links (L1 and L2) between >>> >>> >two > > >>locations >> >> >>>(Loc 1 and Loc 2) with two FreeBSD routers at each location (R1/R2, >>> >>> >and > > >>R3/R4) >> >> >>>which are running OSPF to redistribute routing information between >>> >>> >>locations. >> >> >>>Since FreeBSD limits the entries for a particular network to only one >>> >>> >>active entry, >> >> >>>the all the traffic for would either go on R1->L1->R4 or R2->L2->R3, >>> >>> >but > > >>not both. >> >> >>>Loc 1___ /---R1--L1--R4---\___ Loc 2 >>> \---R2--L2--R3---/ >>> >>> >>>Andrew >>> >>>_______________________________________________ >>>freebsd-net@freebsd.org mailing list >>>http://lists.freebsd.org/mailman/listinfo/freebsd-net >>>To unsubscribe, send any mail to >>> >>> >"freebsd-net-unsubscribe@freebsd.org" > > >>> >>> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to "freebsd-questions- >>unsubscribe@freebsd.org" >> >> > >_______________________________________________ >freebsd-net@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-net >To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > >