PDA

View Full Version : Connection Attempt to UDP Messages


goosed
January 11th, 2009, 06:32
Hi all, not sure if this is the right subforum, but I figured I'd ask.

I'm getting 1000's of messages on my system console. They consist of:

Connection attempt to UDP 192.168.2.101:514 from 192.168.2.62:1053

192.168.2.101 is the internal IP of my BSD server, and 192.168.2.62 is the internal IP of my Mail server.

My question is why is this happening, and what can I do to correct it? Thank you.

SirDice
January 11th, 2009, 10:45
Udp/514 is syslog. Did you setup remote logging on your mailserver?

goosed
January 11th, 2009, 19:33
Yes remote syslogging is enabled on my Mail Server.

DutchDaemon
January 11th, 2009, 20:19
You will have to instruct your BSD's syslog to accept the external syslog traffic, in this case by adding '-a 192.168.2.62' to your syslog flags in rc.conf (see man syslogd).

goosed
January 12th, 2009, 04:12
Hmm, I read the man for syslog, and the "-a" switch does do what you say. However I'm using rsyslogd. "-a" for rsyslog allows additional sockets to listen on. Unfortunately I did not see any similar switches in the rsyslog man.

DutchDaemon
January 12th, 2009, 10:10
Considering the reply you already got here (http://kb.monitorware.com/viewtopic.php?f=36&t=8884) I will have to assume that rsyslog, by default, accepts syslog traffic from any host, leaving it up to a firewall to allow or disallow those hosts. So you'll have to look into whatever firewall your BSD box may be running.