View Single Post
Old 01-05-2018, 08:37 AM   #8
neural
Member
neural began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jan 2018
Device: android tablet
Hi Charles

Yes, you are correct, they don't seem to work. I tried a few variations, see below:
Code:
1 ant@localhost ~log % telnet localhost 14208                                                                                                                                                                                             :(
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
1 ant@localhost ~log %                                                                                                                                                                                                                    :(
1 ant@localhost ~log % telnet 192.168.88.251 14208                                                                                                                                                                                        :(
Trying 192.168.88.251...
^C
130 ant@localhost ~log % telnet 127.0.0.1 14208                                                                                                                                                                                           :(
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
1 ant@localhost ~log % netstat -nl|grep 14208                                                                                                                                                                                             :(
tcp        0      0 192.168.88.251:14208    0.0.0.0:*               LISTEN
Current port I'm testing on is 14208 as can be seen
neural is offline   Reply With Quote