- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Not able to connect windows on port 2321
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
05-27-2009 05:22 AM
05-27-2009 05:22 AM
Not able to connect windows on port 2321
I am trying to connect windows server to port 2321 from my HP-Unix 11i v2.
I am able to ping the windows server, and the service is running on this windows server.
When I am trying to telent this windows server using:
# telnet XXX.XXX.XXX.XXX 2321
Trying...
Connected to 172.17.114.35.
Escape character is '^]'.
Connection closed by foreign host.
Also, did "grep 2321 /etc/services" and not found this port in this file.
Please, help me to know what steps I should take to get connection to this windows server.
Thanks in advance.
regards,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 05:30 AM
05-27-2009 05:30 AM
Re: Not able to connect windows on port 2321
Are you the person in charge of this windows server ? If so, what is the application listening on port 2321 ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 05:33 AM
05-27-2009 05:33 AM
Re: Not able to connect windows on port 2321
>>Also, did "grep 2321 /etc/services" and not found this port in this file.
It may not be there as it contains only most commonly used services and port by default
>>Please, help me to know what steps I should take to get connection to this windows server.
what type of you connection you are trying to establish ??
you telent command on 2321 clearly says that the server is reachable on that port from the unix
thanks!!
johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 05:36 AM
05-27-2009 05:36 AM
Re: Not able to connect windows on port 2321
For me, everything is working as expected. You are able to connect to the windows server port number 2321. What else do you expect?
>>Also, did "grep 2321 /etc/services" and not found this port in this file.<<
You won't find. because port 2321 should be configured on windows server and should listen.
If you are connecting from other machine to hp-ux server port no 2321, then that port should have configured on /etc/services.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 05:53 AM
05-27-2009 05:53 AM
Re: Not able to connect windows on port 2321
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 05:57 AM
05-27-2009 05:57 AM
Re: Not able to connect windows on port 2321
2321 rdlp
But, I am still not able to connect to the server.
Giving same message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 05:58 AM
05-27-2009 05:58 AM
Re: Not able to connect windows on port 2321
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2009 06:17 AM
05-27-2009 06:17 AM
Re: Not able to connect windows on port 2321
> /etc/services with :
> [...]
I think that when you specify "2321" on your
Telnet command, no one is looking at
/etc/services for help in figuring out what
"2321" means.
> 2321 rdlp
You mean "rdlap"?
> But, I am still not able to connect to the
> server.
No, you did connect. The server apparently
didn't want to stay connected to you. What,
exactly, did you expect to happen?