Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 1997 21:51:42 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        mark.wild@cableinet.co.uk (Mark)
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: IPX router problems
Message-ID:  <199711251951.VAA11667@zibbi.mikom.csir.co.za>
In-Reply-To: <48fb7ee47%mark@dougal.local> from Mark at "Nov 24, 97 12:03:05 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Mark,

You don't say which version of Netware you are using, but I would guess
that it is 3.0 or later. If so they have an internal network number
which should also show up in the netstat -r report. Why do you say
that you receive RIP/SAP packets?

One problem might be because the FreeBSD IPX code only supports
Ethernet_II framing, which is not the default for Netware servers.
The default for Netware 3.x is 802.3 framing and I think for v4.x
it is 802.2SNAP, but I'm not 100% sure. The easiest if you only
have W95 machines will be to change the server to use Ethernet_II
framing. (The default 95 setup will sense that automatically.) If
you have older Win3.X machines and diskless machines it won't be
that easy. If you can't do Ethernet_II framing, I do have a patch
to enable 802.3 framing on the FreeBSD box.

John
-- 
John Hay -- John.Hay@mikom.csir.co.za

> 
> Yes I have setup network addresses for each interface. I am receiving RIP/SAP
> packets from the server side ok (ed0) but nothing seems to get through the
> router. I keep getting bogus packet errors for anything attached to ed1.
> 
> netstat -r reports:
> 
> IPX:
> Destination        Gateway            Flags     Refs     Use     Netif Expire
> 1.*                1.7b1fffffff       U           0        0       ed1
> b120.*             b120.7b26ffffff    U           0        0       ed0
> 
> > > I'm having difficulty setting up an IPX router for Netware using 2.2.5.
> > > I've compiled the kernel with IPX added, ifconfiged each interface
> > > a network address, enabled IPX packet forwarding and run IPXrouted.
> > > 
> > > My setup is:
> > > 
> > >     W95  W95  <-- can't see anything through router
> > >      |    |
> > > ------------------- ed1 FreeBSD machine
> > >                     ed0
> > >                      |
> > >                      |--Server
> > >                      |
> > >                      |--Win machines
> > > 
> > > The problem I've got is that the Win95 machines can't see any Netware
> > > shares. Any suggestions as to what's wrong?



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