From owner-freebsd-questions Sun Jun 16 6:13:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by hub.freebsd.org (Postfix) with ESMTP id 0209137B405 for ; Sun, 16 Jun 2002 06:13:55 -0700 (PDT) Received: from scms.utmb.edu (histidine.utmb.edu [129.109.59.80]) by histidine.utmb.edu (8.12.3/8.12.3) with ESMTP id g5GDDrOe014020; Sun, 16 Jun 2002 08:13:54 -0500 (CDT) (envelope-from bdodson@scms.utmb.edu) Received: from scms.utmb.edu (localhost [127.0.0.1]) by scms.utmb.edu (8.12.3/8.12.3) with ESMTP id g5GDDp6Q027388; Sun, 16 Jun 2002 08:13:53 -0500 (CDT) (envelope-from bdodson@scms.utmb.edu) Message-Id: <200206161313.g5GDDp6Q027388@scms.utmb.edu> Date: Sun, 16 Jun 2002 08:13:51 -0500 (CDT) From: bdodson@scms.utmb.edu Reply-To: bdodson@scms.utmb.edu Subject: Re: Trying to get two NICs installed on 4.5 To: Joe Joplin Cc: FreeBSD-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If the interfaces are truly set to plug and play, try the following in your kernel config instead of the ed0, ed1 lines: device miibus device ed This let's the OS figure it out via plug and play. Leave out the interfaces line in rc.conf, just set up lines to configure ed0 and ed1: ifconfig_ed0="inet netmask 255.255.255.0" ifconfig_ed1="inet netmask 255.255.255.0" Good luck, Bud Dodson -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message