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
Forums
Discussions
Discussions
Discussions
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
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
12-11-2007 02:09 AM
12-11-2007 02:09 AM
telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2007 02:13 AM
12-11-2007 02:13 AM
Re: telnet
chkconfig krb5-telnet on
also check /etc/xinetd.d/krb5-telnet for configuration
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2007 02:22 AM
12-11-2007 02:22 AM
Re: telnet
chkconfig --level 345 krb5-telnet on
In case you don't have a krb5-version of the telnet use:
chkconfig --level 345 telnet on
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2007 04:00 AM
12-11-2007 04:00 AM
Re: telnet
Make sure the 'telnet-server' package is installed (isn't usually these days), then 'chkconfig telnet on'.
You'll also have to make sure that 'xinetd' is configured to start, with 'chkconfig xinetd on'.
This assumes you're using RedHat/Centos/Fedora or SuSE/OpenSuSE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 01:16 AM
12-12-2007 01:16 AM
Re: telnet
To enable telnet, edit w/c type of linux that you have i.e
/etc/xinetd.d/telnet (for mandrake)
/etc/xinetd.d/krb5-telnet (for RHEL 3)
under "disable" field change yes to no
disable = no
then restart the service.
# service xinetd restart
hope this helps.
regards