- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to open the telnet in Linux
Operating System - Linux
1820483
Members
2499
Online
109624
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-10-2005 09:02 AM
тАО06-10-2005 09:02 AM
Hello
I need to know how to open the telnet service in this SO, i have a backup application this application connect to linux server through telnet service.
Thanks for your help
I need to know how to open the telnet service in this SO, i have a backup application this application connect to linux server through telnet service.
Thanks for your help
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2005 10:17 AM
тАО06-10-2005 10:17 AM
Re: How to open the telnet in Linux
SO?
What distribution are you running?
If it's a red-hat based distribution, you need to make sure the 'telnet-server' package is installed, and that port 23 is allowed in through the firewall (iptables -I INPUT -j ACCEPT -p tcp --dport 23 -s), and also that the TCP Wrappers allow it in (in '/etc/hosts.allow', a line saying 'in.telnetd:').
If all of that is done, it should be ok.
Just a note however, by default you can't telnet in to the server as 'root'.
What distribution are you running?
If it's a red-hat based distribution, you need to make sure the 'telnet-server' package is installed, and that port 23 is allowed in through the firewall (iptables -I INPUT -j ACCEPT -p tcp --dport 23 -s
If all of that is done, it should be ok.
Just a note however, by default you can't telnet in to the server as 'root'.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2005 09:43 PM
тАО06-11-2005 09:43 PM
Solution
After openning the port, the service will need to be enabled.
cd /etc/xinet.d
there will be a telnet file in there.
edit it.
change disable=yes to disable=no
restart the xinetd service.
In RH thats service xinetd restart
SEP
cd /etc/xinet.d
there will be a telnet file in there.
edit it.
change disable=yes to disable=no
restart the xinetd service.
In RH thats service xinetd restart
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2005 12:00 AM
тАО06-13-2005 12:00 AM
Re: How to open the telnet in Linux
Update that backup application to the latest version and see if supports anything else but telnet. If it doesn't, get rid of it. (What is the name of it btw?) telnet is not secure -- it transmits passwords in plain text over the network. Don't use it.
-Ross
-Ross
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP