Ethernet Win32
Ethernet Win32
-----------------------------------------
Overview
--------
GUI options
-----------
Select which NIC (network interface card) you want to bind to.
I have tested with one NIC setup only, multiple may or may not work.
I have no cable modems to test with, but if yours shows up
as a network card you may be able to use it.
You can also specify a "fake" hardware address. It's a 12 digit hexadecimal
string with no space in between characters. The address must not conflict with
any real NIC on the network. This may allow you to connect to some AppleShare
servers running on the same computer. If you use this option, you need to
specify the promiscuous mode as well. However, this option may break MacTCP traffic
to other Basilisk II computers, but not to other NT computers on the network.
AppleShare
----------
You should be able to connect to remote AppleShare file
servers, share your files and print. Depending on the MacOS
version, you may need to install EtherTalk. Select it in the
Network control panel.
If you are able to use OpenTransport with 68030 or 68040 CPU option
and have a 1 MB ROM, you can use AppleShare too. OpenTransport seems
to work much more reliably than classic networking.
Shared printers
---------------
No known problems.
On performance
--------------
The networking code has some performance hit. It is noticeable on
low-end computers only, on PII300 and better it can hardly be
detected.
You should not run network intensive programs at the same time
under Basilisk II and Windows on the same machine. They share
the same network card and both parties must do some work to
determine whether packets are meant for them or not.
After switching from LocalTalk to EtherTalk, it may take
a short while before AppleShare servers and printers appear
in Chooser. If you don't want to wait, switch AppleTalk off
and then on again.
Technical TODO
--------------
There is no need to lift the echo packets to the application
level. Downstream people should really take care of them.
Known problems
--------------
There has been some problems with AppleTalk zone list behaving rather oddly.
D.I.Y
-----
If the network drivers do not work for you, you are encouraged to
download a copy of the source code distribution and debug it. You need
Visual Studio 5 or 6 and MASM. The DDK, either Win98, NT4 or Win2000 version,
is needed to build the drivers. DDK's are available at Microsoft web site.
--
Lauri