- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to 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
12-24-2005 12:18 PM
12-24-2005 12:18 PM
unable to telnet
I am getting the error when i try to telnet. ftp & telnet is not working. When i checked from the console the inetd service is up and running. I tried restarting the inetd service too. But no joys..
#telnet 10.200.125.201
Trying...
Connected to 10.200.125.201.
Escape character is '^]'. Ð Local flow control off
Connection closed by foreign host.
opal1 >telnet 10.200.125.201
Trying...
Connected to 10.200.125.201.
Escape character is '^]'. Ð Local flow control off
Connection closed by foreign host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2005 02:06 PM
12-24-2005 02:06 PM
Re: unable to telnet
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2005 10:04 PM
12-24-2005 10:04 PM
Re: unable to telnet
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=970779
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=493895
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=574156
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=121403
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=222009
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2005 01:31 AM
12-25-2005 01:31 AM
Re: unable to telnet
Check the /var/adm/inetd.sec and see if you may contact the machine from that partical machine.
Also try from the server to connect to other machines.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2005 12:42 PM
12-25-2005 12:42 PM
Re: unable to telnet
As above idea, Just check for /var/adm/inetd.sec file.
Here is copy/paste from inetd.sec file's content:
# The lines in the file contain a service name, permission field and
# the Internet addresses or names of the hosts and/or networks
# allowed to use that service in the local machine.
# The form for each entry in this file is:
#
#
#
# For example:
#
# login allow 10.3-5 192.34.56.5 ahost anetwork
You can modify the service and IP address that can connect to ther server.
For example (modify the inetd.sec from server has IP address: 10.200.125.201):
telnet allow your_ip_address
Hope this helps
Regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2005 10:19 PM
12-25-2005 10:19 PM
Re: unable to telnet
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2005 10:25 PM
12-25-2005 10:25 PM
Re: unable to telnet
Just do as,
# stty ixon
and put into the /etc/profile file.
-Muthu