mf@ircam.ircam.fr (Michel Fingerhut) (08/29/90)
Hello world, Does anyone have traceroute running on DECstations 3100 and/or DECsystems 58x0, ultrix 3.1 / 4.0? I really need only the kernel mod, but since I don't have ultrix sources... Thanks for your help
mogul@wrl.dec.com (Jeffrey Mogul) (08/30/90)
In article <1990Aug29.081749.10776@ircam.ircam.fr> mf@ircam.ircam.fr (Michel Fingerhut) writes: >Does anyone have traceroute running on DECstations 3100 &/or DECsystems 58x0, >ultrix 3.1 / 4.0? I really need only the kernel mod, but since I don't have >ultrix sources... I'm pretty sure that this is fixed in 4.0. At least, it works on my 4.0 system, and I don't think any of the hackers around here (except for me) has had a chance to patch the sources that I compiled my kernel from. Of course, if you can't get a 4.0 release tape, then this doesn't do you much good. Sorry, I can't help with that. -Jeff
harley@gotit.shr.dec.com (Harley Privitera) (08/30/90)
I'm not an ULTRIX hacker (yet, that is :^), and it works fine for me on a DS3100 running vanilla V4.0 /harley -- Harley Privitera "No matter what you do, one of our Digital Equipment Corp. planes will get thru to the target." harley@gotit.shr.dec.com "What is the target?" ...!decwrl!gotit.shr!harley "Moscow." "... I'll call you back." from the movie "Failsafe"
mf@ircam.ircam.fr (Michel Fingerhut) (08/31/90)
Harley Privitera (from Digital Eq. Corp.) writes: >it works fine for me on a DS3100 running vanilla V4.0 Can you tell me how to get 4.0?
harley@gotit.shr.dec.com (Harley Privitera) (09/02/90)
In article <1990Aug31.085232.1659@ircam.ircam.fr> mf@ircam.ircam.fr (Michel Fingerhut) writes: >> Harley Privitera (from Digital Eq. Corp.) writes: >> >it works fine for me on a DS3100 running vanilla V4.0 >> >> Can you tell me how to get 4.0? Sorry, I meant that I'm running ULTRIX V4.0; I ftp'd traceroute from gatekeeper:/pub/net/jacobson/traceroute.tar.Z -- Harley Privitera "No matter what you do, one of our Digital Equipment Corp. planes will get thru to the target." harley@gotit.shr.dec.com "What is the target?" ...!decwrl!gotit.shr!harley "Moscow." "... I'll call you back." from the movie "Failsafe"
mf@ircam.ircam.fr (Michel Fingerhut) (09/03/90)
Harley Privitera writes, in response to my "Can you tell me how to get 4.0?":
>Sorry, I meant that I'm running ULTRIX V4.0
Yes, I understand. I still would like to know how to get Ultrix 4.0
when one does not get it even when one has all the required software
distribution contracts from DEC. Is there, for instance, a public
domain compatible? :-(
thomas@mipsbx.nac.dec.com (Matt Thomas) (09/04/90)
In article <1990Aug29.081749.10776@ircam.ircam.fr> mf@ircam.ircam.fr (Michel Fingerhut) writes: >Hello world, > >Does anyone have traceroute running on DECstations 3100 and/or DECsystems 58x0, >ultrix 3.1 / 4.0? I really need only the kernel mod, but since I don't have >ultrix sources... > >Thanks for your help ULTRIX V4.0 has support in the kernel for traceroute so all you need to do is compile traceroute.c and run it. Matt Thomas Internet: thomas@wrl.dec.com DECnet-ULTRIX Development UUCP: ...!decwrl!thomas Digital Equipment Corporation Disclaimer: This message reflects my own Littleton, MA warped views, etc.
heft@husc9.harvard.edu (Thomas W. Heft) (09/04/90)
In article <HARLEY.90Sep1134338@gotit.shr.dec.com> harley@gotit.shr.dec.com (Harley Privitera) writes: >Sorry, I meant that I'm running ULTRIX V4.0; I ftp'd traceroute from >gatekeeper:/pub/net/jacobson/traceroute.tar.Z >-- >Harley Privitera "No matter what you do, one of our >Digital Equipment Corp. planes will get thru to the target." >harley@gotit.shr.dec.com "What is the target?" >...!decwrl!gotit.shr!harley "Moscow." > "... I'll call you back." > from the movie "Failsafe" I ftp'd this version of traceroute, and I can't get it to work. Do I have to modify the kernal? I thought that someone said that it wasn't necessary, but when I run traceroute, all I get is a bunch of astericks, no hostnames. What am I doing wrong? Any help would be greatly apprecieated. --- Tom Heft heft@husc9.harvard.edu
harley@gotit.shr.dec.com (Harley Privitera) (09/05/90)
In article <4077@husc6.harvard.edu> heft@husc9.harvard.edu (Thomas W. Heft) writes: > I ftp'd this version of traceroute, and I can't get it to work. Do > I have to modify the kernal? I thought that someone said that it > wasn't necessary, but when I run traceroute, all I get is a bunch > of astericks, no hostnames. > > What am I doing wrong? Any help would be greatly apprecieated. Here's an extract from traceroute.c: /* * traceroute host - trace the route ip packets follow going to "host". * * Attempt to trace the route an ip packet would follow to some * internet host. We find out intermediate hops by launching probe * packets with a small ttl (time to live) then listening for an * icmp "time exceeded" reply from a gateway. We start our probes * with a ttl of one and increase by one until we get an icmp "port * unreachable" (which means we got to "host") or hit a max (which * defaults to 30 hops & can be changed with the -m flag). Three * probes (change with -q flag) are sent at each ttl setting and a * line is printed showing the ttl, address of the gateway and * round trip time of each probe. If the probe answers come from * different gateways, the address of each responding system will * be printed. If there is no response within a 5 sec. timeout * interval (changed with the -w flag), a "*" is printed for that * probe. * -- Harley Privitera "No matter what you do, one of our Digital Equipment Corp. planes will get thru to the target." harley@gotit.shr.dec.com "What is the target?" ...!decwrl!gotit.shr!harley "Moscow." "... I'll call you back." from the movie "Failsafe"