![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Security Discuss UNIX and Linux computer and network security, cybersecurity, cyberattacks, IT security, CISSP, OWASP and more. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| open ports solaris 8 | csgonan | SUN Solaris | 1 | 12-03-2008 12:24 PM |
| open ports solaris 8 | csross | UNIX for Dummies Questions & Answers | 3 | 12-03-2008 11:54 AM |
| domain linux server, open ports? | ccfc1986 | IP Networking | 1 | 06-23-2008 08:53 AM |
| How to check number of files is currenty open by Solaris 10 and Linux | civic2005 | SUN Solaris | 1 | 01-09-2007 09:01 AM |
| Open Ports on System | aldowsary | AIX | 2 | 11-26-2006 01:38 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Ports open on solaris/linux
Hi,
I am trying to close all possible ports on my solaris and linux servers. I am stuck on the following ports on both Solaris 10 (local zone) and Linux (Suse) servers. Here is nmap output : PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 1720/tcp open H.323/Q.931 1863/tcp open unknown PORT STATE SERVICE 22/tcp open ssh 1720/tcp open H.323/Q.931 1863/tcp open unknown 8080/tcp open http-proxy As you can see in bold on both servers I got 1720/tcp and 1863/tcp ports (telnet as well shows that it is listening). Do anybody knows what is listening on these ports ? I try to keep only ssh and web ports. (I tried lsof/netstat/fuser and stuff but no result with these ports). Thanks. |
|
||||
|
Don't quote me (and don't know if it'll help to much) but I think if I remember correctly it has port 1720 is some kind of VoIP, maybe that was on a Windows system.
~~~~~ OK had me thinking if I remembered correctly and I found the following information from http://www.voipvoice.com/faq.html (hope it's OK to post the link ) - it's the 3rd last question asked and might provide you with a little more information.For H.323 (MS Netmeeting etc…) * TCP port 1720 (H.225 call signalling for hosts) * TCP ports 11000 to 65535 (H.245 capability exchange) * UDP ports 16384 to 32767 RTP audio stream) For H.323 (Callserve) * UDP port 1719 (Callserve signalling) * TCP port 1720 (Callserve signalling) * UDP ports 5000 to 65535 (RTP audio stream) Last edited by woofie; 05-14-2009 at 06:18 AM.. Reason: More information. |
|
||||
|
just to mention, if you have a similar problem in the future, use lsof (in every linux standard repo, for aix available in the linux toolbox)
lsof -i TCP -l for example |
| Sponsored Links | ||
|
|