From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 04:09:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6F63716A41F for ; Thu, 8 Sep 2005 04:09:46 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D7C43D48 for ; Thu, 8 Sep 2005 04:09:45 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 31038 invoked from network); 8 Sep 2005 14:09:45 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Sep 2005 14:09:44 +1000 Message-ID: <431FB983.7070105@meijome.net> Date: Thu, 08 Sep 2005 14:09:39 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jia liu , FreeBSD Questions References: <20050908034517.33403.qmail@web15910.mail.cnb.yahoo.com> In-Reply-To: <20050908034517.33403.qmail@web15910.mail.cnb.yahoo.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8bit Cc: Subject: Re: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 04:09:46 -0000 jia liu wrote: > --- Norberto Meijome дµÀ: [...] please copy the list so others can help and the solution archived for others to see. > > Here is my rc.conf: > #--sysinstall generated deltas--# Thu Sep 8 2005 > ifconfig_dc0:"inet 192.168.0.3 netmask 255.255.255.0" looks ok to me > defaultrouter="192.168.0.1" > hostname="test.com" this should be hostname="something.test.com" > > And I tested that, even I rm /etc/rc.conf, the problem > happens as before. yeah, deleting the main config file will not really fix anything. that's a M$ solution ;) > When I 'ifconfig', see like these: > dc0: flags=108802<...> mtu 1500 > options=8 > media:Ethernet autoselect > Status:active not sure why, sorry.(is that the exact output?) btw, if you want your firewall to be setup, u need to set firewall_enable="YES" and ipfilter_enable="YES" if you use ipf Beto