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-20-2001 09:52 AM
12-20-2001 09:52 AM
telnetd
How do I start telnetd on Linux 7.1 ?
Iam trying to run /usr/sbin/in.telnetd and it is erring out.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 11:24 AM
12-20-2001 11:24 AM
Re: telnetd
check if telnet in /etc/xinetd.d/telnet is disabled. If so, change to disable=no and restart xinetd by /etc/rc.d/init.d/xinetd restart.
Hope this helps.
-Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:35 AM
12-21-2001 06:35 AM
Re: telnetd
if the telnet not this in /etc/xnet.d
download the rpm of telnet after intall rpm.
verify with utility interface gnome for rpm aplications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 07:34 AM
12-21-2001 07:34 AM
Re: telnetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 02:01 PM
12-21-2001 02:01 PM
Re: telnetd
in.telnetd does not run as a daemon. It should be spawned as needed by xinetd or inetd (before Redhat 7.0). And yes, it is disabled by default with xinetd, so you do need to go into /etc/xinetd.d and edit the telnet file there to say disable = no.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2001 02:52 AM
12-23-2001 02:52 AM
Re: telnetd
For your Information, Iam able to ping the Linux Server.
Please guide.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2001 04:34 AM
12-23-2001 04:34 AM
Re: telnetd
Thank you.