From owner-freebsd-stable@FreeBSD.ORG Fri Feb 17 23:33:52 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB3316A420 for ; Fri, 17 Feb 2006 23:33:52 +0000 (GMT) (envelope-from rhelmus@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E39E43D45 for ; Fri, 17 Feb 2006 23:33:51 +0000 (GMT) (envelope-from rhelmus@gmail.com) Received: by nproxy.gmail.com with SMTP id x37so358236nfc for ; Fri, 17 Feb 2006 15:33:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FejOihdFX84RR9Dy4ZtllgrA7yiK8gOlpexqdVhXmDov5rPrNEUzXfGwvZ87va5IyO4BMEu9g1GNpvLcNGzM2VI7bqvurAP9zllXM5yHE82/EEA7MkiZ2CWpspQ/Vdkp4fpGCFX2JdieA1VCK+SVhCM9R5ukpYLZ5c7PXLi+RnE= Received: by 10.49.68.13 with SMTP id v13mr587757nfk; Fri, 17 Feb 2006 15:33:50 -0800 (PST) Received: by 10.49.28.13 with HTTP; Fri, 17 Feb 2006 15:33:50 -0800 (PST) Message-ID: Date: Fri, 17 Feb 2006 23:33:50 +0000 From: "Rick Helmus" To: "Boris Samorodov" , freebsd-stable@freebsd.org In-Reply-To: <04572438@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <84894541@srv.sem.ipt.ru> <52731540@srv.sem.ipt.ru> <04572438@srv.sem.ipt.ru> Cc: Subject: Re: Ignoring firewall startup scripts X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 23:33:52 -0000 2006/2/17, Boris Samorodov : > Can you show exact messages which ipfw wrote when logging (the very > first one, when you lost internet)? They may be left at > /var/log/messages file. > I re-enabled the ipv6 stuff from rc.conf(including the commented variables). It doesn't give any errors anymore, so they must have been related to the blocked network device. I checked /var/log/messages, it says that IPFW is succesfully loaded("ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, default to accept, logging disabled"). It doesn't contain any logs from the previous boots anymore. Anyway I just found out there is another command for ipv6 ipfw(ip6fw..), 'ip6fw list' lists the rules that /etc/rc.firewall6 creates :) So ipv6 seems to do it's work, while ipv4 doesn't. > > Well, sometimes very strange things do occure. ;-) > Hehe yup. Though I want to try things that make more sense first ;)