Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!poincare.geom.umn.edu!slevy From: slevy@poincare.geom.umn.edu ("Stuart Levy") Newsgroups: comp.protocols.tcp-ip Subject: endless *'s from traceroute Message-ID: <8908060239.AA00536@poincare.geom.umn.edu> Date: 6 Aug 89 02:39:16 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 Our SunOS 3.3 system needed another kernel mod for traceroute to work. In netinet/ip_icmp.c, icmp_input() only hands a few types of incoming ICMP's to listening sockets -- redirects and echo replies, but *not* the time-to-live expired or port unreachable errors that traceroute requires. The effect is just what you found, endless *'s. If you don't have source, you might try building a kernel with the ip_icmp.o in uc.msc.umn.edu:~ftp/pub/traceroute.tar.Z... note this is only for Sun-3's running 3.x (3<=x<=5). Stuart Levy, slevy@geom.umn.edu