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).
networking ssh ports http-proxy bypass
|
show 2 more comments
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).
networking ssh ports http-proxy bypass
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
|
show 2 more comments
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).
networking ssh ports http-proxy bypass
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
networking ssh ports http-proxy bypass
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
|
show 2 more comments
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
|
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f1380044%2fcan-i-run-my-server-on-ssh-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
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