make sure your syslogd is running with the option to accept remote
questions...by default..i think it only allows local..
-Rob
In comp.dcom.sys.cisco Martin <> wrote:
> Didier wrote:
>> Hi,
>> I've these entries on my router:
>> logging facility local0
>> logging source-interface FastEthernet0
>> logging x.y.z.y
>>
>> In my freebsd box /etc/syslogd.conf file:
>> local0.* /var/log/cisco.log
>>
>> When running tcpdump, I can see that a syslog message arrives at my
>> freebsd box:
>> 14:37:50.785983 myrouter.57372 > x.y.z.y.syslog: udp 77
>>
>> The file /var/log/cisco.log has no entries, why, what did I misconfigure?
>>
>> thx a lot?
> As stated in an earlier thread... To quote from one of my own /etc/rc.conf
> files:
> syslogd_flags="-a 10.0.0.1/32:*" # Allow Cisco to log stuff..
> See also "man syslogd"