tracert command is not working but able to access the same site through browsers












0














tracert [site name] is not working in cmd prompt. But the same site has been working in all of my browsers .



Please find below output of command. I need to use this command in my batch file but there is no response received.



tracert google.com


O/P : Response Timed out from hop1 itself...



I have tried even turning off firewalls & Antivirus but no use.



Could you please clarify how to resolve this ?










share|improve this question






















  • Can you confirm if this issue is happening on a wired connection and wireless?
    – zigojacko
    Aug 12 '13 at 12:20






  • 1




    Traceroute isn't always reliable. It works by sending a series of pings to the host with an increasing TTL with each one and then tells you the host that it got to before the TTL expired. Also, if one of those hosts won't reply, you simply get nothing back.
    – Jack
    Aug 12 '13 at 14:23










  • @GeoffJackson : its wireless connection...
    – logan
    Aug 12 '13 at 17:34










  • Are you unable to tracert any domains?
    – zigojacko
    Aug 13 '13 at 7:02






  • 2




    It depends on your router... Hence why I asked what router you have.
    – zigojacko
    Aug 14 '13 at 8:10
















0














tracert [site name] is not working in cmd prompt. But the same site has been working in all of my browsers .



Please find below output of command. I need to use this command in my batch file but there is no response received.



tracert google.com


O/P : Response Timed out from hop1 itself...



I have tried even turning off firewalls & Antivirus but no use.



Could you please clarify how to resolve this ?










share|improve this question






















  • Can you confirm if this issue is happening on a wired connection and wireless?
    – zigojacko
    Aug 12 '13 at 12:20






  • 1




    Traceroute isn't always reliable. It works by sending a series of pings to the host with an increasing TTL with each one and then tells you the host that it got to before the TTL expired. Also, if one of those hosts won't reply, you simply get nothing back.
    – Jack
    Aug 12 '13 at 14:23










  • @GeoffJackson : its wireless connection...
    – logan
    Aug 12 '13 at 17:34










  • Are you unable to tracert any domains?
    – zigojacko
    Aug 13 '13 at 7:02






  • 2




    It depends on your router... Hence why I asked what router you have.
    – zigojacko
    Aug 14 '13 at 8:10














0












0








0







tracert [site name] is not working in cmd prompt. But the same site has been working in all of my browsers .



Please find below output of command. I need to use this command in my batch file but there is no response received.



tracert google.com


O/P : Response Timed out from hop1 itself...



I have tried even turning off firewalls & Antivirus but no use.



Could you please clarify how to resolve this ?










share|improve this question













tracert [site name] is not working in cmd prompt. But the same site has been working in all of my browsers .



Please find below output of command. I need to use this command in my batch file but there is no response received.



tracert google.com


O/P : Response Timed out from hop1 itself...



I have tried even turning off firewalls & Antivirus but no use.



Could you please clarify how to resolve this ?







windows-7 networking command-line firewall






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 12 '13 at 11:52









logan

1132412




1132412












  • Can you confirm if this issue is happening on a wired connection and wireless?
    – zigojacko
    Aug 12 '13 at 12:20






  • 1




    Traceroute isn't always reliable. It works by sending a series of pings to the host with an increasing TTL with each one and then tells you the host that it got to before the TTL expired. Also, if one of those hosts won't reply, you simply get nothing back.
    – Jack
    Aug 12 '13 at 14:23










  • @GeoffJackson : its wireless connection...
    – logan
    Aug 12 '13 at 17:34










  • Are you unable to tracert any domains?
    – zigojacko
    Aug 13 '13 at 7:02






  • 2




    It depends on your router... Hence why I asked what router you have.
    – zigojacko
    Aug 14 '13 at 8:10


















  • Can you confirm if this issue is happening on a wired connection and wireless?
    – zigojacko
    Aug 12 '13 at 12:20






  • 1




    Traceroute isn't always reliable. It works by sending a series of pings to the host with an increasing TTL with each one and then tells you the host that it got to before the TTL expired. Also, if one of those hosts won't reply, you simply get nothing back.
    – Jack
    Aug 12 '13 at 14:23










  • @GeoffJackson : its wireless connection...
    – logan
    Aug 12 '13 at 17:34










  • Are you unable to tracert any domains?
    – zigojacko
    Aug 13 '13 at 7:02






  • 2




    It depends on your router... Hence why I asked what router you have.
    – zigojacko
    Aug 14 '13 at 8:10
















Can you confirm if this issue is happening on a wired connection and wireless?
– zigojacko
Aug 12 '13 at 12:20




Can you confirm if this issue is happening on a wired connection and wireless?
– zigojacko
Aug 12 '13 at 12:20




1




1




Traceroute isn't always reliable. It works by sending a series of pings to the host with an increasing TTL with each one and then tells you the host that it got to before the TTL expired. Also, if one of those hosts won't reply, you simply get nothing back.
– Jack
Aug 12 '13 at 14:23




Traceroute isn't always reliable. It works by sending a series of pings to the host with an increasing TTL with each one and then tells you the host that it got to before the TTL expired. Also, if one of those hosts won't reply, you simply get nothing back.
– Jack
Aug 12 '13 at 14:23












@GeoffJackson : its wireless connection...
– logan
Aug 12 '13 at 17:34




@GeoffJackson : its wireless connection...
– logan
Aug 12 '13 at 17:34












Are you unable to tracert any domains?
– zigojacko
Aug 13 '13 at 7:02




