From owner-freebsd-questions Wed Nov 17 11:22:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from console.prisa.com (gatekeeper.prisa.com [204.94.67.66]) by hub.freebsd.org (Postfix) with SMTP id 7B2B51534F for ; Wed, 17 Nov 1999 11:22:22 -0800 (PST) (envelope-from nschein@prisa.com) Received: from schein (schein.prisa.com [172.16.129.114]) by console.prisa.com (8.6.12/8.6.12) with SMTP id LAA12828; Wed, 17 Nov 1999 11:23:38 -0800 From: "Nathaniel Schein" To: "Freebsd Questions" , "Bob Sadler" Subject: RE: Setting up 2 Ethernet Cards on an NFS Server Date: Wed, 17 Nov 1999 11:22:21 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The netmask is too long and the network interfaces should be set to auto or specified. Also use dmesg to see if each interface was found. If each was not found, it may mean a hardware resource problem. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bob Sadler Sent: Wednesday, November 17, 1999 11:08 AM To: 'freebsd-questions@FreeBSD.ORG' Subject: Setting up 2 Ethernet Cards on an NFS Server 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message