- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Port refusing connection
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
10-06-2003 02:13 AM
10-06-2003 02:13 AM
Port refusing connection
60532 connect requests dropped due to no listener
Any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 02:17 AM
10-06-2003 02:17 AM
Re: Port refusing connection
-Tomek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 02:22 AM
10-06-2003 02:22 AM
Re: Port refusing connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 02:33 AM
10-06-2003 02:33 AM
Re: Port refusing connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 02:44 AM
10-06-2003 02:44 AM
Re: Port refusing connection
you your port has been configured for the particular application you will able to do
telnet
if not u will get the connection refused error, the same attempt reflects in your
netstat -p protocol also. Also you can check if large number of drops and refuses present u can check for queue length also.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 02:46 AM
10-06-2003 02:46 AM
Re: Port refusing connection
tcp 0 0 *.8726 *.* LISTEN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 02:54 AM
10-06-2003 02:54 AM
Re: Port refusing connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 02:59 AM
10-06-2003 02:59 AM
Re: Port refusing connection
the probable settings causing error are
NDD and NDDCONF files
can please check for these values
tcp tcp_conn_request_max
tcp_syn_rcvd_max
u can set these values to large values using
#ndd -set
and also u can clear the stats from lanadmin **if those ndd settoings wont work out.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 03:48 AM
10-06-2003 03:48 AM
Re: Port refusing connection
The tcp_syn_rcvd_max is 500.
My guess is these are both default values. How do I determine how high to set these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 03:53 AM
10-06-2003 03:53 AM
Re: Port refusing connection
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 04:10 AM
10-06-2003 04:10 AM
Re: Port refusing connection
"netstat -s" or "netstat -p tcp" and looking for the line displaying the number of connection requests dropped due to full queue we can say If tcp_conn_request_max is too small. (this parameter is also called system listen queue depth).
If the number of drops is zero, the value of tcp_conn_request_max is fine. If the value is non-zero, either tcp_conn_request_max is too small or the values the applications are using in their calls to listen() are too small.
The value specified by you is high enough, but still we can find the drops, try for 6000+ value to be set.
max_conn_request_max is also global parameter.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 06:50 AM
10-06-2003 06:50 AM
Re: Port refusing connection
There is nothing in the syslog dealing with that port or with a failed connection.
The only other thing that I see that might point to anything is the other connection to the server that resembles this one looks like this in a netstat -a
tcp 0 0 *.8642 *.* LISTEN
tcp 0 0 GHSEGAT2.8642 datagate.4770 ESTABLISHED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 04:38 AM
10-07-2003 04:38 AM
Re: Port refusing connection
You can check nettl.LOG00* file under /var/adm. But you have to format the file first. Pls see netfmt man pg.
Rgrds
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:15 AM
10-07-2003 05:15 AM
Re: Port refusing connection
The 'connection refused' error supports this.
Do a traceroute between nodes and track the router. Are there other IP addresses shown in the traceroute or just is there just a switch? If IP's then go to these nodes and check for firewall applications.
Also, when you use your sniffer the port should be indicated, like with 'tcpdump'.
xxx.xxx.xxx.xxx 8726
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:17 AM
10-07-2003 05:17 AM
Re: Port refusing connection
"...This error is not related to your question if a firewall is ...
should read..
This error IS related to your question if a firewall is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:39 AM
10-07-2003 05:39 AM
Re: Port refusing connection
I also looked at the nttl.log00* file. The last several entries were entries from us unpluging the network cable and repluging it into a hub.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:13 AM
10-07-2003 06:13 AM
Re: Port refusing connection
Is the application listener managed by inetd? (i.e. does the application have an entry in /etc/inetd.conf like telnet or ftp) Or is the listener started and managed sperately (like the Oracle listener for example). If started by inetd - check the following:
1. As suggested above, have you checked there is no entry in /var/adm/inetd.sec that only allows access to that service from certain IP addresses?
2. Also have you turned on logging for inetd ? (I'm not at a system right now, but IIRC 'inetd -l' will do this)
If the listener runs seperately I'm not so sure where to go... it appears from your netstat output that *something* is listening on the port, but can you be sure it's your listener? You might want to get hold of a copy of lsof and check this. Otherwise all I can suggest is turning on debugging or additional logging in your application and looking at relevant log files.
HTH
Duncan
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:21 AM
10-07-2003 06:21 AM
Re: Port refusing connection
But /etc/services should id this.
Here is 'lsof'.
http://hpux.cict.fr/hppd/hpux/Sysadmin/lsof-4.64/
And the 'telnet ip port' number should succeed. So you have all the tools now.