- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet problem
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
01-13-2006 05:58 PM
01-13-2006 05:58 PM
Telnet problem
I have a problem with my hpux box, after reinstalation the server only can acess using ssh conection but i need use the Telnet conection, somebody know how can active the telnet service. I can made telnet to the other server but no body can made telnet for my hpux 11.11 box.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 06:09 PM
01-13-2006 06:09 PM
Re: Telnet problem
By default the telnet service should be enabled after installation. What is the error message you are getting?
Is it connection refused?
Or
Stopping at flow controll off.
You can check it the telnet line is commented in /etc/inetd.conf. If it is commented then remove the comment and restart the inet daemon using
#inetd -c
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 07:31 PM
01-13-2006 07:31 PM
Re: Telnet problem
Do
ps -ef | grep telnetd
This will help us know whether the deamon is running or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:43 AM
01-17-2006 03:43 AM
Re: Telnet problem
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
Alo in /etc/services for the below line.
telnet 23/tcp # Virtual Terminal Protocol
If these lines are commented , then uncomment it do an #inetd -c .
thx,
bl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 01:40 AM
01-27-2006 01:40 AM
Re: Telnet problem
By default hp unix support telnet until an unless it is not blocked in ur internel firewall. Please check the following files
#cat /etc/services
if telnet is commented, uncomment it (remove # from telnet)
#cat /etc/inetd.conf
uncomment telnet if commented
#inetd -a
#cat /var/adm/inetd.sec
Hope this will help u to resolve ur issue..
cheers
indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 01:49 AM
01-27-2006 01:49 AM
Re: Telnet problem
1. #cat /etc/inetd.conf
telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd
The line above should not have been commented
If it is then uncomment it.
2. #cat /var/adm/inetd.sec
Check whether you have blocked telnet service here.
3. And now do
# /sbin/init.d/inted stop
# /sbin/init.d/inetd start
This Should help.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 08:47 AM
01-27-2006 08:47 AM