From owner-freebsd-bugs Wed Nov 17 15:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEE2E14F18 for ; Wed, 17 Nov 1999 15:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA47059; Wed, 17 Nov 1999 15:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3BA3814F41; Wed, 17 Nov 1999 15:36:18 -0800 (PST) Message-Id: <19991117233618.3BA3814F41@hub.freebsd.org> Date: Wed, 17 Nov 1999 15:36:18 -0800 (PST) From: nschein@prisa.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/14964: Network Interface Configuration Problem and how it relates to lo0, portmap and rpc.statd. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14964 >Category: misc >Synopsis: Network Interface Configuration Problem and how it relates to lo0, portmap and rpc.statd. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 17 15:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Nathaniel Schein >Release: 3.2-stable >Organization: Prisa Networks >Environment: FreeBSD nister.prisa.com 3.2-19990726-STABLE FreeBSD 3.2-19990726-STABLE #0: Mon Jul 26 09:36:35 GMT 1999 root@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: Durring the installation process the network_interfaces line in /etc/rc.conf is set to "`interface` auto" I have found that this incorrectly configures "lo0" and does not allow rpc.statd to register with portmap. I have tested this across two installations 3.2-stable and 3.3-release. If network interfaces are set to just auto this is the ifconfig: lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 If network interfaces are set to "ep0 auto" this is the ifconfig: lo0: flags=8008 mtu 16384 >How-To-Repeat: In /etc/rc.conf nfs_server_enable="YES" nfs_client_enable="YES" network_interfaces="ep0 auto" >Fix: Do not have sysinstall place a network interface in /etc/rc.conf the standard "auto" in /etc/defaults/rc.conf works well or put lo0 in the /etc/rc.conf network_interface line. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message