Questions tagged [telnet]
Telnet is a client-server protocol used to allow communication between computers in a network.
433 questions
1
vote
1
answer
116
views
Unable to telnet out of Hyper-V Ubuntu on Windows Server 2012 R2
Building an app that I'm trying to run on my existing hardware/OS as a POC.
For this, an instance of Ubuntu 24.04.2 LT is installed in Hyper-V, in Windows Server 2012 R2.
The setup
Windows Server and ...
1
vote
1
answer
104
views
How to figure out terminal keys with telnet MUD?
I started trying out MUD's recently. Via the terminal on Mac, I had no issues. I then tried logging on via my Linux computer, in RXVT-unicode/Bash.
$ echo $TERM
rxvt-unicode-256color
$ telnet aardwolf....
0
votes
1
answer
450
views
How can I safely upgrade OpenSSH on old remote EOL Linux PCs (Centos 6 and 7)?
How can I safely upgrade OpenSSH on a remote Linux PC?
Is filtering telnet temporarily sufficient? Or maybe I could run a script that would not restart sshd until a reboot - and save telnet for a ...
3
votes
0
answers
699
views
How to connect via TCP from WSL2 to Windows?
I'm a bit at my wit's end with this silly little problem. I've lost track of the hours I've spent attempting to fix it.
I've got a WSL instance running on my Windows 11 machine. They're both fully up-...
0
votes
0
answers
78
views
Can not open certain http address after vpn connection to local network in any browser, although ping sees it
I'm connected to a local network via vpn from my Mac computer (MacOS Sequoia 15.2).
I'm able to open some resources in that network in a browser, but I can not open certain address:
http://jira....
2
votes
2
answers
4k
views
Connection is closed by foreign host
How to solve problem if the "Connection is closed by foreign host" during receiver mail provided
Here, the picture shows that the connection was closed by foreign host.
1
vote
0
answers
854
views
How to set a "paste delay per line" with telnet or equivalent?
When working on my Windows PC, I use TeraTerm to connect to a "console" interface of an embedded program over UART. This console is a very simple I/O implementation with no command-line ...
0
votes
1
answer
652
views
ufw temporarily reject port on localhost for local testing
I don't understand why those two commands don't block Port 8391 locally.
sudo ufw reject from 127.0.0.1 to 127.0.0.1 port 8391
telnet 127.0.0.1 8391
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape ...
-1
votes
2
answers
612
views
Local Login - what is the real meaning in TELNET?
I am studying about TELNET in Computer Networks Course and having an exam tomorrow. When starting it, I saw a difference between Local Login and Remote Login. In one book, When a user logs into a ...
-1
votes
2
answers
3k
views
How do I SSH into this home router? Minimal web options, SSH connection reset by peer, telnet creates bad request
I'm looking to extract logs from my TP-Link Archer AX73 to do some basic network monitoring. I initially followed a guide involving an SNMP exporter but quickly discovered that there is no option to ...
0
votes
0
answers
368
views
PLink telnet from Excel VBA - avoid login delay, or maintain session for multiple queries
I have a Linux box which I'm testing, and I have an Excel workbook with tables of tests I'm running. (Don't get tied up on Linux, it's just a Telnet target for the purposes of this question.) The ...
1
vote
1
answer
787
views
Ser2net returns double lines in terminal. What to do?
I'm pretty new to Linux, but I decided to build my own console server to connect to my Cisco devices.
I have a Raspberry Pi 4 on which I did install ser2net and it works just fine.
But when I enter ...
0
votes
0
answers
210
views
Can't login to the router once the connection is established using telnet
I'm trying to login to the router using telnet. Connection is successfully established and I'm asked for the login but nothing happens afterwards. I enter the username and it seems like it just looped ...
1
vote
2
answers
987
views
How to add a pause between lines in a multi-line paste into Telnet terminal on Bash?
I am using the telnet command on a Bash terminal in Linux to connect to a Console of a firmware running on an embedded system. The FW is controlled via console commands. To make things easier, I ...
1
vote
0
answers
299
views
How SSH port forwarding over the internet [closed]
I want to access my remote devices SSH server Attached My remote PC (mostly a router or Raspberry Pi No internet to devices) over the internet (my PC has Internet) using my laptop. Anydesk TCP ...