From owner-freebsd-hackers Tue Sep 3 10:02:02 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA11594 for hackers-outgoing; Tue, 3 Sep 1996 10:02:02 -0700 (PDT) Received: from etinc.com (etinc.com [204.141.244.98]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA11586 for ; Tue, 3 Sep 1996 10:01:59 -0700 (PDT) Received: from dialup-usr11.etinc.com (dialup-usr11.etinc.com [204.141.95.132]) by etinc.com (8.6.12/8.6.9) with SMTP id NAA21051; Tue, 3 Sep 1996 13:04:49 -0400 Date: Tue, 3 Sep 1996 13:04:49 -0400 Message-Id: <199609031704.NAA21051@etinc.com> X-Sender: dennis@etinc.com X-Mailer: Windows Eudora Version 2.0.3 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: kavitha From: dennis@etinc.com (Dennis) Subject: Re: host specific route. Cc: hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Hello, > > I'm using FreeBSD 2.1.0 on Thinkpad. When I create a host specific route >to a machine on the directly connected network I'm not able to ping that >machine. > >Here is the scenario: >IP address of machine1 (FreeBSD thinkpad) : 129.34.78.1 >IP address of machine2 (FreeBSD thinkpad) : 129.34.78.2 > >Both are on same physical net. >When I create a host-specific route to 129.34.78.2 from 129.34.78.1 > >by " add route 129.34.78.2 129.34.78.1" > >it doesn't work. i.e. the route is created but I'm not able to ping each other. > >I know that I don't need to create to a route to ping each other, as they >are on the same physical net. But my project requires that I create a host >specific route with some special flags. I tried to give different subnet >addresses to these machines, even that doesn't work You may not be able to...but you should try to delete the net entry for 129.34 or whatever the subnet is before adding the host address, otherwise you will get an arp confict. Dennis