From owner-freebsd-questions Tue Feb 4 01:08:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA03845 for questions-outgoing; Tue, 4 Feb 1997 01:08:13 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA03811 for ; Tue, 4 Feb 1997 01:08:02 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA23271; Tue, 4 Feb 1997 11:05:34 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma023268; Tue Feb 4 11:05:10 1997 Message-ID: <32F6FBE0.4837@barcode.co.il> Date: Tue, 04 Feb 1997 11:05:36 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Barry Watts CC: freebsd-questions@freebsd.org Subject: Re: I need to change my ed1 information References: <199702040826.AAA29906@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Barry Watts wrote: > > I have recently changed Internet providers and need to change the default > information on my ed1 ethernet card. I already have installed and have > been running freeBSD. I need to get the command to change the IP Address > settings and netmask etc..... for my ethernet connection. > I know I've done it before, however it has been over a year since I have > had to do that. > > Thanks, > Barry Watts > bwatts@nwohio.com Edit /etc/sysconfig. There should be a line there starting with something like: ifconfig_ed1="inet ...." This line holds all the parameters given to ifconfig. Nadav