Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
Is there some reason why every forum I have gone to concerning how to set up telnet, no one will answer the question presented but rather will go on and ...
  1. #1
    Just Joined! g0rdog's Avatar
    Join Date
    Jan 2011
    Posts
    9

    how to set up telnet

    Is there some reason why every forum I have gone to concerning how to set up telnet, no one will answer the question presented but rather will go on and on about SSH? If I wanted to set up SSH, I wouldn't be searching for info about telnet! Please either respond to the topic or don't clutter the forums with off topic posts!

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,391
    I'm sorry, but I don't understand what you're asking of us. Do you want help withh telnet, or are you here to tell us off for directing you to SSH on another forum?

    If you want help with setting up telnet, then perhaps you could tell us what you have done so far?
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by g0rdog View Post
    Is there some reason why every forum I have gone to concerning how to set up telnet, no one will answer the question presented but rather will go on and on about SSH? If I wanted to set up SSH, I wouldn't be searching for info about telnet! Please either respond to the topic or don't clutter the forums with off topic posts!
    To add to what Roxoff said, I think the reason they do that is because Telnet=old unsecure whereas SSH=better than Telnet and more Secure
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  4. #4
    Just Joined! g0rdog's Avatar
    Join Date
    Jan 2011
    Posts
    9
    Sorry about my rant. I'm a newbie and I'm trying to get the telnet service to work on DEb-5. I've installed the telnetd pkg. When I enter ps -aux | grep telnet, I get nothing and I do not have an /etc/init.d/inetd file. I have made an entry for telnetd in /etc/inetd.conf and restarted the daemon. I am still unable to telnet to localhost. Any Ideas? 1) I'm trying to configure this as a learning exercise, not necessarily as the final config. 2) I will config telnet only for the internalnetwork side of the firewall.

  5. #5
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    I can't really help with your problem because I don't have much experience with SSH or Telnet. You say this is part of a "learning exercise" and that's all fine. If this is school work just keep in mind that we do have a no home/school work rule. You can ask for direction and guidance but we cannot provide you the actual answers.
    Last edited by MikeTbob; 01-16-2011 at 09:41 AM. Reason: Punctuation
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  6. #6
    Just Joined! g0rdog's Avatar
    Join Date
    Jan 2011
    Posts
    9
    No, it's not school work. I'm just trying to learn linux one peice at a time.

  7. #7
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,296
    For most purposes SSH is way better than telnet, especially if you are going to be managing a server remotely. Now that's out of the way -_= where I find telnet useful is checking that a specific service is available.

    telnet listens on port 23 by default, but you can telnet into any port by using the form telnet host-or-ip port which is why I find it useful in case anyone is wondering.

    g0rdog, what happens if you run the command
    Code:
    /etc/init.d/telnetd start
    as root?
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  8. #8
    Just Joined! g0rdog's Avatar
    Join Date
    Jan 2011
    Posts
    9
    I do not have a telnetd in my /etc/init.d directory. The response is: commnd not found. I also do not have an inetd in /etc/init.d, however when I issue an inetd command it does seem to restart inetd.

  9. #9
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    It's probably not installed yet. I don't think many distros install it by default. Like we talked about, it's old and I guess not many people use it. Check for it in your package manager.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  10. #10
    Just Joined! g0rdog's Avatar
    Join Date
    Jan 2011
    Posts
    9
    I again installed the pkg, it just tells me that the newest pkg is already installed.
    I edited my inetd.config manually, since the telnetd was not there. for the server_path I entered /usr/sbin/in.telnetd (I got this entry from a post somewhere). Is this the correct server_path?
    I tried running in.telnetd from /usr/sbin and got the reply:
    socket operation on non-socket.
    Last edited by g0rdog; 01-16-2011 at 11:19 AM.

Page 1 of 2 1 2 LastLast

Posting Permissions

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