- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- connection refuse when telnet
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
06-05-2000 10:21 PM
06-05-2000 10:21 PM
connection refuse when telnet
1)at console, I verify that the telnetd is running
2)issue netstat -a | grep telnet
I can see there are number of user connections are ESTABLISHED and the telnet is LINSTEN
3)I try to telnet to itself at console, but face the same problem
At that time, the cpu are very busy, is only about 10% idle. I suppose telnet does not need much resource. I am more incline to think that problem is on the tcp/ip settings. like max number of socket has reach limit. Any body can help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:02 PM
06-05-2000 11:02 PM
Re: connection refuse when telnet
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
All on one line and issue the following command
inetd -c
Also check /var/adm/inetd.sec
for any funny looking restrictions to do with telnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:03 PM
06-05-2000 11:03 PM
Re: connection refuse when telnet
The telnetd process is spawned by your inetd when a new telnet connection request is accepted. telnetd is not meant to run by itself.
Check your /etc/inetd.conf and ensure that the line beginning with telnet is not commented out. If the line has been commented out, uncomment it and restart inetd by running inetd -c. Check that your inetd process is running. If it still does not work, check your /var/adm/inetd.sec for any IP restrictions for the telnet clients.
Regards.
Steven Sim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 12:09 PM
06-06-2000 12:09 PM
Re: connection refuse when telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 12:57 PM
06-06-2000 12:57 PM
Re: connection refuse when telnet
type
#kmtune (or #sysdef at 10.20)
and see how many are in your kernel now.
Then type
/dev/ll pt* | wc -l
and see how many device files you have. They should be close.
If not, increase them (and your nstrpty and npty should be the same) in the kernel and/or /dev and reboot.
to increase in kernel, the easiest way is to use SAM. To increase in /dev, type
#insf -n
For more information, see
<>
Berlene