- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Telnet > ver 8
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
06-24-2003 02:56 AM
06-24-2003 02:56 AM
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 03:01 AM
06-24-2003 03:01 AM
SolutionWhat is your linux distrib ?
It change from each distrib...
There is two things:
-first verify /etc/securetty in case you want to log in using root
-if red-hat check /etc/xinetd.d/telnet and change "disable = yes" to "disable = no" and
then restart xinetd: /etc/rc.d/init.d/xinetd stop and then start
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 03:03 AM
06-24-2003 03:03 AM
Re: Telnet > ver 8
# rpm -qa | grep telnet-server
If you get no output then it isn't installed.
but if it is, edit the file /etc/xinetd.d/telnet
and change the line 'disabled = yes' in 'disabled = no'. Then restart the xinetd demon:
# service xinetd restart.
this should be enough. Ask if you get other problems!
Bye
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 03:05 AM
06-24-2003 03:05 AM
Re: Telnet > ver 8
To configure remsh (rsh in linux) you must do similar configuration than HP-UX, edit /etc/hosts.equiv file and add the HP-UX box.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 03:07 AM
06-24-2003 03:07 AM
Re: Telnet > ver 8
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 03:14 AM
06-24-2003 03:14 AM
Re: Telnet > ver 8
Your security settings might be stopping you. Try turning off your iptables.
service iptables stop
JP