TCP/IP devices require that all IP addresses be unique. This section covers a variety of procedures for setting the IP address of Micro Webserver. It is usually not necessary to set a default gateway or net mask (even if you have gateways on your network), because Micro Webserver will use ARP (Address Resolution Protocol) information to accomplish routing when no default gateway is set. However, if you need to set these parameters, see the chapter "Configuring Micro Webserver".
Determine the Ethernet address of your Micro Webserver by reading it from the product label on the bottom of the Micro Webserver. The format of the Ethernet address is similar to 00:A0:53:hh:hh:hh.
For the following examples, webserver1 will be used as a sample host name. You can set the name to whatever is agreed upon between you and the network administrator.
You should assign a unique IP address for Micro Webserver. For this document, the address is represented by: ddd.ddd.ddd.ddd. If you are not sure of the available IP addresses, contact your network administrator.
Although the IP address is a single (4-part) number, it is internally divided into a network part and a host part. The Micro Webserver's Internet address must match the network part of other hosts on the network and its host part must be unique among these hosts. Typically, this means that the first 3 parts of the IP address match all other hosts on the local Ethernet and the 4th part is unique.
There are several ways to accomplish IP address assignment; choose the one that is easiest for you to use.
Using Windows Explorer or File Manager, run the BOOTP program as described in the section, "Installing Micro Webserver Using the BOOTP Utility".
Alternately, you can use your own BOOTP server. Follow the instructions for your particular BOOTP server. A typical example is:
webserver1:ht=Ethernet:ha=00a053hhhhhh:
where: 00a053hhhhhh is the Ethernet address and ddd.ddd.ddd.ddd is the IP address.
If you wish to configure Micro Webserver using a serial console or terminal emulation program:
The following table summarizes the pinout of the null modem cable.
where ddd.ddd.ddd.ddd is the IP address.
If your network has a RARP server in continuous operation, the IP address can be automatically assigned the first time Micro Webserver boots. To use this approach, insert an entry for Micro Webserver in both your Host and Ethernet tables.
where ddd.ddd.ddd.ddd is the IP address of the Micro Webserver and webserver1 is the host name.
where hh:hh:hh:hh:hh:hh is the Ethernet address from the bottom of the Micro Webserver.
From a UNIX host, proceed as follows:
where ddd.ddd.ddd.ddd is the IP address of the Micro Webserver.
where hh:hh:hh:hh:hh:hh is the Ethernet address from the bottom of the Micro Webserver.
The IP address is now set in RAM.
where ddd.ddd.ddd.ddd is the IP address.
You are ready to use Micro Webserver. Refer to the chapter, "Configuring Micro Webserver" to complete the configuration process if you are not adding additional SCSI devices such as CD-ROMS or external drives.