- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Starting telnet daemon
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
07-02-2002 09:50 AM
07-02-2002 09:50 AM
Starting telnet daemon
How to start the telnet daemon on a linux machine.
Thanks in advance
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 09:52 AM
07-02-2002 09:52 AM
Re: Starting telnet daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 04:47 PM
07-02-2002 04:47 PM
Re: Starting telnet daemon
chkconfig telnet on
service xinetd restart
This does the following steps:
(chkconfig telnet on)
modfies /etc/xinetd.d/telnet, changes the 'disabled = yes' line to 'disabled = no'.
(service xinetd restart)
this basically issues an '/etc/rc.d/init.d/xinetd restart', which does something similar to "kill -USR1 `cat /var/run/xinetd.pid`".
If the package is not installed, then you'll need to grab it from your Installation media, or from your nearest RedHat mirror.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 06:22 PM
07-02-2002 06:22 PM
Re: Starting telnet daemon
I think telnetd is kicked by xinetd.
So that you don't need to do "chkconfig telnet on". Actually, you don't have /etc/rc.d/init.d/telnet file....
So that #chkconfig telnet on will fail.
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:06 PM
07-02-2002 11:06 PM
Re: Starting telnet daemon
chkconfig on anything after RH7.0 does both services started from xinetd, as well as /etc/rc.d/init.d/, under it's command. RH7.1 and above have the telnet service defaulting to 'off', assuming the user will use the more secure 'ssh' abilities. It needs to be explicitly turned back on.
bkx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 01:26 AM
07-03-2002 01:26 AM
Re: Starting telnet daemon
I don't have the telnet server package.
Can anyone suggest the location from where I can download telnet server package of redhat 7.2 on i686.
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 04:15 AM
07-03-2002 04:15 AM
Re: Starting telnet daemon
You may download the "telnet" and "telnet-server" rpm from
ftp://ftp.redhat.com/pub/redhat/redhat-7.2-en/os/i386/RedHat/RPMS
They are binary for i386 system.
Of course you can use it on i686 cpu.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 11:01 AM
07-09-2002 11:01 AM