From owner-freebsd-questions Wed Nov 17 11: 8:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hsrelay.micron.net (hsrelay.micron.net [198.60.253.114]) by hub.freebsd.org (Postfix) with ESMTP id B34C414C31 for ; Wed, 17 Nov 1999 11:08:30 -0800 (PST) (envelope-from bsadler@mcms.com) Received: from mail.mcms.com (mail.mcms.com [207.70.60.30]) by hsrelay.micron.net (8.9.1a/8.9.1) with SMTP id MAA17220 for ; Wed, 17 Nov 1999 12:08:28 -0700 (MST) Received: from CMS01SMTP1 by mail.mcms.com via smtpd (for hsrelay.micron.net [198.60.253.114]) with SMTP; 17 Nov 1999 19:08:03 UT Received: from cms01exch1.mcms.com (cms01exch1.mcms.com [172.30.13.60]) by cms01smtp1.mcms.com (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with SMTP id MAA17955 for ; Wed, 17 Nov 1999 12:08:19 -0700 Received: by cms01exch1.mcms.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.996.62) id <01BF30F4.708C9C80@cms01exch1.mcms.com>; Wed, 17 Nov 1999 12:08:20 -0700 Message-ID: From: Bob Sadler To: "'freebsd-questions@FreeBSD.ORG'" Subject: Setting up 2 Ethernet Cards on an NFS Server Date: Wed, 17 Nov 1999 12:08:03 -0700 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.996.62 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to know where to get HOW TO files on how to set up two ethernet cards on an NFS server. For now what I have done is the following: 1. Change rc.conf file to reflect the new device: ifconfig_de0="inet XXX.XXX.XXX.XXX netmask 255.255.255.255.0 media 10BaseT/UTP" ifconfig_de1="inet xxx.xxx.xxx.xxx netmask 255.255.255.255.0 media 10BaseT/UTP" cron_enabled="YES" lpd_enable="YES" lpd_flags="" sendmail_enable="YES" sendmail_flags="-bd -q30m" 2. Updated the exports file to allow mounting of de1. 3. During boot up the system recognizes de1 but it seems to be held up at: Starting Standard daemons: inetd cron printer sendmail Clients mounting to the system experience: nfs: can't get net id for host. I know I am not doing something, I just don't know what that something is. Robert Sadler (Test Engineer) MCMS (208) 898-1255 bsadler@mcms.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message