Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 1995 16:13:20 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        dennis@etinc.com (dennis)
Cc:        terry@lambert.org, hackers@freebsd.org
Subject:   Re: IPX
Message-ID:  <199510102313.QAA11407@phaeton.artisoft.com>
In-Reply-To: <199510102238.SAA01901@etinc.com> from "dennis" at Oct 10, 95 06:38:43 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> >> SPX runs over IPX, so why would an IPX router care about or be incompatible
> >> with either implementation?
> >
> >Because SAP implies temporary bindery objects in previous implementations
> >for routing to operate.
> >
> >If you are talking about serving NetWare clients, then you are talking
> >about responding to GetNearestServer() calls from the clients, at the
> >very least to proxy them, since only a server on the same segment can
> >respond directly.
> 
> A true IPX router manages a network routing table and proliferates server
> information with other routers in the cloud. The information provided in
> response to a "GetNearestServer" call is a server name and a net, thus
> implying routing, not bridging. Routers route to nets in a very similar
> manner to IP routing. SPX is more analogous to TCP.....there is no impact or
> significance of windows or other aspects of SPX at the IPX routing level.
> Our IPX router is conformant to the "IPX Router Specification" Novell part
> number 107-000029-001.

The point being that if you implement an IPX server, presumably you will
need to implement reponses to GetNearestServer().

If you implement it on top of an existing IPX (like yours), then you
will need to use an ioctl() to retrieve the information to respond via
proxy (unless you illegally copy login.exe from a real Novell server).


All I'm saying is that your IPX implementation is sufficient (you
claimed that it wasn't usable as a general kernel extension because
it wasn't appropriate for thistype of use).

The SPX note was for connectionful services.  Like X.  SPX also
requires a working IPX, and SPX service advertisement is via SAPping
by port.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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