Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 1997 11:43:25 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        msmith@atrad.adelaide.edu.au (Michael Smith)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: IPX routing?
Message-ID:  <199707140943.LAA13223@zibbi.mikom.csir.co.za>
In-Reply-To: <199707140915.SAA09440@genesis.atrad.adelaide.edu.au> from Michael Smith at "Jul 14, 97 06:45:28 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> > At the moment the code in FreeBSD only do Ethernet_II framing, so
> > you will have use that on the nets that connects to the FreeBSD box.
> 
> Ok.  That would have been more or less impossible. 8(

Why? I don't know of any clients that can't do Ethernet_II framing.

> 
> > I do have code that do the Novel 802.3 protocol, but it only works
> > on the ed0 type cards because I use link1 in ifconfig to set it
> > and most other cards use that for something else like switching
> > 10BT on/off.
> 
> Erk.  Do I take it then that it's not possible to do the 802.[23] protocols
> as well as Ethernet_II simultaneously on the same interface?

It isn't technically impossible to do it. We can probably add code to
FreeBSD to do it. The way to do it is like Netware servers to make each
frame a seperate subnet. It is a waste on a big network though, because
all your ipx broadcasts will have to be done once for each frame type on
an interface.

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



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