From owner-freebsd-questions Fri Jun 9 18:57: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 25AE637C5C7 for ; Fri, 9 Jun 2000 18:56:57 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id SAA05098; Fri, 9 Jun 2000 18:56:54 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <006d01bfd27f$27392800$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Blake Joseph Darche" , Subject: Re: help! Network Configuration! Date: Fri, 9 Jun 2000 18:56:54 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Question: in order to configure my network interfaces-just basically >ethernet on my machine running MacBSD 1.4, do I add the network_interfaces= >line to the rc.conf? or what exactly do i add to which files. Well, in FreeBSD, you'd something like this (in /etc/rc.conf) to configure the device 'ep0': network_interfaces="ep0 lo0" # List of network interfaces (lo0 is loopback). ifconfig_ep0="inet 10.0.0.1 netmask 255.0.0.0" I'm not sure if it would be the same in MacBSD... You can try and see if it works by running 'ifconfig' manually: # ifconfig ep0 inet 10.0.0.1 netmask 255.0.0.0 up --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message