connect to Telnet server (Adsl Router)

0

I have installed a telnet server, now I want to connect to it without port forwarding - is this possible?

Some programs working without port forwarding like utorrent for example.

karencho

Posted 2015-11-28T17:38:23.557

Reputation: 1

1It is not possible, you need to port forward. – DavidPostill – 2015-11-28T17:39:40.487

Answers

0

You will need to set up port forwarding to connect to your telnet server from outside your network (from the Internet).

Programs such as uTorrent use a special technology, called uPnP, which the telnet server does not support.

As an additional note, you probably should not use telnet as it is insecure. SSH has replaced telnet in that respect. There are plenty of free SSH servers for Windows, all you have to do is Google for them.

Keltari

Posted 2015-11-28T17:38:23.557

Reputation: 57 019

thank yo for fast answer ,so with ssh i can coonect from outside my network with no portforwarding? – karencho – 2015-11-30T16:41:15.110