Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 13:42:06 -0500
From:      "Kanno, Ken" <kkanno@rivenet.com>
To:        "'stable@freebsd.org'" <stable@freebsd.org>
Subject:   syslog config
Message-ID:  <0C3A66859AEF6E42A1B4AB53307B77AA0AF4CF@ex02.ad.rivenet.com>

next in thread | raw e-mail | index | archive | help
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C10EF0.2D9F7790
Content-Type: text/plain

I'm having problems making syslog properly filter out messages to the
correct files. We have a PIX that is sending a bunch of logs to the FreeBSD
syslog machine. Here is what I'm getting in /var/log/messages :

Jul 17 13:34:41 <4.5> gateway Jul 17 2001 12:35:27: %PIX-5-304001: 10.10.2.1
Accessed URL 206.40.47.5:/questions.html
Jul 17 13:34:43 <4.5> gateway Jul 17 2001 12:35:30: %PIX-5-304001: 10.10.2.1
Accessed URL 205.188.140.249:/image/93007873/aim/
Jul 17 13:34:47 <4.5> gateway Jul 17 2001 12:35:33: %PIX-5-304001: 10.10.2.9
Accessed URL 216.136.174.172:/slv/not3?v=2.0.1.7&t=12157301&.ta=cg,cc,ci
Jul 17 13:34:56 <4.5> gateway Jul 17 2001 12:35:42: %PIX-5-304001: 10.10.2.1
Accessed URL
205.188.140.249:/content/B0/0/iBL1O95LGrmfhtey6QEZXed5_17CpaPb3vA4nkXrnfJRrA
Uw7En0qPuQXCOlVMcp2WxXRddrW69mbitMrEl9gFmVB7z2uiEr51o6VNwLYIo$/aol
Jul 17 13:35:02 <4.5> gateway Jul 17 2001 12:35:48: %PIX-5-304001:
10.10.2.39 Accessed URL
205.188.136.217:/?action=aim&fields=snpghlocvAa&syms=AOL,INDEX:COMPX,INDEX:I
NDU,INDEX:INX
-----

How are these messages filtered out to their own files? The syntax of
syslog.conf is different than say on redhat linux and lines such as:

local4.emerg                                    /var/log/pix/pix_msg0
local4.alert                                    /var/log/pix/pix_msg1
local4.crit                                     /var/log/pix/pix_msg2
local4.error                                    /var/log/pix/pix_msg3
local4.warn                                     /var/log/pix/pix_msg4
local4.notice                                   /var/log/pix/pix_msg5
local4.info                                     /var/log/pix/pix_msg6
local4.debug                                    /var/log/pix/pix_msg7

do not seem to do anything when added to the syslog.conf on FreeBSD. what is
the correct syntax? I saw no examples under man for syslog, syslogd or
syslog.conf

I am currnently running "syslogd -v". Below is my current syslog.conf:

# $FreeBSD: src/etc/syslog.conf,v 1.13.2.2 2001/02/26 09:26:11 phk Exp $
#
#       Spaces are NOT valid field separators in this file.
#       Consult the syslog.conf(5) manpage.
*.err;kern.debug;auth.notice;mail.crit          /dev/console
*.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
security.*                                      /var/log/security
mail.info                                       /var/log/maillog
lpr.info                                        /var/log/lpd-errs
cron.*                                          /var/log/cron
*.err                                           root
*.notice;news.err                               root
*.alert                                         root
*.emerg                                         *
# uncomment this to log all writes to /dev/console to /var/log/console.log
#console.info                                   /var/log/console.log
# uncomment this to enable logging of all log messages to /var/log/all.log
#*.*                                            /var/log/all.log
# uncomment this to enable logging to a remote loghost named loghost
#*.*                                            @loghost
# uncomment these if you're running inn
# news.crit                                     /var/log/news/news.crit
# news.err                                      /var/log/news/news.err
# news.notice                                   /var/log/news/news.notice
!startslip
*.*                                             /var/log/slip.log
!ppp
*.*                                             /var/log/ppp.log

