![]()
|
OS/2 Technical Support - General Networking
MAC = Medium Access Control MPTS = Multi-Protocol Transport System NDIS = Network Driver Interface Specification NIC = Network Interface Controller WAN = Wide Area Network The difference between PEER and TCP/IPPEER is used for file sharing, printer sharing, and COM port sharing. With PEER you can map a drive on another system to a drive letter on your system. You can similarly map printers and COM ports. You can also setup ACL (Access Control Lists) that allow or disallow access to certain resources for certain users.TCP/IP is the protocol used on the Internet. To actually transfer data other protocols are layered on top of TCP/IP. To access a file on another machine you would use a program called FTP and commands like GET and PUT to access the file. To transfer web pages you use a web browser which implements HTTP. There are programs that allow printing on remote machines (lpr) and executing programs on remote machines (telnet).
When you run MPTS
(Adapters and Protocol Services) and install or configure an adapter, you
have the option of installing several protocols. The two most common
protocols for SOHO systems are NETBIOS and TCP/IP. (I do not recommend
NETBIOS over TCP/IP.)
PEER networking uses the NETBIOS (NETBEUI) protocol, so when you add the
NETBIOS protocol, you are enabling PEER networking.
The internet uses TCP/IP, so when you add the TCP/IP protocol, you are
enabling TCP/IP and potentially Internet traffic. These two protocols are
independent of each other, have nothing to do with each other, do not depend
on each other, and do not affect each other. You can run one, the other,
or both on an adapter.
You could also install two adapters in your machine and run one protocol
on the first adapter, and another protocol on the second adapter, or both
protocols on the second adapter, or any combination.
Installing a network cardInstalling a new network card into an OS/2 system is really very easy. Only 2 files are required: The_Driver.OS2 and The_Driver.NIF. Unfortunately, finding these files can be somewhat trying. To make matters even worse, some vendors don't get the format of the .NIF file correct, So even if you have the files, the installation may not work because the format the .NIF file is wrong. Perhaps the vendor's install program is supposed to fix this problem, but many times that program is DOS based or won't run properly. I have found that it is better not to try to use it.Finding the driver filesWhen looking for the OS/2 driver files, look on the supplied disk, or the vendor's web site for NDIS drivers or LANSERVER drivers, and then find the 2 files ending in .OS2 and .NIF. Normally I find these 2 files in 2 separate directories (who knows why they are not together, but so be it). Sometimes the .NIF file is not named the same as the driver. For example, on the Intel 100b driver disk, the driver is named E100B.OS2 and the .NIF file is named E100BEO2.NIF. I like the .OS2 file and the .NIF file to have the same base name so I can keep track of them. So I renamed E100BEO2.NIF to E100B.NIF.Installing the driver filesSimply copy the .OS2 and the .NIF files to d:\IBMCOM\MACS. When you run MPTS, it reads all the .NIF files in this directory and uses the information inside these files to present a list of all the available drivers.Installing the driver itselfOnce you have these two files in place, you actually make the driver active by using MPTS, also known as "Adapters and Protocol Services" in the System Setup folder.![]() ![]() When you have this dialog setup the way you want, click "OK", then "Close", then "Exit". Setting up an Ethernet networkThere are two basic types of ethernet media that the SOHO operator will encounter. 10base2, also known as "thin wire" or "coax", and 10baseT, also known as "twisted pair", or "unshielded twisted pair" (UTP). The twisted pair connections can run at 10Mhz (10baseT) or 100Mhz (100baseT). Most 100Mhz cards today auto switch between 100Mhz and 10Mhz depending on what you plug them into.A typical coax network will look like this: [picture] You must have exactly two terminators, one on each end of the cable. With twisted pair, you need a hub if you are connecting more than 2 computers together: [picture] Sometimes the hub has a coax connector on it so you can also connect to a coax network. If you are not using this connector it should be disabled (if possible on the particular unit) or properly terminated. This means it needs exactly 2 terminators connected to it as if it was actually connected to a real network. You can put 2 terminators on a "T" connector and plug it onto the hub. If you do not terminate this connection, you can get a lot of collisions (transmission errors) on your network. You won't notice any data errors, but your speed will be reduced because of the collisions. For only 2 computers, you can connect them directly together using what is known as a crossover cable: [picture] This section not finished yet. Last modified on 2000 April 18 at 17:41:02 |