Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2000 07:30:24 -0700 (PDT)
From:      jeg@hawk.circa.ufl.edu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/17904: rc.network IPX configuration missing 'ipx' parm for ifconfig
Message-ID:  <200004101430.HAA73472@freefall.freebsd.org>

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


>Number:         17904
>Category:       conf
>Synopsis:       rc.network IPX configuration missing 'ipx' parm for ifconfig
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 10 07:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     John Gelnaw
>Release:        4.0-Current
>Organization:
University of Florida
>Environment:
FreeBSD wolf.circa.ufl.edu 4.0-RELEASE FreeBSD 4.0-RELEASE #0: 
Tue Apr  4 09:03:58 EDT 2000     jeg@wolf.circa.ufl.edu:/usr/src/sys/compile/Wolf  i386

>Description:
Added the following lines to /etc/rc.conf to enable IPX protocol,
after compiling kernel with IPX and NCPFS options.

ifconfig_fxp0_ipx="0x00010010"
ipxrouted_enable="YES"

When system booted, boot message paused on " sendmail" for several minutes.
After system finished booting, no tcp/ip available.  Checking ifconfig,
showed my tcp/ip address to be 1.0.16.0	
>How-To-Repeat:
Add above lines to /etc/rc.conf and reboot	
>Fix:
Checking showed that the line in rc.network that configures IPX was:

ifconfig ${ifn} ${ifconfig_args}

but should have been:

ifconfig ${ifn} ipx ${ifconfig_args}




>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?200004101430.HAA73472>