Find the answer to your Linux question:
Results 1 to 3 of 3
I have a problem with not being able to do self telnet on a server with RHEL 4.0. In another server, self telnet is working fine. Self telnet is required ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    33

    Self telnet not working on server with RHEL 4.0

    I have a problem with not being able to do self telnet on a server with RHEL 4.0. In another server, self telnet is working fine. Self telnet is required for one of our provisioning integrations to work in our application. The output of both the servers is attached:-

    1) Working on server with IP 10.10.10.28

    --------------------------------------------------------------------------------------------------------

    [root@JISPSERVER_OLD root]# telnet 10.10.10.28
    Trying 10.10.10.28...
    Connected to 10.10.10.28 (10.10.10.2.
    Escape character is '^]'.
    Red Hat Enterprise Linux ES release 3 (Taroon)
    Kernel 2.4.21-4.ELsmp on an i686
    login: root
    Password:
    Last login: Wed Jun 3 14:08:48 from 10.10.10.9
    You have new mail.
    [root@JISPSERVER_OLD root]#

    --------------------------------------------------------------------------------------------------------

    2) Not working on server with IP 10.10.10.4

    --------------------------------------------------------------------------------------------------------

    [root@JISPSERVER ~]# telnet 10.10.10.4
    Trying 10.10.10.4...
    Connected to jisp (10.10.10.4).
    Escape character is '^]'.

    JISPSERVER (Linux release 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006) (2)

    login: root
    Password for root:
    Login incorrect
    Connection closed by foreign host.
    [root@JISPSERVER ~]#

    --------------------------------------------------------------------------------------------------------

    I hope, my question is clear.

    Please, help in solving the doubt.

    regards

  2. #2
    Linux User saivin's Avatar
    Join Date
    Dec 2008
    Location
    Bengaluru, India
    Posts
    305
    Quote Originally Posted by ran_sushmi View Post
    2) Not working on server with IP 10.10.10.4

    [root@JISPSERVER ~]# telnet 10.10.10.4
    Trying 10.10.10.4...
    Connected to jisp (10.10.10.4).
    Escape character is '^]'.

    JISPSERVER (Linux release 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006) (2)

    login: root
    Password for root:
    Login incorrect
    Connection closed by foreign host.
    [root@JISPSERVER ~]#
    Is your password is correct? Have you tried to connect to this server from your 10.10.10.28 system, with the same user i.e. root?
    A candle looses nothing by lighting other candles. - Khalil Zibran.
    Registered Linux User #490076

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    33
    thanks, for your answer. System, 10.10.10.4 is connecting if done from a separate CRT session but when self-telnet is tried from 10.10.10.28 as written earlier, it is not connecting as shown below:-

    --------------------------------------------------------------------------------------------------------
    [root@JISPSERVER_OLD root]# telnet 10.10.10.4
    Trying 10.10.10.4...
    Connected to 10.10.10.4 (10.10.10.4).
    Escape character is '^]'.

    JISPSERVER (Linux release 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006) (1)

    login: root
    Password for root:
    Login incorrect
    Connection closed by foreign host.
    [root@JISPSERVER_OLD root]# telnet 10.10.10.28
    Trying 10.10.10.28...
    Connected to 10.10.10.28 (10.10.10.2.
    Escape character is '^]'.
    Red Hat Enterprise Linux ES release 3 (Taroon)
    Kernel 2.4.21-4.ELsmp on an i686
    login: root
    Password:
    Last login: Thu Jun 4 12:21:42 from 10.10.10.9
    You have new mail.
    [root@JISPSERVER_OLD root]#
    --------------------------------------------------------------------------------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...