From owner-freebsd-questions Fri Jul 26 18:26:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA22719 for questions-outgoing; Fri, 26 Jul 1996 18:26:20 -0700 (PDT) Received: from boner.mrami.com (mramirez.sy.yale.edu [130.132.57.207]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA22695 for ; Fri, 26 Jul 1996 18:26:11 -0700 (PDT) Received: (from mrami@localhost) by boner.mrami.com (8.7.5/8.6.9) id VAA29210; Fri, 26 Jul 1996 21:26:19 -0400 (EDT) Date: Fri, 26 Jul 1996 21:26:18 -0400 (EDT) From: Marc Ramirez To: Terletsky Slavik cc: FreeBSD Questions mailing list Subject: Re: Q: traceroute `hostname` - goes a wasted way In-Reply-To: <31F8D28A.794B@polynet.lviv.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 26 Jul 1996, Terletsky Slavik wrote: > Hi > If you know where's the *.conf misstake *please* respond! > Why should this happend: > > ts@Guard:[17:10]~>traceroute `hostname` > traceroute to Guard.PolyNet.Lviv.UA (194.44.138.1), 30 hops max, 40 byte > packets > 1 R2.ICMP.Lviv.UA (193.124.228.129) 187.845 ms 169.176 ms 194.487 ms > 2 Guard (194.44.138.1) 487.052 ms 376.155 ms 389.808 ms > ts@Guard:[17:10]~> You have no loopback route, so packets for 194.44.138.1 go to the default route (193.124.228.129). In your /etc/sysconfig you should have some routing lines. Make sure they set the loopback route. It should look like this: static_routes="multicast loopback default" route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" route_loopback="${hostname} localhost" route_default="default 193.124.228.129" Marc. -- "A radioactive cat has eighteen half-lives."