Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Mar 2004
    Posts
    859

    Default Simple netstat question.

    I am seeing a bunch of these when running netstat:

    tcp 0 384 servername.domain.com:sonar adsl-69-107-115-60.ds:59612 ESTABLISHED

    So what is "sonar"?

    It looks like so sort of persistant connection? And how would I break this?

    Thanks for any advice!!!

  2. #2
    Member This forum account has been confirmed by cPanel staff to represent a vendor. UNIXy's Avatar
    Join Date
    Sep 2009
    Location
    Houston, Texas, USA
    Posts
    70
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by jols View Post
    I am seeing a bunch of these when running netstat:

    tcp 0 384 servername.domain.com:sonar adsl-69-107-115-60.ds:59612 ESTABLISHED

    So what is "sonar"?

    It looks like so sort of persistant connection? And how would I break this?

    Thanks for any advice!!!
    From /etc/services:

    sonar 572/tcp # sonar
    sonar 572/udp # sonar

    Find out what process is using the connection like this:

    Code:
    netstat -anltp|grep -i sonar
    Once you obtain the process id, you can terminate it with

    Code:
    kill -9 <PID>
    Be sure to investigate the process.

    Regards
    - Truly Fully Managed Servers http://unixy.net/
    - Fastlayer.com: Varnish for the cloud.
    - cPanel Varnish Plugin

Similar Threads & Tags
Similar threads

  1. Replies: 7
    Last Post: 04-04-2010, 04:39 PM
  2. Why is netstat using so much cpu? Top Process %CPU 61.0 netstat -npl
    By KatieBuller in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 06-20-2005, 04:42 PM
  3. Simple question MX Record question...
    By redlorry919 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 05-20-2005, 06:41 AM
  4. Very simple question...
    By EMS in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 05-19-2005, 02:53 PM
  5. Simple question
    By BuBa in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-08-2004, 03:07 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube