- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shut off port 49152
Operating System - HP-UX
1819800
Members
3108
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-20-2006 09:17 AM
тАО12-20-2006 09:17 AM
On HP-UX 11.11 RP5470, Security has us shutting off certain ports. In this case, suspect is 49152:
# netstat -an | grep LISTEN | grep 49152
tcp 0 0 *.49152 *.* LISTEN
# grep ":49152" crashinfo.txt
fd=18 file=0x514852c0 vnode=0x6de2e808: VNFS_SPEC/VCHR v_data=0x6de2e800 v_rdev=0x15400001 sth=0x6e1dfb80 tcp_t=0x6e222528 L=*:49152 (LISTEN) ip ipc_t=0x6e1dbb68 /dev/tcp
Any idea what this is and how to shut it off?
Thank you for your support.
# netstat -an | grep LISTEN | grep 49152
tcp 0 0 *.49152 *.* LISTEN
# grep ":49152" crashinfo.txt
fd=18 file=0x514852c0 vnode=0x6de2e808: VNFS_SPEC/VCHR v_data=0x6de2e800 v_rdev=0x15400001 sth=0x6e1dfb80 tcp_t=0x6e222528 L=*:49152 (LISTEN) ip ipc_t=0x6e1dbb68 /dev/tcp
Any idea what this is and how to shut it off?
Thank you for your support.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2006 09:26 AM
тАО12-20-2006 09:26 AM
Re: Shut off port 49152
Use lsof to determine the process that is listening on port 49152. lsof can be obtained from http://hpux.cs.utah.edu/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2006 09:30 AM
тАО12-20-2006 09:30 AM
Solution
This will be a bit tricky and almost certainly 49152 is not the port that you want to shutdown --- at least, not directly and if you did, it wouldn't help more than momentarily. Ports starting at 49152 and up are the so-called anonymous, dynamic, or private ports. Normally a connection is established by a listener on a port in the registered range (1024-49151) and then the connection is handed off to the first available dynamic port and the listener goes back to listening for new connections at the dedicated port in the registered range. You need to use netstat or lsof to look for the dedicated port in the lower range. If you are lucky, the dedicated listener forks a process for the dynamic port so that the parent process is the one that you need to control.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP