From owner-freebsd-questions Wed Feb 7 18:32:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id DDDEF37B401 for ; Wed, 7 Feb 2001 18:32:12 -0800 (PST) Received: from mark9 (hutch-729.hutchtel.net [206.10.71.29]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id UAA14491; Wed, 7 Feb 2001 20:32:10 -0600 (CST) Message-ID: <004001c09177$4d4cfa00$6100000a@vladsempire.net> From: "Josh Paetzel" To: "joe lee" , References: Subject: Re: ed0 Date: Wed, 7 Feb 2001 20:31:23 -0600 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "joe lee" To: Sent: Wednesday, February 07, 2001 8:25 PM Subject: ed0 > hi there. > My problem is that: > i've installed an ethernet card..however when i do a ifconfig -a, ed0 wont > show up. lo0, does exist tho. Also, when i restart, it shows the ethernet > card as ed0 during the boot. so. how can i fix this? Add this line to /etc/rc.conf: ifconfig_ed0="inet xx.xx.xx.xx" or if you are using DHCP add this line: ifconfig_ed0="DHCP" Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message