- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet localhost fails
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
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
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
тАО02-21-2007 09:47 AM
тАО02-21-2007 09:47 AM
telnet localhost fails
# grep telnet /etc/inetd.conf
telnet stream tcp nowait root /usr/lbin/telnetd
no inetd.sec, services file fine. but in
# netstat -an | grep "\.23"
i see an established and TIME_WAIT but no LISTEN..what could be the issue?
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2007 12:36 PM
тАО02-22-2007 12:36 PM
Re: telnet localhost fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2007 06:01 AM
тАО02-23-2007 06:01 AM
Re: telnet localhost fails
brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2007 06:12 AM
тАО02-23-2007 06:12 AM
Re: telnet localhost fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2007 06:24 AM
тАО02-23-2007 06:24 AM
Re: telnet localhost fails
you could I suppose tusc a restart of the inetd (be sure to follow forks) and see if it even attempts to setup a listen endpoint for telnet - look for a bind() call to bind to port 23. (make the tusc trace verbose, and start inetd by hand rather than via an rc script - making sure the previous inetd is killed first - which should not kill services launched by it but if this is production, perhaps better to wait :)
or maybe a touching of inetd.conf and tuscing the inetd pid when you do the inetd -c