Joel L. Breazeale on Sun, 25 May 2003 18:13:05 -0400 |
Michael, I tried tcptraceroute 1.5 beta1 on MacOS X 10.2.6 with the December 2002 Developer Tools and had some problems. I also had problems with v1.4 via Fink, so it may be there's something else going on here. I tried 127.0.0.1 (local loopback), 24.163.210.43 (my network interface IP address), and a network address (66.135.192.87) and got the same re- sult every time. Here the are (I quit them before 30 iterations): $ sudo ./tcptraceroute 127.0.0.1 Selected device lo0, address 127.0.0.1, port 49216 for outgoing packets Tracing the path to 127.0.0.1 on TCP port 80 (http), 30 hops max 1 * * * 2 * * * 3 * * * ^C $ sudo ./tcptraceroute 24.163.210.43 Selected device en0, address 192.168.1.200, port 49215 for outgoing packets Tracing the path to 24.163.210.43 on TCP port 80 (http), 30 hops max 1 * * * 2 * * * 3 * * * ^C $ sudo ./tcptraceroute pages.ebay.com Selected device en0, address 192.168.1.200, port 49217 for outgoing packets Tracing the path to pages.ebay.com (66.135.192.87) on TCP port 80 (http), 30 hops max 1 * * * 2 * * * 3 * * * ^C $ For your information, here's the output of ifconfig -a: $ ifconfig -a lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 stf0: flags=0<> mtu 1280 en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet6 fe80::205:2ff:fe20:1d22%en0 prefixlen 64 scopeid 0x4 inet 192.168.1.200 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:05:02:20:1d:22 $ Any ideas? Thank you, Joel Breazeale > I'm pleased to announce that tcptraceroute-1.5beta1 has been released, > incorporating a number of patches received during the past year. Most > notably, tcptraceroute is now compatible with both libnet-1.0, and the > newer libnet-1.1 API. Additionally, GNU autoconf is now being utilized > for greater portability. > > The last ChangeLog entry states: > > Most substantially, support for both autoconf and libnet-1.1.x > has been added, based on patches from (in alphabetical order): > > jbash@velvet.com > Jon Allen Boone <ipmonger@delamancha.org> > James Ralston <qralston@andrew.cmu.edu> > Darren Tucker <dtucker@zip.com.au> > Matt Weidner <mattweidner@webmail.co.za> > > Added linklayer support for PPPoE interfaces, by Darren Tucker > <dtucker@zip.com.au>. > > Improved the round trip time calculations, by Amgad Zeitoun > <azeitoun@eecs.umich.edu>. > > Removed a number of multi-line strings, which apparently causes > trouble for some compilers, based on patches from: > > Richard van den Berg <richard@vdberg.org> > Petter Reinholdtsen <pere@hungry.com> > > A special thank you goes out to everyone who submitted patches! > > Currently, the following autoconf configure script command line arguments > are supported. Are there any others anyone feels are important to add? > > --with-libpcap=DIR use libpcap in DIR > --with-libnet=DIR use libnet in DIR > --enable-track-default=PORT|ID > default to tracking probes by PORT or ID > --enable-default-port=N default destination port > --enable-static compile staticly, if using gcc > > Before releasing the current beta as tcptraceroute-1.5, I'd like to hear > from as many people as possible that they've successfully compiled and > run it on various platforms. When reporting success (or failure), please > include the output of "uname -a" on your machine, "tcptraceroute -d" > (which also reports the version of libpcap and libnet that tcptraceroute > was compiled against), and the linklayer type. Lastly, please try tracing > to a remote network address, your loopback address, and also the local > address of your network interface. > > tcptraceroute-1.5beta1 is available at: > > <http://michael.toren.net/code/tcptraceroute/tcptraceroute-1.5beta1.tar.gz> > > Thanks! > -mct > _______________________________________________ > tcptraceroute-dev mailing list > tcptraceroute-dev@netisland.net > https://lists.netisland.net/mailman/listinfo/tcptraceroute-dev > _______________________________________________ tcptraceroute-dev mailing list tcptraceroute-dev@netisland.net https://lists.netisland.net/mailman/listinfo/tcptraceroute-dev
|
|