Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2001 23:41:47 +0000
From:      "Aaron Scarisbrick" <aaronsca@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   syslogd bug/feature
Message-ID:  <F105u7noUK5pg2C0j1p0000f146@hotmail.com>

next in thread | raw e-mail | index | archive | help
I was trying to get syslogd (FreeBSD 4.2-RELEASE) to accept all incoming 
messages (no really, I have a good reason why), and couldn't get it to 
accept 0.0.0.0/0 as accept from any IP.  An IP address of 0.0.0.0 with a 
mask of 0 means any IP address to me, but syslogd interprets it as 0.0.0.0 
with a mask of 255.255.255.255:

[root@test1]# syslogd -d -a 0.0.0.0/0
allowaddr: rule 0: numeric, addr = 0.0.0.0, mask = 255.255.255.255; port = 
514
off & running....

Is this by design or accident?  What is the proper syntax for syslogd to 
accept messages from any IP?

TIA,

-Aaron


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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?F105u7noUK5pg2C0j1p0000f146>