local4.emerg                                   /opt/syslog/pix_msg0
local4.alert                                   /opt/syslog/pix_msg1
local4.crit                                    /opt/syslog/pix_msg2
local4.error                                   /opt/syslog/pix_msg3
local4.warn                                    /opt/syslog/pix_msg4
local4.notice                                  /opt/syslog/pix_msg5
local4.info                                    /opt/syslog/pix_msg6
local4.debug                                   /opt/syslog/pix_msg7
----

KEN

------_=_NextPart_001_01C10EF0.2D9F7790
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3DUS-ASCII">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>syslog config</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>I'm having problems making syslog properly filter out =
messages to the correct files. We have a PIX that is sending a bunch of =
logs to the FreeBSD syslog machine. Here is what I'm getting in =
/var/log/messages :</FONT></P>

<P><FONT SIZE=3D2>Jul 17 13:34:41 &lt;4.5&gt; gateway Jul 17 2001 =
12:35:27: %PIX-5-304001: 10.10.2.1 Accessed URL =
206.40.47.5:/questions.html</FONT>
<BR><FONT SIZE=3D2>Jul 17 13:34:43 &lt;4.5&gt; gateway Jul 17 2001 =
12:35:30: %PIX-5-304001: 10.10.2.1 Accessed URL =
205.188.140.249:/image/93007873/aim/</FONT></P>

<P><FONT SIZE=3D2>Jul 17 13:34:47 &lt;4.5&gt; gateway Jul 17 2001 =
12:35:33: %PIX-5-304001: 10.10.2.9 Accessed URL =
216.136.174.172:/slv/not3?v=3D2.0.1.7&amp;t=3D12157301&amp;.ta=3Dcg,cc,c=
i</FONT></P>

<P><FONT SIZE=3D2>Jul 17 13:34:56 &lt;4.5&gt; gateway Jul 17 2001 =
12:35:42: %PIX-5-304001: 10.10.2.1 Accessed URL =
205.188.140.249:/content/B0/0/iBL1O95LGrmfhtey6QEZXed5_17CpaPb3vA4nkXrnf=
JRrAUw7En0qPuQXCOlVMcp2WxXRddrW69mbitMrEl9gFmVB7z2uiEr51o6VNwLYIo$/aol</=
FONT></P>

<P><FONT SIZE=3D2>Jul 17 13:35:02 &lt;4.5&gt; gateway Jul 17 2001 =
12:35:48: %PIX-5-304001: 10.10.2.39 Accessed URL =
205.188.136.217:/?action=3Daim&amp;fields=3DsnpghlocvAa&amp;syms=3DAOL,I=
NDEX:COMPX,INDEX:INDU,INDEX:INX</FONT></P>

<P><FONT SIZE=3D2>-----</FONT>
</P>

<P><FONT SIZE=3D2>How are these messages filtered out to their own =
files? The syntax of syslog.conf is different than say on redhat linux =
and lines such as:</FONT></P>

<P><FONT =
SIZE=3D2>local4.emerg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; /var/log/pix/pix_msg0</FONT>
<BR><FONT =
SIZE=3D2>local4.alert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; /var/log/pix/pix_msg1</FONT>
<BR><FONT =
SIZE=3D2>local4.crit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp; /var/log/pix/pix_msg2</FONT>
<BR><FONT =
SIZE=3D2>local4.error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; /var/log/pix/pix_msg3</FONT>
<BR><FONT =
SIZE=3D2>local4.warn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp; /var/log/pix/pix_msg4</FONT>
<BR><FONT =
SIZE=3D2>local4.notice&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp; /var/log/pix/pix_msg5</FONT>
<BR><FONT =
SIZE=3D2>local4.info&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp; /var/log/pix/pix_msg6</FONT>
<BR><FONT =
SIZE=3D2>local4.debug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; /var/log/pix/pix_msg7</FONT>
</P>

<P><FONT SIZE=3D2>do not seem to do anything when added to the =
syslog.conf on FreeBSD. what is the correct syntax? I saw no examples =
under man for syslog, syslogd or syslog.conf</FONT></P>

