- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Inetd Daemon: Doesn't start telnetd 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
03-22-2004 01:57 AM
03-22-2004 01:57 AM
Could please help me on this. When i start inetd daemon, it gets started normally but not able see telnetd daemon running. I have configured /etc/inetd.conf file for telnet service and also check /etc/rc.config.d/netdaemons. Inetd_args is -l. I have not inetd.sec file entries either.
Thanks ,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 02:02 AM
03-22-2004 02:02 AM
Re: Inetd Daemon: Doesn't start telnetd daemon
From man page
The Internet daemon (inetd)
executes telnetd when it receives a service request at the port listed
in the services data base for telnet using the tcp protocol (see
inetd(1M) and services(4)).
Thus if no telnet no daemon . It starts when needed
Try telnetting to machine
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 02:05 AM
03-22-2004 02:05 AM
Re: Inetd Daemon: Doesn't start telnetd daemon
inetd will not start telnetd until a user has actually telneted to the server. inetd will then stop the telnetd when the connection/s are finished.
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 02:20 AM
03-22-2004 02:20 AM
Re: Inetd Daemon: Doesn't start telnetd daemon
WHen i see syslog.log it says telnetd service added, i am not getting hold of the error point..you want me to check something else
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 02:24 AM
03-22-2004 02:24 AM
Re: Inetd Daemon: Doesn't start telnetd daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 02:43 AM
03-22-2004 02:43 AM
Re: Inetd Daemon: Doesn't start telnetd daemon
Post your inetd.conf
try telnet 127.0.0.1
If that works you have name resolving problems
try nslookup hostname
nslookup ip_of_hosts
Is result the same
Is /var/adm/inetd.sec there . if so remove it and try again
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 02:45 AM
03-22-2004 02:45 AM
Re: Inetd Daemon: Doesn't start telnetd daemon
The answers given above are correct. The telnetd daemon will NOT appear until someone actually telnets to the machine.
Now if you are not able to ping the server then you really need to be looking at other networking configuration items. Is it attached to the network? Is the NIC functioning? Does this machine have a valid IP address? Is the subnet mask valid? Is a default route defined?
You should also check all of the above from the machine you are invoking telnet from.
If either machine has network problems then inetd is nowhere in the picture yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 02:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 03:28 AM
03-22-2004 03:28 AM
Re: Inetd Daemon: Doesn't start telnetd daemon
I got my problem solved. Actually we received this server yesterday (Itanium) and i had installed Application Software CD / Internet Express CD which instaled following software installaed:
1.Bastille Security Hardening Tool
2.HP-UX Security Patch Check Tool
This changed my entire Internet services conf and then used their utility to revert back the changes and it took hardly 10 min to get back.
Thanks a lot for your valuable time.
Girish