Tagged Questions
7
votes
3answers
982 views
How to get telnet to localhost working?
I'm working on a local dev setup that requires the use of telnet (playing with setting up a MUD server) so please no feedback suggesting I use SSH as a more secure alternative.
However, though I've ...
3
votes
2answers
787 views
telnet refusing traffic on arbitrary port over network in 11.10
I have written a python script to listen on port 2626 and executed the script.
proof that localhost is listening
tcp 0 0 127.0.0.1:2626 0.0.0.0:* LISTEN
I can ...