Score:-1

Can I assign port 113 to other service, e.g., like a SSH server, without harming other services?

br flag

I have root access to a server (S), but have no control over the firewalls over the network. I set up a virtual machine (VM) inside the server (S) and wanted some users to access VM directly, i.e., without providing them access to anything else inside S.

A straight-forward solution was to set up a tunnel that listen to another port, like S:22000. However, users are on a different network, that filters all ports other than 22, 80, 113, and 443.

There is no service listening on 113. Can it be used as entry point of the tunnel?

djdomi avatar
za flag
ssh on 113 will not work due the point that ident(d) is plain text, a goos firewall knows this fact. remember if you try to settle with your employer you can get removed
Score:1
cn flag

As commented, 113 port is for identd and is not used widely recently. Even if it's possible that you can listen that port without problem, ISP or firewall manager may aware of unusual traffic.

For more reliable and risk free methods, I suggest:

  1. Set up OpenVPN via port 80/443 with --port-share.
  2. Let users connect VPN first, and then access your VM.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.