Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: bypassing

  1. #1
    Member
    Join Date
    Mar 2002
    Posts
    42

    bypassing

    Hi Every one,
    What i a m trying to do is to trace route a site like www.yahoo.com to know from where my packets will be routed.
    I am using a dialup. When i try to trace route the systems after the default gateways is droping packet and not does not reply with destination unreachable. the default gateways is replying but other after that dont. so i cannt trace the route. i have tried udp to port 53 it is also droped , when i try -I for tcp the !X is returned by the default gateway mean restricted. udp can pass through gateways , so how can i detect the other system there ip address after the gateway to trace the route .Thanks for help . or if you know of any software that can do that. Thanks.
    Always From Better to Best

  2. #2
    Senior Member nihil's Avatar
    Join Date
    Jul 2003
    Location
    United Kingdom: Bridlington
    Posts
    17,188
    I am sorry, I do not fully understand your question.

    Try Sam Spade 1.14 http://www.samspade.org

    Read the instructions or you will get toasted and well deserve it.............there are certain etiquette rules on the net

    Be careful......and respect others

    EDIT: the link does not seem to be working..try a google search, it is on several mirror sites AFAIK

  3. #3
    Senior Member
    Join Date
    Feb 2002
    Posts
    518
    may try neotrace... not quite sure if that will do it
    http://www.tucows.com/preview/194046.html
    Remember -
    The ark was built by amatures...
    The Titanic was built by professionals.

  4. #4
    Member
    Join Date
    Mar 2002
    Posts
    42
    Well let telll you again ,
    e.g. my default gateway is 192.168.0.1
    so when i trace route like "#traceroute www.yahoo.com"
    the output is
    1.192.168.0.1. ..........
    2. *** ***********
    3.***************
    what i want to say that the systems after default gateway is not replying and just droping the packet or the are blocked by the default gateway . is there any i can find the other system i mean their ip address which are after default gateway.
    And is there any way i can specify any other gateway to traceroute program. Thanks.
    Always From Better to Best

  5. #5
    Senior Member nihil's Avatar
    Join Date
    Jul 2003
    Location
    United Kingdom: Bridlington
    Posts
    17,188
    Hazarawood,

    I suggest that we approach this from a "troubleshooting" angle?

    1. Go into google and type in "sam spade"
    2. About five entries down you will see the PC World site
    3. Go there and download the software (it is free) and save it to your HDD
    4. Open the folder you have saved it to and run the executable
    5. Open the program and type http://www.yahoo.com in the box in the top left corner

    You should now find that the icons down the left side have lit up to indicate that they have been activated?

    6. Click the one called "trace"

    I have just done all of the above and got to yahoo in 13 steps (about 20 seconds)

    Please let me know what happens...........I am trying to determine if the problem is happening inside your environment or somewhere outside

    Cheers

  6. #6
    Member
    Join Date
    Mar 2002
    Posts
    42
    Hi nihil ,
    I did what you had told me todo i downloaded the sam spade and run it.
    Gave www.yahoo.com and clicked trace . And It started traceing .
    it scan the the same default gateway and tried the second one but could not get through
    the send system which was the main gateway although it found the main gateway. which it think is running some firewall or have some iptables prolicies set. although the main gateway is router and the second is pc not responding to packets with 0 ttl. Although it found the main system which was stopping the packets . Last time when i posted i was using linux and traceroute could not find that pc with firewall but before reading your post i used the windows2000's tracert and it worked the same way as sam spade . so what you think. about it . how can i trace the route behind that blocking pc. Thanks alot for helping me out. Although it is one step more to find the real prob. Thanks again.
    Always From Better to Best

  7. #7
    Senior Member
    Join Date
    May 2003
    Posts
    407
    ah, i think i may know what is going on. how long do you let these traces go on? when i try to traceroute yahoo, i get the stars too. i think these may be private IP addresses that your packets get routed through, i.e your packet gets sent through anotherperson's private computer.
    \"Look, Doc, I spent last Tuesday watching fibers on my carpet. And the whole time I was watching my carpet, I was worrying that I, I might vomit. And the whole time, I was thinking, \"I\'m a grown man. I should know what goes on my head.\" And the more I thought about it... the more I realized that I should just blow my brains out and end it all. But then I thought, well, if I thought more about blowing my brains out... I start worrying about what that was going to do to my goddamn carpet. Okay, so, ah-he, that was a GOOD day, Doc. And, and I just want you to give me some pills and let me get on with my life. \" -Roy Waller

  8. #8
    Member
    Join Date
    Mar 2002
    Posts
    42
    Beside all that i dont know how sam spade was trying to figure out the prob .
    but when it found the first . let me show you the out put.
    1 192.168.0.1 150ms 130ms 170ms TTL: 0 (ds1.some.net bogus rDNS: host not found [authoritative])
    2 192.168.0.130 150ms 231ms 140ms TTL: 0 (com.net ok)
    3 192.168.0.130 201ms * * TTL: 0 (ok)
    4 192.168.0.130 * 160ms 230ms TTL: 0 ( ok)
    5 No Response * * *
    6 192.168.0.130 160ms * * TTL: 0 ( ok)
    7 No Response * * *
    8 192.168.0.130 * 140ms 151ms TTL: 0 (ok)
    9 192.168.0.130 160ms * * TTL: 0 ( ok)
    10 No Response * * *
    11 192.168.0.130 240ms * * TTL: 0 ( ok)
    .................................................................................
    29 192.168.0.130 220ms 140ms * TTL: 0 ( ok)

    this was the output i have changed the ips and hostnames. suppose i have 192.168.0.1 is my default gateway and 192.168.0.130 is the pc some time with response and some time dont and replying with unreachable destinations it will show the tracert's output too.
    c:\tracert www.yahoo.com
    Tracing route to www.yahoo.com [192.168.0.56]
    over a maximum of 30 hops:

    1 451 ms 470 ms 481 ms ds1.some.net. [192.168.0.1]
    2 431 ms 461 ms 360 ms [192.168.0.130]
    3 net-.some.net [192.168.0.130] reports: Destination net unreachable.

    i have changed the address again .check them and then what you suggest. Thanks alot.
    Always From Better to Best

  9. #9
    Senior Member nihil's Avatar
    Join Date
    Jul 2003
    Location
    United Kingdom: Bridlington
    Posts
    17,188
    I am afraid I am not an expert in this area so I am guessing that you are hitting a computer with a firewall that does not allow traceroute or has IP policies that block yahoo?

    1. Have you tried any other sites like http://www.microsoft.com for example?

    2. Can you actually get to the yahoo site with your browser?

    Cheers

  10. #10
    Member
    Join Date
    Mar 2002
    Posts
    42
    Every thing work fine even emule and kazaa every thing is smooth but what i think is they have the prolicies to stop traceroute and other kind enumerations . i think they have installed any intrusion detection systems. to avoid such attacks with leaks info. As you have asked i have tried different site to trace but it dont work the same response packets dropped. Thanks
    Always From Better to Best

Posting Permissions

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