- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Opening a Port in HPUX 11.23
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-12-2009 09:29 AM
05-12-2009 09:29 AM
Opening a Port in HPUX 11.23
I have two servers each in different network zones. From one server I am trying to do telnet with a specific port number.
On one port number (DB port), it is showing me connection refused and when I am trying to connect it with second port (DB port) it is showing me connection timed out.
Please suggest
Thanks n Regards
Arun Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 09:39 AM
05-12-2009 09:39 AM
Re: Opening a Port in HPUX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 10:03 AM
05-12-2009 10:03 AM
Re: Opening a Port in HPUX 11.23
To test this, go to the target (listening) machine and run
netstat -an | grep LISTEN | grep
more than likely, you will not see anything
On the other hand, connection timed out message is usually an indicative of firewall not letting you access the other (target) server using the port number specified. Unless you are the firewall admin, I'd suggest you to talk to the firewall admins.
Hope this helps.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 11:39 AM
05-12-2009 11:39 AM
Re: Opening a Port in HPUX 11.23
the first port is reseting
the second port is not answering
so it can be a configuration of ipfilter or a firewall between the systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 12:47 PM
05-12-2009 12:47 PM
Re: Opening a Port in HPUX 11.23
when you want to have a telnet connection on a particular port for a particular server that server should have the port open and should be ready to accept connection, which typically will happen only when u have a service running on that port.
for example when u do a
#telnet servername 22
u will get a connection if ssh is enabled on that server. If ssh is disabled u will get a connection refused. and in this case enabling and disabling is controlled via inetd.conf. Keep in mind u have to have ur firewall allowing this port traffic.
Coming to you case as u said 2 different networks there is a very god chance that u have a firewall which might be controlling port traffic. if u want to have this connection check with your network team to allow that port traffic.
Cheers,
-uvk
Like it or worked !! Click kudos !!