Results 1 to 4 of 4

Thread: trace route

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2009
    Posts
    98

    trace route

    this isnt a vb specific question but it does relate to a vb project im starting work on. can a tracert be performed between two specified locations. in other words from an ip other than the one the request is issued from. i want to be able to perform a trace route between two ip address's and neither of which are the one im using to send the request. if that makes any sense ?? - prob havent explained it that clearly

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: trace route

    Moved To General Developer

  3. #3
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: trace route

    Not that I know of. Traceroute needs to be able to send packets from one of the endpoints to the other endpoint. For that, it generally needs to be running on one endpoint.

    There may be some sort of traceroute server-type system but that would require one of the machines to be running it regardless.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  4. #4
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: trace route

    Yeah I would say that it is not possible without having some server app running on the machine you want to send the trace route from.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width