- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet question
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
04-03-2002 09:49 AM
04-03-2002 09:49 AM
telnet question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 09:55 AM
04-03-2002 09:55 AM
Re: telnet question
Not having a SCO server in five years, I can't exactly tell you how, but what you need to do is set up telnetd on your SCO box to allow you in. Hopefully you have another way to get access to this box.
On your SCO box, in root, put a "+ +" in .rhosts file, then try rlogin, just to test the routing. Then of course remove the entry, lest you want everyone on your network to be able to login as root.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 09:56 AM
04-03-2002 09:56 AM
Re: telnet question
If you are able to ping to the server and if you are still getting refused messages, I could think of any of the following reasons.
1. inetd is not running on the server
2. There might be tcp_wrappers/inetd.sec configured on the server that is blocking your IP/network to connect to.
3. May be firewalls in between that are filtering the TCP traffic.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 12:52 PM
04-03-2002 12:52 PM
Re: telnet question
See if you can telnet from the SCO box to your HPUX box.
Most importantly, drop the SCO and install LINUX!
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 12:54 PM
04-03-2002 12:54 PM
Re: telnet question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 01:04 PM
04-03-2002 01:04 PM
Re: telnet question
You need to login to the SCO server & ps -ef | grep telnet to detrmine whether the telnetd daemon is running.
This is one of those times where I wish HP-UX could ping a port as AIX can do .
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 06:23 PM
04-03-2002 06:23 PM
Re: telnet question
If not, telnetd is probably down.
Do all users have a problem telnetting to the SCO box or is it only a few of them?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 12:35 AM
04-04-2002 12:35 AM
Re: telnet question
login to SCO server from console and give this command.
#telnetd
try telnet again.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 05:42 AM
04-04-2002 05:42 AM
Re: telnet question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 07:32 AM
04-04-2002 07:32 AM
Re: telnet question
What does the syslog messages in SCO box show ?? Corresponding to every telnet attempt , there should be a message logged in the syslog giving the probably reason for failure.
telnetd is called by inetd; So, i am not sure whether you can run it standalone. The problem may not be with telnet, but somewhere else. Is ftp working? Is rlogin working? Can you telnet from another system to the SCO?
HTH
raj