Tagged Questions
3
votes
2answers
776 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 ...