From owner-freebsd-current@FreeBSD.ORG Sat Oct 29 04:08:53 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FD8B1065672; Sat, 29 Oct 2011 04:08:53 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) by mx1.freebsd.org (Postfix) with ESMTP id 64A778FC13; Sat, 29 Oct 2011 04:08:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=4oVDbyCgxf5GvZ4Mh62rhFsRd5cu/wrPlcZkZYcLtNo=; b=Kewl+Ng4aD0rrEDeOvzAhpcDy/c06eMo+YEsknRELvL+Z7+yOv4Jq/Gg0hx/xx6PRC3J0hxAB2ci4lSnuZY8T7X8OWquwgENtenOrXxCb/9s22idP3AgXTpQn109Blf/y/VRZtkw1pnfs6SBuN5B+es9ewuXgRNiusGA9KjUhYY=; Received: from cpe-72-182-3-73.austin.res.rr.com ([72.182.3.73]:52241 helo=[192.168.200.103]) by thebighonker.lerctr.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1RK0DD-000NA0-4Q; Fri, 28 Oct 2011 23:08:52 -0500 Message-ID: <4EAB7C25.3020309@lerctr.org> Date: Fri, 28 Oct 2011 23:08:05 -0500 From: Larry Rosenman User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Stanislav Sedov References: <20111028201614.5e340538.stas@FreeBSD.org> <93b1f542-2d5a-4295-8c64-32889ce1ae63@email.android.com> <20111028210110.3afca748.stas@FreeBSD.org> In-Reply-To: <20111028210110.3afca748.stas@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.9 (--) X-LERCTR-Spam-Score: -2.9 (--) X-Spam-Report: SpamScore (-2.9/5.0) ALL_TRUSTED=-1,BAYES_00=-1.9 X-LERCTR-Spam-Report: SpamScore (-2.9/5.0) ALL_TRUSTED=-1,BAYES_00=-1.9 Cc: freebsd-current@freebsd.org, FreeBSD PR followup Subject: Re: bin/162135: remote syslog not logging X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 04:08:53 -0000 On 10/28/2011 11:01 PM, Stanislav Sedov wrote: > On Fri, 28 Oct 2011 22:20:27 -0500 > Larry Rosenman mentioned: > >> See the options lines >> >> -a 192.168.200.0/24 >> >> And the Cable modem is sending to 514. >> > Please, read the manpage description for the '-a' switch. > The modem is sending to the port 514, it's true, but it's not > using port 514 as a source. And you didn't specify the source > service in the '-a' command line argument parameter. > AHA! That's the issue. I changed the -a to: syslogd_flags="-n -a 192.168.200.0/24:*" and we now get the messages logged. THANK YOU.