Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 1999 15:36:18 -0800 (PST)
From:      nschein@prisa.com
To:        freebsd-gnats-submit@freebsd.org
Subject:   misc/14964: Network Interface Configuration Problem and how it relates to lo0, portmap and rpc.statd.
Message-ID:  <19991117233618.3BA3814F41@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000

If network interfaces are set to "ep0 auto" this is the ifconfig:
lo0: flags=8008<LOOPBACK,MULTICAST> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991117233618.3BA3814F41>