- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet issue
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
Discussions
Discussions
Discussions
Forums
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
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-10-2011 02:45 AM
тАО06-10-2011 02:45 AM
telnet issue
I am facing one problem in one of our server.If I am trying to telnet to one of our server using port number,it is giving an error.How to solve this issue.
#telnet 172.16.8.164 3301
Trying...
telnet: Unable to connect to remote host: Connection refused
But If I am trying to connect using other port it is getting connected.What to do?
#telnet 172.16.8.164 3300
OS Version is HP-Unix11.31
- Tags:
- telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 02:51 AM
тАО06-10-2011 02:51 AM
Re: telnet issue
well, that port is either not allowed to be accessed from your station (firewall) or it's not even listening on the server.
Check it with your network admin, if there are any restrictions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 02:52 AM
тАО06-10-2011 02:52 AM
Re: telnet issue
#telnet localhost 3301
if the service is listening on the given port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 03:05 AM
тАО06-10-2011 03:05 AM
Re: telnet issue
and if you well a listening socket on port *:3300 , then there is a firewall between you and the server.
The other option si that listenqueue is full.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 03:42 AM
тАО06-10-2011 03:42 AM
Re: telnet issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 03:44 AM
тАО06-10-2011 03:44 AM
Re: telnet issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 03:47 AM
тАО06-10-2011 03:47 AM
Re: telnet issue
you can check if any application is listening
with a
netstat -an |grep LISTEN |grep '\.3300 '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 03:56 AM
тАО06-10-2011 03:56 AM
Re: telnet issue
tcp 0 0 *.3300 *.* LISTEN
# netstat -an |grep LISTEN |grep '\.3301'
#
Here for port 3300 its is showing listening and I can able to telnet using 3300.But I cant do it using 3301.In the netstat command also it is not giving any output.
How can I enable the port 3301 to listen state?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 04:01 AM
тАО06-10-2011 04:01 AM
Re: telnet issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 04:02 AM
тАО06-10-2011 04:02 AM
Re: telnet issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 04:17 AM
тАО06-10-2011 04:17 AM
Re: telnet issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2011 04:32 AM
тАО06-10-2011 04:32 AM
Re: telnet issue
http://forums.sdn.sap.com/thread.jspa?threadID=1571340
you just need to configure RFC
gateway service: sapgw01
if it is RFC you want to listen to port 3301