From owner-freebsd-questions Mon Mar 13 2:33:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darjeeling.carrel.org (darjeeling.carrel.org [216.173.212.202]) by hub.freebsd.org (Postfix) with SMTP id A4EAD37B5A5 for ; Mon, 13 Mar 2000 02:33:46 -0800 (PST) (envelope-from cysgod@mail.carrel.org) Received: (qmail 50229 invoked by uid 1000); 13 Mar 2000 10:33:34 -0000 Date: Mon, 13 Mar 2000 02:33:34 -0800 (PST) From: "William A. Carrel" To: Thomas Uhrfelt Cc: "'freebsd-net@freebsd.org'" , "'freebsd-questions@freebsd.org'" Subject: Re: DMZ/Routing setup - really could use your expertize on this one. In-Reply-To: <01BF8CCA.37E80C20.thomas.uhrfelt@plymovent.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is very similar to a problem I had with my network. I made a kernel patch that resolved it, it is PR: kern/16318, there is a diff provided. The problem is that the kernel routing tables generates new routes based on the interfaces idea of where IPs are rather than on the information in the routing table itself. This patch causes the routing table to trump the info from the interfaces in certain specific, limited cases. Hopefully this can help you out. -- William Carrel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message