Using telnet on windows 7.. can't connect on a specific port





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















Sorry if my question is stupid, but I'm trying to connect to myself using telnet, and i'm having some issues.
I'm using a windows rat(Not an illegal one), it's an exe file that listens on port 24328 and allows people to connect using telnet.



so i tried to telnet to myself using:



telnet XX.XX.XX.XX.XX(My external IP Address)


Then i tried the same thing with my local IP address, nothing works.
Then i tried to connect and tell telnet the port:



telnet XX.XX.XX.XX.XX 24328


Not working as well.



I Have no idea how to connect on that port, is it even possible on windows?



Thanks.










share|improve this question


















  • 1





    It might help if you told us what error message(s) you are getting.

    – G-Man
    Oct 31 '14 at 20:06











  • Note: Connecting to your external IP from inside the LAN (behind a NAT router) often/usually doesn't work due to the router not being good enough to provide, or being configured to enable, that feature. Have you confirmed the RAT is actually up and listening on that port (netstat -a)? Have you confirmed there's no firewall or AV suite blocking access to the port? To repeat what G-Man requests in his comment, what are the actual error message you get when trying to connect?

    – Ƭᴇcʜιᴇ007
    Oct 31 '14 at 20:43




















0















Sorry if my question is stupid, but I'm trying to connect to myself using telnet, and i'm having some issues.
I'm using a windows rat(Not an illegal one), it's an exe file that listens on port 24328 and allows people to connect using telnet.



so i tried to telnet to myself using:



telnet XX.XX.XX.XX.XX(My external IP Address)


Then i tried the same thing with my local IP address, nothing works.
Then i tried to connect and tell telnet the port:



telnet XX.XX.XX.XX.XX 24328


Not working as well.



I Have no idea how to connect on that port, is it even possible on windows?



Thanks.










share|improve this question


















  • 1





    It might help if you told us what error message(s) you are getting.

    – G-Man
    Oct 31 '14 at 20:06











  • Note: Connecting to your external IP from inside the LAN (behind a NAT router) often/usually doesn't work due to the router not being good enough to provide, or being configured to enable, that feature. Have you confirmed the RAT is actually up and listening on that port (netstat -a)? Have you confirmed there's no firewall or AV suite blocking access to the port? To repeat what G-Man requests in his comment, what are the actual error message you get when trying to connect?

    – Ƭᴇcʜιᴇ007
    Oct 31 '14 at 20:43
















0












0








0








Sorry if my question is stupid, but I'm trying to connect to myself using telnet, and i'm having some issues.
I'm using a windows rat(Not an illegal one), it's an exe file that listens on port 24328 and allows people to connect using telnet.



so i tried to telnet to myself using:



telnet XX.XX.XX.XX.XX(My external IP Address)


Then i tried the same thing with my local IP address, nothing works.
Then i tried to connect and tell telnet the port:



telnet XX.XX.XX.XX.XX 24328


Not working as well.



I Have no idea how to connect on that port, is it even possible on windows?



Thanks.










share|improve this question














Sorry if my question is stupid, but I'm trying to connect to myself using telnet, and i'm having some issues.
I'm using a windows rat(Not an illegal one), it's an exe file that listens on port 24328 and allows people to connect using telnet.



so i tried to telnet to myself using:



telnet XX.XX.XX.XX.XX(My external IP Address)


Then i tried the same thing with my local IP address, nothing works.
Then i tried to connect and tell telnet the port:



telnet XX.XX.XX.XX.XX 24328


Not working as well.



I Have no idea how to connect on that port, is it even possible on windows?



Thanks.







windows-7 windows networking telnet






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 31 '14 at 19:50









ManerManer

112




112








  • 1





    It might help if you told us what error message(s) you are getting.

    – G-Man
    Oct 31 '14 at 20:06











  • Note: Connecting to your external IP from inside the LAN (behind a NAT router) often/usually doesn't work due to the router not being good enough to provide, or being configured to enable, that feature. Have you confirmed the RAT is actually up and listening on that port (netstat -a)? Have you confirmed there's no firewall or AV suite blocking access to the port? To repeat what G-Man requests in his comment, what are the actual error message you get when trying to connect?

    – Ƭᴇcʜιᴇ007
    Oct 31 '14 at 20:43
















  • 1





    It might help if you told us what error message(s) you are getting.

    – G-Man
    Oct 31 '14 at 20:06











  • Note: Connecting to your external IP from inside the LAN (behind a NAT router) often/usually doesn't work due to the router not being good enough to provide, or being configured to enable, that feature. Have you confirmed the RAT is actually up and listening on that port (netstat -a)? Have you confirmed there's no firewall or AV suite blocking access to the port? To repeat what G-Man requests in his comment, what are the actual error message you get when trying to connect?

    – Ƭᴇcʜιᴇ007
    Oct 31 '14 at 20:43










1




1





It might help if you told us what error message(s) you are getting.

– G-Man
Oct 31 '14 at 20:06





It might help if you told us what error message(s) you are getting.

– G-Man
Oct 31 '14 at 20:06













