Can I run my server on SSH port?











up vote
0
down vote

favorite












I set up server for a game on my PC and by default it works on port 25565(minecraft!) and I want people from outside my Uni network to connect to the server. I want to know if there's any way to use any of few opened ports? Ports which are open: 1022(ssh), 3127(http-proxy), 3128(http-proxy) and 80(obviously).










share|improve this question






















  • Most likely not. Even though the ports are open for you to get data from in to out, for the other way around you most likely need to redirect ports, something that you probably can't arrange.
    – LPChip
    Dec 1 at 21:47












  • These ports are open for outside too, not only on local network
    – Arek Żyłkowski
    Dec 1 at 21:51










  • Maybe, but how does traffic knows how to connect to your port? It doesn't. For that, port forwarding rules needs to be setup. Its more likely those ports are open and redirect to one or more servers inside your university, so you tell people, I have setup a minecraft server, they try to join and their minecraft then tries to connect to a server on your uni instead of your minecraft instance, and they get a connection error.
    – LPChip
    Dec 1 at 21:53










  • I have access to my uni's server and it has ssh port opened and it probably has connections from 1022. Can I use that as tunnel or proxy or anything that would work?
    – Arek Żyłkowski
    Dec 1 at 22:03










  • No, because the port already ends at the server. You need access to the router to alter port forwardings, unless you can install minecraft on that server.
    – LPChip
    Dec 1 at 22:25















up vote
0
down vote

favorite












I set up server for a game on my PC and by default it works on port 25565(minecraft!) and I want people from outside my Uni network to connect to the server. I want to know if there's any way to use any of few opened ports? Ports which are open: 1022(ssh), 3127(http-proxy), 3128(http-proxy) and 80(obviously).










share|improve this question






















  • Most likely not. Even though the ports are open for you to get data from in to out, for the other way around you most likely need to redirect ports, something that you probably can't arrange.
    – LPChip
    Dec 1 at 21:47












  • These ports are open for outside too, not only on local network
    – Arek Żyłkowski
    Dec 1 at 21:51










  • Maybe, but how does traffic knows how to connect to your port? It doesn't. For that, port forwarding rules needs to be setup. Its more likely those ports are open and redirect to one or more servers inside your university, so you tell people, I have setup a minecraft server, they try to join and their minecraft then tries to connect to a server on your uni instead of your minecraft instance, and they get a connection error.
    – LPChip
    Dec 1 at 21:53










  • I have access to my uni's server and it has ssh port opened and it probably has connections from 1022. Can I use that as tunnel or proxy or anything that would work?
    – Arek Żyłkowski
    Dec 1 at 22:03










  • No, because the port already ends at the server. You need access to the router to alter port forwardings, unless you can install minecraft on that server.
    – LPChip
    Dec 1 at 22:25













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I set up server for a game on my PC and by default it works on port 25565(minecraft!) and I want people from outside my Uni network to connect to the server. I want to know if there's any way to use any of few opened ports? Ports which are open: 1022(ssh), 3127(http-proxy), 3128(http-proxy) and 80(obviously).










share|improve this question













I set up server for a game on my PC and by default it works on port 25565(minecraft!) and I want people from outside my Uni network to connect to the server. I want to know if there's any way to use any of few opened ports? Ports which are open: 1022(ssh), 3127(http-proxy), 3128(http-proxy) and 80(obviously).







networking ssh ports http-proxy bypass






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 1 at 21:41









Arek Żyłkowski

1




1












  • Most likely not. Even though the ports are open for you to get data from in to out, for the other way around you most likely need to redirect ports, something that you probably can't arrange.
    – LPChip
    Dec 1 at 21:47












  • These ports are open for outside too, not only on local network
    – Arek Żyłkowski
    Dec 1 at 21:51










  • Maybe, but how does traffic knows how to connect to your port? It doesn't. For that, port forwarding rules needs to be setup. Its more likely those ports are open and redirect to one or more servers inside your university, so you tell people, I have setup a minecraft server, they try to join and their minecraft then tries to connect to a server on your uni instead of your minecraft instance, and they get a connection error.
    – LPChip
    Dec 1 at 21:53










  • I have access to my uni's server and it has ssh port opened and it probably has connections from 1022. Can I use that as tunnel or proxy or anything that would work?
    – Arek Żyłkowski
    Dec 1 at 22:03










  • No, because the port already ends at the server. You need access to the router to alter port forwardings, unless you can install minecraft on that server.
    – LPChip
    Dec 1 at 22:25


















  • Most likely not. Even though the ports are open for you to get data from in to out, for the other way around you most likely need to redirect ports, something that you probably can't arrange.
    – LPChip
    Dec 1 at 21:47












  • These ports are open for outside too, not only on local network
    – Arek Żyłkowski
    Dec 1 at 21:51










  • Maybe, but how does traffic knows how to connect to your port? It doesn't. For that, port forwarding rules needs to be setup. Its more likely those ports are open and redirect to one or more servers inside your university, so you tell people, I have setup a minecraft server, they try to join and their minecraft then tries to connect to a server on your uni instead of your minecraft instance, and they get a connection error.
    – LPChip
    Dec 1 at 21:53










  • I have access to my uni's server and it has ssh port opened and it probably has connections from 1022. Can I use that as tunnel or proxy or anything that would work?
    – Arek Żyłkowski
    Dec 1 at 22:03










  • No, because the port already ends at the server. You need access to the router to alter port forwardings, unless you can install minecraft on that server.
    – LPChip
    Dec 1 at 22:25
















Most likely not. Even though the ports are open for you to get data from in to out, for the other way around you most likely need to redirect ports, something that you probably can't arrange.
– LPChip
Dec 1 at 21:47






Most likely not. Even though the ports are open for you to get data from in to out, for the other way around you most likely need to redirect ports, something that you probably can't arrange.
– LPChip
Dec 1 at 21:47














These ports are open for outside too, not only on local network
– Arek Żyłkowski
Dec 1 at 21:51




These ports are open for outside too, not only on local network
– Arek Żyłkowski
Dec 1 at 21:51












Maybe, but how does traffic knows how to connect to your port? It doesn't. For that, port forwarding rules needs to be setup. Its more likely those ports are open and redirect to one or more servers inside your university, so you tell people, I have setup a minecraft server, they try to join and their minecraft then tries to connect to a server on your uni instead of your minecraft instance, and they get a connection error.
– LPChip
Dec 1 at 21:53




Maybe, but how does traffic knows how to connect to your port? It doesn't. For that, port forwarding rules needs to be setup. Its more likely those ports are open and redirect to one or more servers inside your university, so you tell people, I have setup a minecraft server, they try to join and their minecraft then tries to connect to a server on your uni instead of your minecraft instance, and they get a connection error.
– LPChip
Dec 1 at 21:53












I have access to my uni's server and it has ssh port opened and it probably has connections from 1022. Can I use that as tunnel or proxy or anything that would work?
– Arek Żyłkowski
Dec 1 at 22:03




I have access to my uni's server and it has ssh port opened and it probably has connections from 1022. Can I use that as tunnel or proxy or anything that would work?
– Arek Żyłkowski
Dec 1 at 22:03












No, because the port already ends at the server. You need access to the router to alter port forwardings, unless you can install minecraft on that server.
– LPChip
Dec 1 at 22:25




No, because the port already ends at the server. You need access to the router to alter port forwardings, unless you can install minecraft on that server.
– LPChip
Dec 1 at 22:25















active

oldest

votes











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',
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%2f1380044%2fcan-i-run-my-server-on-ssh-port%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















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%2f1380044%2fcan-i-run-my-server-on-ssh-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

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