K
K
Kirill Petrov2020-07-18 12:29:48
SSH
Kirill Petrov, 2020-07-18 12:29:48

How to forward a public remote port in PuTTY?

Greetings. Made settings for forwarding a remote port to my home computer. But the server side port on the internet only accepts local connections. And now I have no idea what needs to be configured in PuTTY so that it would work publicly, the checkmarks at the top have no effect.

Settings screen
5f12c06573df5262459991.png
The fact that the server is listening only locally is visible with this command:

# ss -lntu | grep 3232
tcp    LISTEN     0      128    127.0.0.1:3232                  *:*
tcp    LISTEN     0      128     ::1:3232                 :::*


PS on a Windows 10 home computer, I know that you can try other SSH clients. But I want to deal with PuTTY

UPD: I set up traffic proxying through Nginx, and in principle the problem is solved. But I still wanted to get an answer, how what and why)
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shurshur, 2020-07-18
@shurshur

Probably using SSHv1, which does not know how to any on the remote tunnel? What if you force v2?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question