From owner-freebsd-embedded@FreeBSD.ORG Mon Sep 20 05:23:05 2010 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 699271065673; Mon, 20 Sep 2010 05:23:05 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 972178FC1A; Mon, 20 Sep 2010 05:23:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id o8K4p5tQ023304; Mon, 20 Sep 2010 14:51:06 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 20 Sep 2010 14:51:05 +1000 (EST) From: Ian Smith To: Lev Serebryakov In-Reply-To: <1758745936.20100920002342@serebryakov.spb.ru> Message-ID: <20100920143726.H11124@sola.nimnet.asn.au> References: <1848021077.20100919234214@serebryakov.spb.ru> <1758745936.20100920002342@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-embedded@freebsd.org Subject: Re: Soekris net5501-70 & NanoBSD 8.1: some problems X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 05:23:05 -0000 On Mon, 20 Sep 2010, Lev Serebryakov wrote: > Hello, Lev. > You wrote 19 ???????? 2010 ?., 23:42:14: > > > (3) Firewall script works strange: it is configured to file > > "/etc/firewall" and this file is present in image, but it loads > > "loopback" and "mandatory" parts foe /etc/rc.firewall and complains: > > Line 48: vr1: cannot get interface address > Ok, this is result of vr1 without IP, which is result of non-working > DHCP... Re loading loopback and ipv6_mandatory rules: this suggests that you may have firewall_script left undefined (defaulting to /etc/rc.firewall) and have set firewall_type="/etc/firewall" ? If /etc/firewall is a replacement script, specify it as firewall_script. If it's a set of rules that ipfw consumes via /etc/rc.firewall, start it with '-f flush' to clear those rules setup at the start of rc.firewall. (This came up the other day in ipfw@) cheers, Ian