From owner-freebsd-questions Thu Sep 18 03:52:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA28025 for questions-outgoing; Thu, 18 Sep 1997 03:52:03 -0700 (PDT) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA27968 for ; Thu, 18 Sep 1997 03:51:54 -0700 (PDT) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with ESMTP id QAA08681; Thu, 18 Sep 1997 16:24:02 +0530 Message-ID: <34219AA1.2C703B9E@opentech.stpn.soft.net> Date: Thu, 18 Sep 1997 16:18:26 -0500 From: Prashant Dongre Reply-To: pdongre@opentech.stpn.soft.net X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: Alex Weeks CC: "'freebsd-questions@freebsd.org'" Subject: Re: Routing between two subnets X-Priority: 3 (Normal) References: <01BCC37B.1CFF2C10@cutthroat> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alex Weeks wrote: > I know this should be an easy one but I seem to be hopelessly stuck. > > Using ficticious numbers I have subnet 10.1.1.96 one one side of the > machine and 10.2.1.96 on the other side. Both with a 27 bit mask (I know > it shouldn't matter). Let's say that the FreeBSD machine is 10.1.1.97 and > 10.2.1.97. From the 10.1.1.96 network I can ping 10.2.1.97 but I can't > ping any other addresses on the 10.2.1.96 network. From the 10.2.1.96 > network I can't even ping 10.1.1.97, which is really baffling. > > If anyone sees anything I could possibly have done wrong or has any > suggestions on how to track down the problem I would really appreciate it. > Check default route on FreeBSD. Check netmask and default gateway in the other systems that you want to pinging. Try using 'traceroute' how far and which network path it takes to reach a particular node. Make sure that, if the system is on the same subnet and FreeBSD is going to route packets to other subnet, then for all the nodes make FreeBSD node as Gateway. Prashant.