Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a non-default telnet port #65

Open
tareco opened this issue Jan 22, 2021 · 5 comments
Open

Use a non-default telnet port #65

tareco opened this issue Jan 22, 2021 · 5 comments

Comments

@tareco
Copy link

tareco commented Jan 22, 2021

Hi everyone,
Is there a way to use an alternative port other than tcp/23?
Thank you.

@cdheiser
Copy link
Collaborator

cdheiser commented Jan 23, 2021 via email

@tareco
Copy link
Author

tareco commented Jan 25, 2021

It's actually a networking challenge, I am reaching to the device through port-forwarding and I don't have access to map port tcp/23.

@JonGilmore
Copy link
Collaborator

It's actually a networking challenge, I am reaching to the device through port-forwarding and I don't have access to map port tcp/23.

This is not a good idea - telnet is unencrypted. Personally, I'd vote against this feature as you should be setting up a VPN in order to access the main receiver.

@tareco
Copy link
Author

tareco commented Jan 25, 2021

@JonGilmore I understand that telnet is unencrypted and the fact I am using a VPN to secure the connection is actually what motivates my request. Unfortunately the control server cannot forward tcp/23 directly as there are multiple devices in the network that need to be addressed, ending up in a situation where all I have is port-fw. Basically the control server sees a common peer VPN IP address and equipment selection would be done by mapping each tcp/23 to another tcp/1024+ port.

@tareco
Copy link
Author

tareco commented Jan 25, 2021

If it helps clarify:
https://pasteboard.co/JLi0ZRG.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants