Date: Fri, 26 Jul 1996 21:26:18 -0400 (EDT) From: Marc Ramirez <mrami@mrami.com> To: Terletsky Slavik <ts@polynet.lviv.ua> Cc: FreeBSD Questions mailing list <questions@freefall.freebsd.org> Subject: Re: Q: traceroute `hostname` - goes a wasted way Message-ID: <Pine.BSF.3.91.960726212158.27813B-100000@boner.mrami.com> In-Reply-To: <31F8D28A.794B@polynet.lviv.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960726212158.27813B-100000>