From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 16:55:35 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 3061816A4CE for ; Fri, 13 Feb 2004 16:55:35 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04ABB43D31 for ; Fri, 13 Feb 2004 16:55:35 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 13 Feb 2004 18:55:44 -0600 Message-ID: <402D71C2.2090607@daleco.biz> Date: Fri, 13 Feb 2004 18:54:26 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Goodman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Feb 2004 00:55:44.0578 (UTC) FILETIME=[46A51A20:01C3F295] cc: freebsd-questions@freebsd.org Subject: Re: rc.conf not working 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: Sat, 14 Feb 2004 00:55:35 -0000 Michael Goodman wrote: >I just cvsup'd from 4.9 to 5.2. After the reboot I noticed that my nics >weren't configured. Tried reconfiguring them using /stand/sysinstall >but no luck. I tried manually sourcing /etc/rc.conf but nothing >changes. I can't find any errors in syslog. Any ideas? Thanks >_______________________________________________ >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" > > > > > As root: #ifconfig rl0 192.168.0.1 255.255.255.0 to manually config NIC's. Use your driver name/number and correct IP/netmask, of course. I've never used it, but I think that #/bin/sh /etc/netstart might be the other way ... I'm pretty sure that using a shell's "source" command isn't going to do much for you, though...although I'm often wrong. Kevin Kinsey