<P><FONT SIZE=3D2>I am currnently running &quot;syslogd -v&quot;. Below =
is my current syslog.conf:</FONT>
</P>

<P><FONT SIZE=3D2># $FreeBSD: src/etc/syslog.conf,v 1.13.2.2 2001/02/26 =
09:26:11 phk Exp $</FONT>
<BR><FONT SIZE=3D2>#</FONT>
<BR><FONT SIZE=3D2>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Spaces are NOT =
valid field separators in this file.</FONT>
<BR><FONT SIZE=3D2>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Consult the =
syslog.conf(5) manpage.</FONT>
<BR><FONT =
SIZE=3D2>*.err;kern.debug;auth.notice;mail.crit&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/console</FONT>
<BR><FONT SIZE=3D2>*.notice;kern.debug;lpr.info;mail.crit;news.err =
/var/log/messages</FONT>
<BR><FONT =
SIZE=3D2>security.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp; /var/log/security</FONT>
<BR><FONT =
SIZE=3D2>mail.info&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /var/log/maillog</FONT>
<BR><FONT =
SIZE=3D2>lpr.info&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /var/log/lpd-errs</FONT>
<BR><FONT =
SIZE=3D2>cron.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /var/log/cron</FONT>
<BR><FONT =
SIZE=3D2>*.err&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root</FONT>
<BR><FONT =
SIZE=3D2>*.notice;news.err&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
root</FONT>
<BR><FONT =
SIZE=3D2>*.alert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root</FONT>
<BR><FONT =
SIZE=3D2>*.emerg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *</FONT>
<BR><FONT SIZE=3D2># uncomment this to log all writes to /dev/console =
to /var/log/console.log</FONT>
<BR><FONT =
SIZE=3D2>#console.info&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp; /var/log/console.log</FONT>
<BR><FONT SIZE=3D2># uncomment this to enable logging of all log =
messages to /var/log/all.log</FONT>
<BR><FONT =
SIZE=3D2>#*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
/var/log/all.log</FONT>
<BR><FONT SIZE=3D2># uncomment this to enable logging to a remote =
loghost named loghost</FONT>
<BR><FONT =
SIZE=3D2>#*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @loghost</FONT>
<BR><FONT SIZE=3D2># uncomment these if you're running inn</FONT>
<BR><FONT SIZE=3D2># =
news.crit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp; /var/log/news/news.crit</FONT>
<BR><FONT SIZE=3D2># =
news.err&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; /var/log/news/news.err</FONT>
<BR><FONT SIZE=3D2># =
news.notice&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
/var/log/news/news.notice</FONT>
<BR><FONT SIZE=3D2>!startslip</FONT>
<BR><FONT =
SIZE=3D2>*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
/var/log/slip.log</FONT>
<BR><FONT SIZE=3D2>!ppp</FONT>
<BR><FONT =
SIZE=3D2>*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
/var/log/ppp.log</FONT>
</P>

<P><FONT =
SIZE=3D2>local4.emerg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp; /opt/syslog/pix_msg0</FONT>
<BR><FONT =
SIZE=3D2>local4.alert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp; /opt/syslog/pix_msg1</FONT>
<BR><FONT =
SIZE=3D2>local4.crit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; /opt/syslog/pix_msg2</FONT>
<BR><FONT =
SIZE=3D2>local4.error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp; /opt/syslog/pix_msg3</FONT>
<BR><FONT =
SIZE=3D2>local4.warn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; /opt/syslog/pix_msg4</FONT>
<BR><FONT =
SIZE=3D2>local4.notice&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; /opt/syslog/pix_msg5</FONT>
<BR><FONT =
SIZE=3D2>local4.info&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; /opt/syslog/pix_msg6</FONT>
<BR><FONT =
SIZE=3D2>local4.debug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp; /opt/syslog/pix_msg7</FONT>
<BR><FONT SIZE=3D2>----</FONT>
</P>

<P><FONT SIZE=3D2>KEN</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C10EF0.2D9F7790--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0C3A66859AEF6E42A1B4AB53307B77AA0AF4CF>