Are you unable to tracert any domains?
– zigojacko
Aug 13 '13 at 7:02




2




2




It depends on your router... Hence why I asked what router you have.
– zigojacko
Aug 14 '13 at 8:10




It depends on your router... Hence why I asked what router you have.
– zigojacko
Aug 14 '13 at 8:10










2 Answers
2






active

oldest

votes


















0














You could try:




  • resetting the TCP/IP stack by the following: netsh int ip reset c:resetlog.txt Then reboot your system.


    • Or install the 'Fix it for me' at Microsoft's website.



  • You could also try disabling DHCP and re-enabling again.






share|improve this answer























  • Thanks for your answer. Could you please let me know what is the actual problem ?
    – logan
    Aug 12 '13 at 17:36










  • i have both fixit and manual cmd. but no use.. Same problem..
    – logan
    Aug 13 '13 at 18:03



















0














tracert uses ICMP to do it's thing and the destinations might be filtering it for whatever reason.



Depending on what kind of access you have it's a bit strange that your first hop might timeout. You could try to use ping in order to check if you can ping the hosts you know about that are on the route. If you can't, they're likely filtering the ICMP messages.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f630904%2ftracert-command-is-not-working-but-able-to-access-the-same-site-through-browsers%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You could try:




    • resetting the TCP/IP stack by the following: netsh int ip reset c:resetlog.txt Then reboot your system.


      • Or install the 'Fix it for me' at Microsoft's website.



    • You could also try disabling DHCP and re-enabling again.






    share|improve this answer























    • Thanks for your answer. Could you please let me know what is the actual problem ?
      – logan
      Aug 12 '13 at 17:36










    • i have both fixit and manual cmd. but no use.. Same problem..
      – logan
      Aug 13 '13 at 18:03
















    0














    You could try:




    • resetting the TCP/IP stack by the following: netsh int ip reset c:resetlog.txt Then reboot your system.


      • Or install the 'Fix it for me' at Microsoft's website.



    • You could also try disabling DHCP and re-enabling again.






    share|improve this answer























    • Thanks for your answer. Could you please let me know what is the actual problem ?
      – logan
      Aug 12 '13 at 17:36










    • i have both fixit and manual cmd. but no use.. Same problem..
      – logan
      Aug 13 '13 at 18:03














    0












    0








    0






    You could try:




    • resetting the TCP/IP stack by the following: netsh int ip reset c:resetlog.txt Then reboot your system.


      • Or install the 'Fix it for me' at Microsoft's website.



    • You could also try disabling DHCP and re-enabling again.






    share|improve this answer














    You could try:




    • resetting the TCP/IP stack by the following: netsh int ip reset c:resetlog.txt Then reboot your system.


      • Or install the 'Fix it for me' at Microsoft's website.



    • You could also try disabling DHCP and re-enabling again.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Aug 12 '13 at 22:25









    Vlastimil Ovčáčík

    1,50211025




    1,50211025










    answered Aug 12 '13 at 12:18









    zigojacko

    1831216




    1831216












    • Thanks for your answer. Could you please let me know what is the actual problem ?
      – logan
      Aug 12 '13 at 17:36










    • i have both fixit and manual cmd. but no use.. Same problem..
      – logan
      Aug 13 '13 at 18:03


















    • Thanks for your answer. Could you please let me know what is the actual problem ?
      – logan
      Aug 12 '13 at 17:36










    • i have both fixit and manual cmd. but no use.. Same problem..
      – logan
      Aug 13 '13 at 18:03
















    Thanks for your answer. Could you please let me know what is the actual problem ?
    – logan
    Aug 12 '13 at 17:36




    Thanks for your answer. Could you please let me know what is the actual problem ?
    – logan
    Aug 12 '13 at 17:36












    i have both fixit and manual cmd. but no use.. Same problem..
    – logan
    Aug 13 '13 at 18:03




    i have both fixit and manual cmd. but no use.. Same problem..
    – logan
    Aug 13 '13 at 18:03













    0














    tracert uses ICMP to do it's thing and the destinations might be filtering it for whatever reason.



    Depending on what kind of access you have it's a bit strange that your first hop might timeout. You could try to use ping in order to check if you can ping the hosts you know about that are on the route. If you can't, they're likely filtering the ICMP messages.






    share|improve this answer


























      0














      tracert uses ICMP to do it's thing and the destinations might be filtering it for whatever reason.



      Depending on what kind of access you have it's a bit strange that your first hop might timeout. You could try to use ping in order to check if you can ping the hosts you know about that are on the route. If you can't, they're likely filtering the ICMP messages.






      share|improve this answer
























        0












        0








        0






        tracert uses ICMP to do it's thing and the destinations might be filtering it for whatever reason.



        Depending on what kind of access you have it's a bit strange that your first hop might timeout. You could try to use ping in order to check if you can ping the hosts you know about that are on the route. If you can't, they're likely filtering the ICMP messages.






        share|improve this answer












        tracert uses ICMP to do it's thing and the destinations might be filtering it for whatever reason.



        Depending on what kind of access you have it's a bit strange that your first hop might timeout. You could try to use ping in order to check if you can ping the hosts you know about that are on the route. If you can't, they're likely filtering the ICMP messages.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 16 '17 at 11:36









        Seth

        6,03311128




        6,03311128






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f630904%2ftracert-command-is-not-working-but-able-to-access-the-same-site-through-browsers%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Paul Cézanne

            UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

            Angular material date-picker (MatDatepicker) auto completes the date on focus out