- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet problem in 11i
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
11-15-2001 02:08 PM
11-15-2001 02:08 PM
telnet: tcp/telnet: unknown service.
There is an uncommented entry for telnet in /etc/services, its permissions are 444 (I have tried other perms too) and there is no deny for telnet in /var/adm/inetd.sec
I removed the two patch bundles but I still cant get telnet to work. I can ping to other machines on the NW but neither telnet/rlogin work either way.
Thanks
Gopi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:13 PM
11-15-2001 02:13 PM
Re: telnet problem in 11i
Outbound uses the telnet command, what are the permissions on those two files as well.
Let us know,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:16 PM
11-15-2001 02:16 PM
SolutionTake a look at the thread below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=e5d4c8210bf86dba84/screen=ckiDisplayDocument?docId=200000052171492
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:24 PM
11-15-2001 02:24 PM
Re: telnet problem in 11i
Another option is presented in this thread. Similar to the thread given by Sanjay, although you said you have already checked /etc/services.
Good Luck,
C
http://us-support.external.hp.com/cki/bin/doc.pl/sid=e5033c811ad52e1fff/screen=ckiDisplayDocument?docId=200000006413938
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:31 PM
11-15-2001 02:31 PM
Re: telnet problem in 11i
If your problem is not being
able to telnet into the system from another box or even from the same box, the problem has to be with one of:
**/etc/services
** /etc/inetd.conf
do a grep telnet /etc/inetd.conf and see what the entry is.
Also check /var/adm/inetd.sec and see whether there is any deny entry for telnet in it.
Does the same problem occur with ftp or rlogin??
HTH and don''t forget to inform us how it got working.
(it sure will!)
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:31 PM
11-15-2001 02:31 PM
Re: telnet problem in 11i
Check your /etc/nsswitch.conf file.
-USA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:32 PM
11-15-2001 02:32 PM
Re: telnet problem in 11i
iF you problem is with telnet itself: then
***
On Problemsystem
telnet testsystem
-> does this work??
If it does not, then check the telnet binary:
#which telnet
#ll `which telnet`
#what `which telnet`
-> make sure the size and versions of the binary is correct. (compare it with a working box).
***
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:53 PM
11-15-2001 02:53 PM
Re: telnet problem in 11i
There was no nsswitch.conf. I copied the hp_defaults file and modified it for my env. I can telnet out but not in.
telnetd has 544 perms and is owned by bin:bin
telnet is not commented out in /etc/inetd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 03:07 PM
11-15-2001 03:07 PM
Re: telnet problem in 11i
Thanks for the help
GOpi