Note: Connecting to your external IP from inside the LAN (behind a NAT router) often/usually doesn't work due to the router not being good enough to provide, or being configured to enable, that feature. Have you confirmed the RAT is actually up and listening on that port (netstat -a)? Have you confirmed there's no firewall or AV suite blocking access to the port? To repeat what G-Man requests in his comment, what are the actual error message you get when trying to connect?

– Ƭᴇcʜιᴇ007
Oct 31 '14 at 20:43







Note: Connecting to your external IP from inside the LAN (behind a NAT router) often/usually doesn't work due to the router not being good enough to provide, or being configured to enable, that feature. Have you confirmed the RAT is actually up and listening on that port (netstat -a)? Have you confirmed there's no firewall or AV suite blocking access to the port? To repeat what G-Man requests in his comment, what are the actual error message you get when trying to connect?

– Ƭᴇcʜιᴇ007
Oct 31 '14 at 20:43












2 Answers
2






active

oldest

votes


















0














Did you enable the Telnet Server feature on your machine?



Run --> appwiz.cpl --> Turn Windows features on or off






share|improve this answer
























  • I think he's saying that he's using the telnet client to try to connect to some other program/service (RAT).

    – G-Man
    Oct 31 '14 at 21:46













  • OK i get it now :)

    – DarkStar
    Nov 1 '14 at 12:05



















0















  1. Connecting to the external IP address often fails since the consumer grade router does not allow access to its own external IP from the internal LAN. There is nothing you can do.


  2. if you want others to access your computer from Internet, you have to configure TCP port forwarding on your router for port 24328 which Must be forwarded to the local IP of your PC.


  3. you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.







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%2f834439%2fusing-telnet-on-windows-7-cant-connect-on-a-specific-port%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














    Did you enable the Telnet Server feature on your machine?



    Run --> appwiz.cpl --> Turn Windows features on or off






    share|improve this answer
























    • I think he's saying that he's using the telnet client to try to connect to some other program/service (RAT).

      – G-Man
      Oct 31 '14 at 21:46













    • OK i get it now :)

      – DarkStar
      Nov 1 '14 at 12:05
















    0














    Did you enable the Telnet Server feature on your machine?



    Run --> appwiz.cpl --> Turn Windows features on or off






    share|improve this answer
























    • I think he's saying that he's using the telnet client to try to connect to some other program/service (RAT).

      – G-Man
      Oct 31 '14 at 21:46













    • OK i get it now :)

      – DarkStar
      Nov 1 '14 at 12:05














    0












    0








    0







    Did you enable the Telnet Server feature on your machine?



    Run --> appwiz.cpl --> Turn Windows features on or off






    share|improve this answer













    Did you enable the Telnet Server feature on your machine?



    Run --> appwiz.cpl --> Turn Windows features on or off







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 31 '14 at 21:27









    DarkStarDarkStar

    1




    1













    • I think he's saying that he's using the telnet client to try to connect to some other program/service (RAT).

      – G-Man
      Oct 31 '14 at 21:46













    • OK i get it now :)

      – DarkStar
      Nov 1 '14 at 12:05



















    • I think he's saying that he's using the telnet client to try to connect to some other program/service (RAT).

      – G-Man
      Oct 31 '14 at 21:46













    • OK i get it now :)

      – DarkStar
      Nov 1 '14 at 12:05

















    I think he's saying that he's using the telnet client to try to connect to some other program/service (RAT).

    – G-Man
    Oct 31 '14 at 21:46







    I think he's saying that he's using the telnet client to try to connect to some other program/service (RAT).

    – G-Man
    Oct 31 '14 at 21:46















    OK i get it now :)

    – DarkStar
    Nov 1 '14 at 12:05





    OK i get it now :)

    – DarkStar
    Nov 1 '14 at 12:05













    0















    1. Connecting to the external IP address often fails since the consumer grade router does not allow access to its own external IP from the internal LAN. There is nothing you can do.


    2. if you want others to access your computer from Internet, you have to configure TCP port forwarding on your router for port 24328 which Must be forwarded to the local IP of your PC.


    3. you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.







    share|improve this answer




























      0















      1. Connecting to the external IP address often fails since the consumer grade router does not allow access to its own external IP from the internal LAN. There is nothing you can do.


      2. if you want others to access your computer from Internet, you have to configure TCP port forwarding on your router for port 24328 which Must be forwarded to the local IP of your PC.


      3. you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.







      share|improve this answer


























        0












        0








        0








        1. Connecting to the external IP address often fails since the consumer grade router does not allow access to its own external IP from the internal LAN. There is nothing you can do.


        2. if you want others to access your computer from Internet, you have to configure TCP port forwarding on your router for port 24328 which Must be forwarded to the local IP of your PC.


        3. you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.







        share|improve this answer














        1. Connecting to the external IP address often fails since the consumer grade router does not allow access to its own external IP from the internal LAN. There is nothing you can do.


        2. if you want others to access your computer from Internet, you have to configure TCP port forwarding on your router for port 24328 which Must be forwarded to the local IP of your PC.


        3. you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 31 '14 at 22:10









        user3767013user3767013

        1,277176




        1,277176






























            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f834439%2fusing-telnet-on-windows-7-cant-connect-on-a-specific-port%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...