Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2001 14:37:09 -0700
From:      Brent Kearney <brent@kearneys.ca>
To:        FreeBSD Questions <freebsd-questions@FreeBSD.org>
Subject:   localhost connections
Message-ID:  <20010418143709.A62002@kearneys.ca>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010418143709.A62002>