- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCP port numbers
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
07-07-2002 05:08 AM
07-07-2002 05:08 AM
TCP port numbers
I hv recently noticed lots of traffic through a specific TCP port number in my intranet. I hv a network of HP Business servers running production billing running HPUX 11.0.
Is there any unix command , which will map my tcp port number to the corresponding application ?.
Please help me out champs.
Thanks in advance
Kapil Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2002 05:15 AM
07-07-2002 05:15 AM
Re: TCP port numbers
Use lsof with the -i option, downloadable at:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/
# lsof -i
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2002 05:22 AM
07-07-2002 05:22 AM
Re: TCP port numbers
To add on, if you want to monitor all the application processes through a specific TCP port number eg. TCP port 1521 (typical Oracle port):
# lsof -i tcp:1521
This will show the processes along with originating IP address and source port along with other information.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 07:44 AM
07-08-2002 07:44 AM
Re: TCP port numbers
Check the list at:
http://www.iana.org/assignments/port-numbers
If it is a number like 12345 or 23456 check the trojans
list at:
http://www.sys-security.com/html/papers/trojan_list.html
or check it anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 01:18 PM
07-08-2002 01:18 PM
Re: TCP port numbers
netstat -a
(or -an)
helps as well?
Regards
uli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 01:51 PM
07-08-2002 01:51 PM
Re: TCP port numbers
lsof from :
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof
will do the job for you , this site has a complied version for 64 bit HPUX also.
Manoj Srivastava