From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 16:12:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B856716A4CE for ; Thu, 12 Feb 2004 16:12:57 -0800 (PST) Received: from smtp-2.mdc.net (smtp-2.mdc.net [209.251.64.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F62F43D1D for ; Thu, 12 Feb 2004 16:12:57 -0800 (PST) (envelope-from matthew@netway.com) Received: from admin1.mdc.net (admin1.mdc.net [209.251.64.23]) by smtp-2.mdc.net (8.9.3/8.9.1) with ESMTP id TAA89415 for ; Thu, 12 Feb 2004 19:12:54 -0500 (EST) (envelope-from matthew@netway.com) Date: Thu, 12 Feb 2004 19:12:49 -0500 (EST) From: matthew X-X-Sender: matthew@admin1.mdc.net To: freebsd-questions@freebsd.org Message-ID: <20040212190202.D76588@admin1.mdc.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: what is your favorite kernel patch revolving around networking. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 00:12:57 -0000 Hello, In the last few months I have used successfully two different kernel patches that helped solved problems I had. The first is the multiple ip jail patch by Pawel Dawidek. His site is at garage.freebsd.pl. He really saved the day for me when my jailed stats machine needed to get data from a different segment of the LAN. When my jailed nameserver had 3 ips. etc... I used 4.9-REL and patched by hand for the learning exp. The second kernel patch I used to solve a problem was the Multipath route table ported to 4.8 by Ed Tanzer. . http://www.dsm.fordham.edu/~tanzer/multipath/ The original author is . I had a FreeBSD machine with 5 nics. One nic was the uplink. The other 4 went to NET2NET dsl boxes. Those 4 pairs went via telephone pole to the local fire department/townhall. They went into their matching NET2NET box into a Cabletron SSR with already could do routes with multiple gateways. If a NET2NET box failed, watch out for 25% packet loss! This patch did not remove the gateway if it went down. Happened to me once. My question is, what kernel patches have you used to solve networking problems on FreeBSD that the releases couldn't do? I would be very interested in your opinion and a link to the creator's site. I would like to say thank you to the authors of the above patches if you are reading this. matthew@netway.com