|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Telnet fail
Hi,
I try to telnet to server: [root@myserver ~]# telnet xx.xxx.1.72 1521 Trying xx.xxx.1.72... telnet: connect to address xx.xxx.1.72: Connection refused telnet: Unable to connect to remote host: Connection refused iptables is off: [root@myserver ~]# service iptables status Firewall is stopped. [root@myserver ~]# And I have edit /etc/xinetd.d/telnetd and changed disable to no and restart "/etc/rc.d/init.d/xinetd restart". [root@myserver ~]# netstat --numeric-ports -l | grep 1521 tcp 0 0 myserver.krb5.dax.net:1521 *:* LISTEN [root@myserver ~]# any idia? Kind Regards Me |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Are you telnet'ing to the same host you are on? For two hosts, there is the local firewall, any intermediate firewall, any remote firewall, and the listener there. Does the IP exactly match the host name on both client and server DNS/hosts (usually you listen on 0.0.0.0 for all IPs, like 127.0.0.1 even if one NIC)?
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
check tcpwrappers hosts.deny/allow files.
|
|
#4
|
|||
|
|||
|
Usually if someone is denying, they are logging . . . .
|
| Sponsored Links | |
|
|
#5
|
||||
|
||||
|
Try telnet to some other common ports in that server and check whether able to connect.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference Between Krb5-telnet And Ekrb5-telnet | kashifsd17 | UNIX for Dummies Questions & Answers | 0 | 07-27-2012 01:47 AM |
| Automatically login in the telnet from present telnet | Prateek | UNIX for Dummies Questions & Answers | 2 | 07-05-2011 10:31 AM |
| en0 fail to up. | wingcross | AIX | 8 | 05-28-2011 02:23 PM |
| Webpage to Telnet via Perl and Expect: Telnet problem? | jondo | Shell Programming and Scripting | 1 | 07-22-2008 12:35 AM |
| fail to telnet localhost 106 | satimis | Ubuntu | 22 | 12-16-2007 09:54 PM |
|
|