Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Open ports test with telnet - connection problem

Luk004Aug 24 2012 — edited Aug 26 2012
Hi
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2012
Added on Aug 24 2012
2 comments
3,664 views