- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Telnet issue in Fedora Core 6 (ZOD)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2007 08:17 PM
тАО02-26-2007 08:17 PM
C:\Documents and Settings\34024>telnet 10.209.96.225
getnameinfo: localhost: Success
Temporary failure in name resolution: Illegal seek
Connection to host lost.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2007 11:40 PM
тАО02-26-2007 11:40 PM
Re: Telnet issue in Fedora Core 6 (ZOD)
Uset putty.exe as ssh client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2007 09:58 AM
тАО02-27-2007 09:58 AM
SolutionThis will be launched from 'xinetd' so make sure that's set to start, and 'chkconfig telnet on' to enable it.
Note that you *WILL NOT* be able to log in as root by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2007 05:09 PM
тАО02-27-2007 05:09 PM
Re: Telnet issue in Fedora Core 6 (ZOD)
Also could you explain the procedure of the telnet installation in "yum".
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2007 12:40 AM
тАО02-28-2007 12:40 AM
Re: Telnet issue in Fedora Core 6 (ZOD)
do the followinf login as root
# yum install telnet.i386
this will install telnet using yum for more info on yum you can do yum -h or man yum, you should have yum already installed on your system as this normaly ins installed on a Fedora core 6.
Root is not allowed by default to log in to target for security reasons, telnet is very unsecure in todays world, telenet user name and password are not encrypted so they can be read/seen by any body using sinffers tools like "tcpdump"... This is why we all strongly recommand that you use ssh if posible in your case.
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2007 08:45 AM
тАО02-28-2007 08:45 AM
Re: Telnet issue in Fedora Core 6 (ZOD)
chkconfig telnet on
is the command.
At this point by default the root won't be allowed to login for security purposes.
To allow root to login submit this command from the console:
for i in `seq 1 20`; do echo pts/$i >> /etc/securetty; done
and wuala - you're ready to login as root.
The above command appends entries (pts/0,pts1..pts/20) to a file /etc/securetty. This files controls where root is allowed to login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2007 12:40 AM
тАО03-01-2007 12:40 AM
Re: Telnet issue in Fedora Core 6 (ZOD)
The command above (yum install telnet.i386) is a valid command and there is absolutely nothing wrong with it, but you may actually have a 64 bit system. For general install situations, I would normally recommend a simple
yum install {package-name}
Without the extras of '.i386'. This will install the same version of the package that your kernel is currently running in most cases.
If you have not done so already, you may want to install the graphical front end to yum and the extensions available for it. The quick and easy way to do this is a simple:
yum install yum*
That will get you yumex (the graphical extension) plus several other neat little plugins.
The main advantage to using yumex is for those occasions when you know you want something that deals with, for example, telnet but you don't have any idea what the package name is. Simply open up yumex, do a quick search, and install it on the spot.
It can be very useful if you have one of those 'blond computer user moments'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 09:43 PM
тАО03-06-2007 09:43 PM