i have a cisco pix logging on a linux server using tcp port 514

raymundo

Stacy Brandenburg wrote:

I think you lost me, why is the PIX going to send tcp/1468? It syslogs out to 514 just like every other device. Are you trying to do someting other than syslog from it?

As far as syslogd goes - the man pages explain pretty well how to invoke syslogd in different fashions.




Paul Fontenot wrote:

The problem is that PIX is going to send tcp/1468 and the linux box is looking for udp/514. The PIX won't allow a port outside the range of '1025-65535' but it will do udp or tcp.

I guess the questions hould have been is there a way to have syslogd listen on a different port


From: Stacy Brandenburg <[EMAIL PROTECTED]>
Date: 2003/01/28 Tue PM 03:43:15 EST
To: [EMAIL PROTECTED]
Subject: Re: syslogging PIX data

Sure,

PIX config needs to look like this

logging on
logging trap <log level>
logging facility 23
logging host inside <IP of Syslog server>

run syslogd as "syslogd -r -m 0" on the server

and add this to /etc/syslog.conf:

#Cisco logging
local7.*        <Log file location>





Paul Fontenot wrote:

Is there a way to have syslog accept PIX log information?




--
========================================================
= Stacy J. Brandenburg                    Red Hat Inc. =
= Sr. Network Engineer           http://www.redhat.com =
= 919-754-3700 x44313              [EMAIL PROTECTED] =
========================================================



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list







--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to