X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by lists.alpinelinux.org (Postfix) with ESMTP id 944381EBFF1 for ; Mon, 3 Jan 2011 15:05:01 +0000 (UTC) Received: by iwn39 with SMTP id 39so13714846iwn.13 for ; Mon, 03 Jan 2011 07:05:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=AspvalseV+bl5z4XXvQ9pzc8d72T+pJJ6I82PVQd1Qs=; b=af1Wlj8oaHLca8auKqbUzQ9oHxndPIz02tYJ9fuphhMqOMypmdiN+J8oyRZaSQ6r+S p7AxPXCQkYHYes5BEQnBT6J/D6287QzDFhhw7bnZ2vs5p8UmjJnroBW9gqYvRcAOX/r3 T0H7doG6YUpYwnNWAZYbF+CjIcmZTbyOat3ns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rglhKPuCRFqXlbD52S4ynyq4qvjteKkK3r9ShEKE4I9/w1y063ylWyll6d4s8lE0VZ n5szuf4xDpRWz0b4JP5NioFDncJ/HmQiPoR2uj36UAlL7Gxs3uanQo3N8kZYRK02JYzJ uqvby152L72/7SkYaOGA4idy9h6nrA8+8EFoI= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.231.11.73 with SMTP id s9mr4434750ibs.161.1294067100467; Mon, 03 Jan 2011 07:05:00 -0800 (PST) Received: by 10.231.207.17 with HTTP; Mon, 3 Jan 2011 07:05:00 -0800 (PST) In-Reply-To: <13998206.4986.1294065432281.JavaMail.root@zimbra.netvantix.net> References: <13998206.4986.1294065432281.JavaMail.root@zimbra.netvantix.net> Date: Mon, 3 Jan 2011 16:05:00 +0100 Message-ID: Subject: Re: [alpine-devel] Shorewall Logs From: Leonardo Arena To: Steve Fink Cc: Alpine-devel Content-Type: text/plain; charset=ISO-8859-1 On Mon, Jan 3, 2011 at 3:37 PM, Steve Fink wrote: > Where are the Shorewall logs stored? > The Start/Stop/Restart info is written to /var/log/messages but I'm looking > for the dropped packets and such. > > I've gone through the mailing list archives and cannot find any info. > I've done some digging and see that this version of syslogd does not look at > the syslog.conf I'm assuming that because they're kernel messages they're > being handled by klogd but can't find where they're being written to. > Thanks, > Steve Busybox syslog writes everything in /var/log/messages. It does not support separated logfiles by facility. So, your firewall logs should be there, provided that you have enable logging of dropped/rejected packets in shorewall. Regards, - leonardo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---