Open ports test with telnet - connection problem
Luk004Aug 24 2012 — edited Aug 26 2012Hi
I try to test open ports with telnet client. Unfortunately I get error:
[root@localhost ~]# telnet 127.0.0.1
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
For 1500 port:
[root@localhost ~]# telnet 127.0.0.1 1500
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
[root@localhost ~]#
My /etc/hosts file:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
I flushed iptables, and I have UP LOOPBACK RUNNING but it doesn't help.
How could I fix it to connect and test ports?
Thanks a lot for replies.
Regards
Edited by: Luk004 on 2012-08-24 01:52