From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 20:48:33 2005 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 F379F16A4CE for ; Thu, 17 Mar 2005 20:48:32 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D2B43D2F for ; Thu, 17 Mar 2005 20:48:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b224.otenet.gr [212.205.244.232]) j2HKlx3Y023979; Thu, 17 Mar 2005 22:48:00 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j2HKmMBo000955; Thu, 17 Mar 2005 22:48:22 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j2HKmLen000954; Thu, 17 Mar 2005 22:48:21 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 17 Mar 2005 22:48:21 +0200 From: Giorgos Keramidas To: Philippe Bastien Message-ID: <20050317204821.GA890@gothmog.gr> References: <7195523F.665408BD.37FAF405@netscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7195523F.665408BD.37FAF405@netscape.net> cc: freebsd-questions@freebsd.org Subject: Re: permanent changes to interface configuration 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: Thu, 17 Mar 2005 20:48:33 -0000 On 2005-03-17 15:39, Philippe Bastien wrote: > Hi. > I have made some changes to my interface configuration. I used > ifconfig to change from autodetect to 100baseTX full-duplex. Unless I > am mistaken, that change is not permanent (it will be lost on the next > reboot). What is the command or how do I make this change permanent? You save all the relevant ifconfig options in `/etc/rc.conf', i.e.: ifconfig_sis0="inet 10.0.0.2/8 -mediaopt FOO"