- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet Problems?
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-19-2004 01:39 AM
03-19-2004 01:39 AM
Telnet Problems?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:42 AM
03-19-2004 01:42 AM
Re: Telnet Problems?
And if it is refusing all telnets, /etc/inetd.conf is a prime suspect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:43 AM
03-19-2004 01:43 AM
Re: Telnet Problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:43 AM
03-19-2004 01:43 AM
Re: Telnet Problems?
Check your /etc/services file and make sure telnet is not commented out in there for some reason. Also, how are you trying to connect with IP or hostname? If hostname, make sure both hostnames and respective ip addresses are correct in your /etc/hosts files on each box.
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:45 AM
03-19-2004 01:45 AM
Re: Telnet Problems?
Do you get a login prompt?
You clould check if inetd is running, or your /etc/inetd.conf file for typo's
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:45 AM
03-19-2004 01:45 AM
Re: Telnet Problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:45 AM
03-19-2004 01:45 AM
Re: Telnet Problems?
Check out this doc from itrc. It may help,
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072157142
The doc id is KBRC00013880
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:47 AM
03-19-2004 01:47 AM
Re: Telnet Problems?
1)netstat -a |grep telnet
tcp 0 0 *.telnet *.*
LISTEN
This should be there
2) grep telnetd /etc/inetd.conf
telnet stream tcp nowait root /usr/lbin/telnetd
telnetd
needed
3)Patches
4)Name Resolution . can the host telnet to itself
5)look for and remove /etc/securetty if it is there
Show what happens when you try to telnet
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:50 AM
03-19-2004 01:50 AM
Re: Telnet Problems?
/var/adm/inetd.sec makes no reference to telnet at all.
/etc/inetd.conf is the same on both boxes.
I am trying to connect via IP.
There is no /etc/inetd.sec file.
/etc/services is the same on both boxes.
Still no good!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:53 AM
03-19-2004 01:53 AM
Re: Telnet Problems?
If the latter, I'd start thinking about routing or name resolution and things like that. If the former, then .... well, hope it's the latter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:55 AM
03-19-2004 01:55 AM
Re: Telnet Problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:57 AM
03-19-2004 01:57 AM
Re: Telnet Problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:58 AM
03-19-2004 01:58 AM
Re: Telnet Problems?
check the /etc/services files on both servers. Also compare the /etc/inetd.conf file on both servers.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 02:01 AM
03-19-2004 02:01 AM
Re: Telnet Problems?
Is it running? Do you have it listed in /etc/services and in /etc/inetd.conf?
netstat -a|grep telnet
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 02:10 AM
03-19-2004 02:10 AM
Re: Telnet Problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 02:13 AM
03-19-2004 02:13 AM
Re: Telnet Problems?
inetd starts telnet. CHeck if the inetd is running:
ps -eaf | grep inetd.
if not start it #inetd if so restart #inetd -c
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 02:14 AM
03-19-2004 02:14 AM
Re: Telnet Problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 02:14 AM
03-19-2004 02:14 AM
Re: Telnet Problems?
Post ll /usr/lbin/telnetd.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 02:18 AM
03-19-2004 02:18 AM
Re: Telnet Problems?
telnet 23/tcp #Virtual Terminal Protocol
inetd.conf:
telnet stream tcp nowait root /tcb/files/tcp_wrappers/bin/tcpd /usr/lbin/telnetd