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/hosts:
10.1.1.8printserver

so that the 'printserver' name is resolved. No doubt a reverse DNS entry
would have done the job too. My syslogd command line is like yours.

Hope that might help...

Howie

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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/printserver.log

AND in /etc/hosts:
10.1.1.8printserver

so that the 'printserver' name is resolved. No doubt a reverse DNS entry
would have done the job too. My syslogd command line is like yours.


  Also, the -a flag may be used with syslogd.



Hope that might help...

Howie

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



Regards,
--
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Addict
 OOO | FreeBSD  Linux User| Standards Rocks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]