Using telnet on windows 7.. can't connect on a specific port
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
add a comment |
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
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
add a comment |
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
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
windows-7 windows networking telnet
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
Did you enable the Telnet Server feature on your machine?
Run --> appwiz.cpl --> Turn Windows features on or off
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
add a comment |
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.
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.
you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Did you enable the Telnet Server feature on your machine?
Run --> appwiz.cpl --> Turn Windows features on or off
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
add a comment |
Did you enable the Telnet Server feature on your machine?
Run --> appwiz.cpl --> Turn Windows features on or off
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
add a comment |
Did you enable the Telnet Server feature on your machine?
Run --> appwiz.cpl --> Turn Windows features on or off
Did you enable the Telnet Server feature on your machine?
Run --> appwiz.cpl --> Turn Windows features on or off
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
add a comment |
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
add a comment |
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.
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.
you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.
add a comment |
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.
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.
you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.
add a comment |
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.
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.
you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.
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.
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.
you should be able to telnet to the internal IP. Try disable windows firewall completely to see whether it helps.
answered Oct 31 '14 at 22:10
user3767013user3767013
1,277176
1,277176
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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