From owner-freebsd-questions@FreeBSD.ORG Mon Oct 17 04:44:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9606516A41F for ; Mon, 17 Oct 2005 04:44:42 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from mail.mrburak.net (203-217-17-178.perm.iinet.net.au [203.217.17.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB06543D46 for ; Mon, 17 Oct 2005 04:44:41 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from [127.0.0.1] (unknown [10.20.0.1]) by mail.mrburak.net (Postfix) with ESMTP id 318915C28; Mon, 17 Oct 2005 14:44:38 +1000 (EST) Message-ID: <43532C17.6020807@mrburak.net> Date: Mon, 17 Oct 2005 14:44:07 +1000 From: Richard Burakowski User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051015092747.008bf142.bhepple@freeshell.org> <43507EB9.306@cs.tu-berlin.de> <20051015161054.37d56e8b.bhepple@freeshell.org> In-Reply-To: <20051015161054.37d56e8b.bhepple@freeshell.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Bob Hepple Subject: Re: FreeBSD routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 04:44:42 -0000 Bob Hepple wrote: >>I won't expect that this will work at all, even not with Linux, because >>the IP 192.168.254.245 and 192.168.2.214 are of different subnets. >>Either you use 192.168.254.0/24 or 192.168.2.0/24 in the 10baseT net, >>but not both. I don't know if Linux makes it possible to do this; I >>haven't tried it yet. At least I can reproduce your error message with a >>similar setup. Just assign the IP 192.168.2.245 to rl0 for example; then >>it should work without problems. >> >>Regards >>Björn >> >> > >The reason I'm doing it this way is that I have machines at work on the >192.168.2.0/24 network that I access from home over openvpn. So I can't >grab 192.168.2 at home. But I always bring home one of many different >machines - they're already configured to 192.168.2.214. It's so >convenient to be able to access all of 192.168.2 over openvpn _except_ >for the one machine 192.168.2.214. > >It's just a bit of a fag to re-configure each machine for home use - >particularly as it could be freebsd, linux (x 4 distros), Solaris, AIX, >SCO OS5, SCO UW7, HPUX etc etc and they all configure in different ways. > > Bob I'm having a hard time imagining how the packets are finding their way back during your linux testing. How does 2.214 know what to do with the reply when it recieves the echo request from 254.245? Was openvpn up during you linux testing and down during your freebsd testing? Can we see your linux routing tables during the various stages? Is it possible to preconfigure the servers to your home subnet instead of 192.168.2.214? or additionally? it shouldn't cause any dramas if your home subnet dosen't appear at work. Richard