Can ping but cannot telnet to a local network computer

0

0

This question follows How to create a network over usb? . I can ssh to a controller device. When I'm on it, I want to telnet to a running server on my computer. My computer and the device are connected through 2 USB-ethernet dongles.

I can ping my computer from the SSH but telnet is not working. What are the steps to follow ? My OS is archlinux so I suppose the ports are open.

Guillaume Geoffrey Attia

Posted 2019-01-31T10:12:15.740

Reputation: 3

Answers

0

Do not assume telnet is open. For most of the distributions, a telnet server is not even installed unless you do it explicitly yourself. Telnet is considered to be an old protocol which sends text (including passwords) in clear over the network and it is therefore no longer seen as secure.

Unless there is a very specific reason to telnet, consider using ssh.

Ljm Dullaart

Posted 2019-01-31T10:12:15.740

Reputation: 922

I can telnet. It works through the USB interface but not through the ethernet interface – Guillaume Geoffrey Attia – 2019-01-31T20:22:40.970