ipx over ppp

From: helmut (mpeg4_at_gmx.de)
Date: 10/31/04


Date: 31 Oct 2004 02:00:03 -0800

Hi guys,

i've tried to use pptpd to tunnel an ipx connection through my debian
server. No luck yet.
Things i've done so far:
- installed ipx and ipxripd
- loaded ipx kernel module (modprobe ipx) - no problems
Module Size Used by
ipx 28196 0

- configured an ipx interface
ipx_configure --auto_primary on
ipx_configure --auto_interface on
ipx_internal_net add 1 2
ipx_interface add eth0 802.2 3

- ifconfig:
eth0 Link encap:Ethernet ...
IPX/Ethernet 802.2 addr:00000003:004063CA2292
...

IPX seems running?! Trying to connect to the pptpd gives:
Unsupported protocol 'Novell IPX Control Protocol' (0x802b) received

First idea - the pppd is the problem. So i wrote following lines in my
/etc/ppp/options:
ipx
ipx-network 123abcd
ipx-node 1:0
ipx-routing 2
ipx-router-name Linux_router
ipxcp-accept-remote

Trying to run pppd solely raised following error:
IPX support is not present in the kernel

Ok, i recompiled the kernel with IPX and Full internal IPX network.
Unfortunately pppd gives the same error.

I looked up the error message in the pppd sources. pppd is looking for
the ipx interfaces at /proc/net/ipx_interfaces. In my debian
(unstable, kernel 2.6.2) the ipx interfaces are located at
/proc/net/ipx/interfaces. So is it a bug in pppd, in debian or no bug
at all.

Please help me.

Helmut



Relevant Pages

  • [PATCH] Update Documentation/filesystem/proc.txt and Documentation/sysctls
    ... kernels, and became part of it in version 2.2.1 of the Linux kernel. ... core General parameter appletalk Appletalk protocol ... -find some short info on Appletalk and IPX further on in this chapter. ...
    (Linux-Kernel)
  • Re: [PATCH] Documentation, clarify tuntap IPX example.
    ... I'll have to have a closer look at kernel x.25 next, ... The IPX example sounded similar but i couldn't ... In other words you want to allocate TUN device (not TAP) and then call ... -the kernel sends an IPX packet to tap0, it is passed to the application ...
    (Linux-Kernel)
  • Re: How to IPX support on my RHE
    ... I'm trying to connect to a Novell server from a Red Hat Enterprise ... "The IPX protocol is unsupported in the main kernel for Red Hat ... I've read that you can change a config file and recompile the kernel. ...
    (comp.os.linux.networking)
  • Re: IPX problems
    ... > Is NCP useful for IPX? ... Seems the functionality is needed but it exists as a kernel module ... > Is the Ethernet frame on Novell server ETHERNET_II? ... Discovering man efwas the clue that got ...
    (freebsd-questions)
  • Re: FreeBSD 5.0 ncplib missing kernel module nwfs.ko?
    ... > course rebuilt kernel with options IPX and recompiled ncplib to make sure ... > after enabling IPX in kernel and compile in ncplib, ... You need to upgrade to FreeBSD 5.1. ...
    (freebsd-net)