On 20 Oct 98, at 16:34, Lucas Brasilino wrote:
> I'm trying to link two IPX network with two linux boxes but
> I'm not successfull. These two networks is already using TCP/IP and IP
> masquerade with no problems.
Does the kernel have ipx support enabled? You should see some
messages about ipx at boot time or in dmesg if it does.
If ipx support is compiled as a module, is it loaded? Use insmod or
modprobe if it doesn't load automatically.
Does "cat /proc/net/ipx_interface" show anything? If not, use
"ipx_interface add ..." or "ipx_configure --auto_interface=on --
auto_primary=on" from the ipxutils package. (See ipx-howto for
more info on these commands.)
Do you have an ipx rip/sap daemon running? This maintains your
ipx routing tables for you. I use ipxripd 0.7. I think there is another
one that comes with mars-nwe that does the same thing.
Another quick test if you have the ncpfs package installed is to do
an slist and see if you see any Netware servers on your network
over your ethernet.
Cheers,
Doug
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]