Bug 10558

Summary: IPX networking not functioning in 6.2
Product: [Retired] Red Hat Linux Reporter: Evan Case <caseet>
Component: mars-nweAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-04-03 21:39:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Evan Case 2000-04-03 19:11:57 UTC
IPX networking doesn't appear to function.
  Here are a few commands, and their various error messages
  (Copied from command line)

  [root@linux /sbin]# ./ipx_interface check eth0 802.2
  ./ipx_interface: socket: Invalid argument

  [root@linux /sbin]# ./ipx_configure --auto_interface=on
  --auto_primary=on
  ./ipx_configure: socket: Invalid argument

  [root@linux bin]# slist
  slist: Server not found (0x8847) in ncp_open

  [root@linux ecase]# ncpmount -S SERVER -U USER -V SYS /novell
  Logging into SERVER as USER
  Password:
  ncpmount: Invalid argument when trying to find SERVER

  I used linuxconf to change the ipx settings from autoprobed to network
  specific.(802.2)
  That didn't work.
  IP networking does work.
  I had installed RH6.1, and was able to use IPX networking, and login to
  netware servers.

Comment 1 Bill Nottingham 2000-04-03 19:13:59 UTC
Do you have the IPX module loaded?

Comment 2 Evan Case 2000-04-03 19:19:59 UTC
Yes. The socket error also appears during startup, in the init section with
green "OK"'s

Comment 3 Evan Case 2000-04-03 21:30:59 UTC
I installed 6.1 + formatted HDD's. IPX works (Slist lists all the netware
servers). When I upgraded (with installer) to 6.2 IPX fails. The socket error
appears right before the "bringing up interface eth0 [ ok ]".

Comment 4 Bill Nottingham 2000-04-03 21:35:59 UTC
add:

'alias net-pf-4 ipx' to /etc/conf.modules.

Comment 5 Bill Nottingham 2000-04-03 21:39:59 UTC
*** This bug has been marked as a duplicate of 10375 ***