From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 01:14:25 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 BFF1916A41F for ; Thu, 20 Oct 2005 01:14:25 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAD3843D68 for ; Thu, 20 Oct 2005 01:14:24 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so165679wxc for ; Wed, 19 Oct 2005 18:14:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fRY6Qo6yiUrsFd/91zGQ3gU1Xq710EB6f92EPtEKq6VIXIkY7CGm2tto7WJ2OrfMvloz29E8dtJ6s3U384SoDk28cfUT7XJ6ZdRkXPFSkLKpUbLwdGE4Nd6NSeBwzNcFITSwzSSprvUE2M8pVxkgf72X4vAD6WWKMTIwDHtUyak= Received: by 10.70.122.17 with SMTP id u17mr647051wxc; Wed, 19 Oct 2005 18:14:24 -0700 (PDT) Received: by 10.70.91.17 with HTTP; Wed, 19 Oct 2005 18:14:24 -0700 (PDT) Message-ID: <57416b300510191814g673410d5h2a9ada869ad211b@mail.gmail.com> Date: Thu, 20 Oct 2005 11:14:24 +1000 From: Peter Clutton To: Mohan Singh In-Reply-To: <48d803190510181609t1b53d156nce47d6a10fa4fb41@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48d803190510181547n5eb064eh549d1ff08e167b7c@mail.gmail.com> <48d803190510181609t1b53d156nce47d6a10fa4fb41@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: one way network issue 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: Thu, 20 Oct 2005 01:14:25 -0000 On 10/19/05, Mohan Singh wrote: > On 10/18/05, Mohan Singh wrote: > To answer my own question, I didn't add a gateway for the subnet in > question from this machine. Added it and everything is working now! > Strange that it could go out into the subnet, but nothing could come > in. *shrugs* That's not strange at all. The default gateway for your other subnet was obviously set, so you could get in. You had not set a default gateway for that one, so you could not get out. It just means that packets addressed to a subnet which doesn't match it's own, it doesn't know what to do with it. This won't affect packets coming in.