The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How do I run this command prompt?

    Discussion in 'Windows OS and Software' started by JWBlue, Oct 19, 2012.

  1. JWBlue

    JWBlue Notebook Deity

    Reputations:
    85
    Messages:
    844
    Likes Received:
    9
    Trophy Points:
    31
    I want to run this command prompt.

    tracert domain.name

    What do I enter for "domain.name"?
     
  2. ikovac

    ikovac Cooler and faster... NBR Reviewer

    Reputations:
    872
    Messages:
    1,637
    Likes Received:
    0
    Trophy Points:
    55
    for example type tracert www.google.com

    you'll see all hops between you and them.

    you can also type any IP as a destination
     
  3. JWBlue

    JWBlue Notebook Deity

    Reputations:
    85
    Messages:
    844
    Likes Received:
    9
    Trophy Points:
    31
    The instructions are from this page.

    "Error 101" If anybody could help, it would be much appreciated - TechSpot Forums

    Which domain do I use?

    Guys: try these two tests on the OP's system
    run tracert domain.name to see if there's a path issue
    run ping -f -l nnn domain.name
    where nnn is the MTU to be tested. Keep reducing it by 32 until ping runs.
    Use that MTU on the router or via Regedit on that system

    What about for this command for determing the MTU? Do I just select any random domain?


    ping -f -l nnn domain.name




    I got it from here.

    Error 101 (net::ERR_CONNECTION_RESET): The connection was reset « Encounters with Reality
     
  4. ikovac

    ikovac Cooler and faster... NBR Reviewer

    Reputations:
    872
    Messages:
    1,637
    Likes Received:
    0
    Trophy Points:
    55
    So put "stream.tv" if you are tracing route to that URL.

    nnn should be probably kilobytes for send buffer. It says you should start to reduce that number by 32. I don't know how big is your send buffer, but you can try put some number and see what happens.

    I hope this helps.


    EDIT: I think you will find the smallest send buffer and then you should set that setting in Registry. Now if you are not experienced user you shouldn't do that.