From owner-freebsd-questions@FreeBSD.ORG Tue Apr 6 14:21:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A30E016A4CE for ; Tue, 6 Apr 2004 14:21:24 -0700 (PDT) Received: from mx1.heronetwork.com (mail.heronetwork.com [216.254.62.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66DA243D1F for ; Tue, 6 Apr 2004 14:21:24 -0700 (PDT) (envelope-from sandshrimp@comcast.net) Received: from localhost (localhost [127.0.0.1]) by mx1.heronetwork.com (Postfix) with ESMTP id B7728A6A01; Tue, 6 Apr 2004 14:20:07 -0700 (PDT) Received: from mx1.heronetwork.com ([127.0.0.1]) by localhost (nott.heronetwork.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66384-04; Tue, 6 Apr 2004 14:20:06 -0700 (PDT) Received: from comcast.net (c-24-19-3-98.client.comcast.net [24.19.3.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.heronetwork.com (Postfix) with ESMTP id 3DE1DA6A1B; Tue, 6 Apr 2004 14:20:06 -0700 (PDT) Message-ID: <40731F00.2010801@comcast.net> Date: Tue, 06 Apr 2004 14:20:00 -0700 From: Ryan Merrick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: andy@neu.net References: <20040406190038.2419016A4EA@hub.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at heronetwork.com cc: freebsd-questions@freebsd.org Subject: Re: problems with make world process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 21:21:24 -0000 andy@neu.net wrote: > I am trying to use the make world process and am having a major problem. > Everything goes well until the last step. > > First I tied upgrading to 4.9 stable by: > cvsuping RELENG_4 > make buildworld > make buildkernel > make installkernel > reboot (single user) > mergemaster -p > make installworld > mergemaster > reboot > > When I reboot the network is totally broken, if I try to ping 192.168.1.1 > my local gateway I get: > ping: sendto: No route to host > > So, I thought maybe the mergemaster process hosed things up. I did the > whole process again and instead of running mergemaster, I rebooted after a > successful installworld. Again, same thing the network is broken. > > Then, I thought maybe something is wrong with 4.9, so I repeated the > exercise again twice going from 5.2.1.Release to 5.2.1.p4. And still no > luck. So, I am obviously missing something big or small (or both). > > The purpose for doing this is to build a firewall by following the > directions > at:http://www.schlacter.net/public/FreeBSD-STABLE_and_IPFILTER.html > > Everything looks ok as far as ifconfig and /etc/rc.conf are concerned. > What can I do to troubleshoot the network problem? Any advice would be > greatly appreciated. TIA > > > Andy > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Hi, I have been in this tough spot a few times. The default firewall rule is deny any to any. The default is used when no firewall type is specified in #/etc/rc.conf. To solve without reboot: #ipfw add 65000 allow ip from any to any echo 'firewall_type="open"'>> /etc/rc.conf -- -Ryan Merrick sandshrimp@comcast.net