syslog from Cisco - FreeBSD not working

2007-02-06 Thread Ewald Jenisch
Hi, I'm running into a problem configuring my syslogd in order to accept messages from Routers (Cisco). Here's what I did in my syslog.conf: local7.*/var/log/cisco-syslog Fields are separated by tabs of course In /etc/rc.conf I've got the following: syslogd_flags

Re: [freebsd-questions] syslog from Cisco - FreeBSD not working

2007-02-06 Thread Howard Jones
Ewald Jenisch wrote: To further track this down I changed the above line in syslog.conf to read +myrouter local7.*/var/log/cisco-syslog +* What I did to get this working was (in syslog.conf): +printserver !* *.* /usr/log/printserver.log AND in /etc

syslog behaving differently with -d (was: syslog from Cisco - FreeBSD not working)

2007-02-06 Thread Ewald Jenisch
On Tue, Feb 06, 2007 at 12:00:09PM +0100, Ewald Jenisch wrote: Hi, I'm running into a problem configuring my syslogd in order to accept messages from Routers (Cisco). Here's what I did in my syslog.conf: local7.*/var/log/cisco-syslog Hi, A couple of hours after my

Re: [freebsd-questions] syslog from Cisco - FreeBSD not working

2007-02-06 Thread Daniel Molina Wegener
Howard Jones wrote: Ewald Jenisch wrote: To further track this down I changed the above line in syslog.conf to read +myrouter local7.*/var/log/cisco-syslog +* What I did to get this working was (in syslog.conf): +printserver !* *.* /usr/log

syslog from Cisco - FreeBSD - SOLVED

2007-02-06 Thread Ewald Jenisch
this using the debug-option of syslogd - see below) 3) Add your log-setup for cisco devices at the end of syslog.conf like so: local7.*/var/log/Syslog/cisco-syslog 4) Touch and chmod 600 the logfile mentioned above 5) Restart syslogd: /etc/rc.d/syslogd restart Final thoughts

Syslog and Cisco

2003-11-01 Thread list
I am trying to send cisco's syslog to Syslogd and i have been unsuccessful. I have modified the syslog.conf to list local6.* /var/log/cisco. I have changed rc.conf to start syslog with -a and removed the -s command. I have checked with logger. While using the logger from FreeBsd i am able to

Re: Syslog and Cisco

2003-11-01 Thread Joe Marcus Clarke
On Sat, 2003-11-01 at 12:33, list wrote: I am trying to send cisco's syslog to Syslogd and i have been unsuccessful. I have modified the syslog.conf to list local6.*/var/log/cisco. I have changed rc.conf to start syslog with -a and removed the -s command. I have checked with logger.

Re: Syslog and Cisco

2003-11-01 Thread Joost Bekkers
On Sat, Nov 01, 2003 at 11:33:39AM -0600, list wrote: I am trying to send cisco's syslog to Syslogd and i have been unsuccessful. I have modified the syslog.conf to list local6.*/var/log/cisco. I have changed rc.conf to start syslog with -a and removed the -s command. I have checked

Re: Syslog and Cisco

2003-11-01 Thread list
Thanks it worked!! On Saturday 01 November 2003 02:11 pm, list wrote: that service * worked! thanks On Saturday 01 November 2003 12:06 pm, Joost Bekkers wrote: On Sat, Nov 01, 2003 at 11:33:39AM -0600, list wrote: I am trying to send cisco's syslog to Syslogd and i have been

Re: Syslog and Cisco

2003-11-01 Thread list
That worked! On Saturday 01 November 2003 12:06 pm, Joost Bekkers wrote: On Sat, Nov 01, 2003 at 11:33:39AM -0600, list wrote: I am trying to send cisco's syslog to Syslogd and i have been unsuccessful. I have modified the syslog.conf to list local6.*/var/log/cisco. I have changed