From owner-freebsd-questions Wed Apr 18 14:31:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kearneys.ca (cr442866-a.crdva1.bc.wave.home.com [24.115.134.86]) by hub.freebsd.org (Postfix) with ESMTP id BB72F37B423 for ; Wed, 18 Apr 2001 14:31:07 -0700 (PDT) (envelope-from brent@kearneys.ca) Received: (from brent@localhost) by kearneys.ca (8.11.1/8.11.1) id f3ILb9g62120 for freebsd-questions@FreeBSD.org; Wed, 18 Apr 2001 14:37:09 -0700 (PDT) (envelope-from brent) Date: Wed, 18 Apr 2001 14:37:09 -0700 From: Brent Kearney To: FreeBSD Questions Subject: localhost connections Message-ID: <20010418143709.A62002@kearneys.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone know what could be causing this? What uses port 3184? From the /var/log/messages file of a web server running FreeBSD 4.2: Apr 18 14:02:55 mocha /kernel: Connection attempt to UDP 127.0.0.1:3184 from 127.0.0.1:3369 Apr 18 14:02:55 mocha /kernel: Connection attempt to UDP 127.0.0.1:3184 from 127.0.0.1:3341 Apr 18 14:02:55 mocha /kernel: Connection attempt to UDP 127.0.0.1:3184 from 127.0.0.1:3187 Apr 18 14:02:55 mocha /kernel: Connection attempt to UDP 127.0.0.1:3184 from 127.0.0.1:3873 Apr 18 14:02:55 mocha /kernel: Connection attempt to UDP 127.0.0.1:3184 from 127.0.0.1:3188 Apr 18 14:02:55 mocha /kernel: Connection attempt to UDP 127.0.0.1:3184 from 127.0.0.1:3342 Apr 18 14:02:55 mocha /kernel: Connection attempt to UDP 127.0.0.1:3184 from 127.0.0.1:3343 Aside from the normal system processes (cron, syslog, etc), the server is running httpd, sshd, imapd, mysqld, smbd and nmbd. netstat -an output includes many of these: udp4 0 0 127.0.0.1.4571 *.* udp4 0 0 127.0.0.1.4322 *.* udp4 0 0 127.0.0.1.4168 *.* udp4 0 0 127.0.0.1.4154 *.* Any suggestions as to what might be the cause, or even how to go about investigating the cause, would be appreciated. Thanks, -Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message