- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- I can't telnet to linux
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
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
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
тАО01-02-2010 10:10 AM
тАО01-02-2010 10:10 AM
I have just freshly installed a linux enterprise version 5 OS. I can PING but I cannot TELNET.
Please, what can I do ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2010 10:44 AM
тАО01-02-2010 10:44 AM
Solutionaccess your Linux box via 'ssh', if you want to remotely access/manage your Linux box/Server.
SSH(client/server) is installed by default.
on your Linux Server(which you want to remotely managed/administered), start the 'ssh' daemon via following command
service sshd start
after running the above command, from any other linux machine, access your Linux Server via following command
ssh userid@ip.of.linux.server
if you want to remotely access your Linux server from a windows client then first install PuTTY(ssh client for windows).
PuTTy can be download from
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2010 02:20 PM
тАО01-02-2010 02:20 PM
Re: I can't telnet to linux
you should use ssh instead of telnet.
the telnetd is not running on your system.
hire are some examples how to enable Telnet server on RHEL.
http://chanret.com/archive/index.php/t-5997.html
http://www.linuxquestions.org/questions/linux-enterprise-47/how-to-enable-telnet-in-rhel-4-368321/
http://aplawrence.com/Linux/enable_telnet.html
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 02:31 AM
тАО01-04-2010 02:31 AM
Re: I can't telnet to linux
leave the 90ties behind and discover the wonderfull world of ssh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 04:53 AM
тАО01-04-2010 04:53 AM