- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnetd[2193]: getpid: peer died: Connection timed...
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
12-30-2003 04:15 AM
12-30-2003 04:15 AM
telnetd[2193]: getpid: peer died: Connection timed out
I use the same reflections configurations to connect to several other ux 11.0 machines with no problems... any ideas?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 04:19 AM
12-30-2003 04:19 AM
Re: telnetd[2193]: getpid: peer died: Connection timed out
Look for statements with regards to telnet.
This is exactly how the connection would behave and be logged if inetd.sec was blockng telnet.
I'm attaching an example that DOES block telnet to be a refernce for you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 04:42 AM
12-30-2003 04:42 AM
Re: telnetd[2193]: getpid: peer died: Connection timed out
I DO have an inetd.sec, but only one line is not a comment:
dtspc allow 127.0.0.1 loopback icgstrn1
My other ux 11.0 box does NOT have inetd.sec... do I neet to expressly allow telnet if the file exists?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 04:56 AM
12-30-2003 04:56 AM
Re: telnetd[2193]: getpid: peer died: Connection timed out
Your reflection software is on your PC...so is the IP of your PC easily acknowledged or recognized by your UNIX host?
If it isn't your UNIX host will try to figure out who is 'knocking' and this could take around 90-120 seconds before it will return a login prompt. The problem is, that sometimes the PC software will quit before it gets an answer in time.
Couple ways to fix this....
Be sure the PC IP is referenced via DNS.
-or-
Put the PC IP reference in your /etc/host file..
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2003 05:19 AM
12-30-2003 05:19 AM
Re: telnetd[2193]: getpid: peer died: Connection timed out
Thanks!