Chapter 6

Web-Based Management
This chapter explains how to use your Web Browser to configure the Print Server

Overview

The Print Server incorporate the HTTP server. This allows you to connect to the Print Server
and configure it using your Web Browser. Most browsers should work, provided they support
tables and forms.

Preparation

Because it supports dynamic IP Address allocation using DHCP, BOOTP, or RARP, the Print
Server ships with an IP Address of 0.0.0.0. This is NOT a valid IP Address.
Therefore, you must do ONE of the following:
Check your DHCP server (if you have one), and determine the IP Address allocated to the
Print Server.
Use the Setup Wizard, BiAdmin or another Print Server utility to allocate a valid IP
Address to the Print Server.
Add an entry to the arp table to associate the hardware address of the Print Server with
the desired IP address, as follows:
arp -s IP_Address 00:c0:02:xx:xx:xx (Unix)
arp -s IP_Address 00-c0-02-xx-xx-xx (Windows)
Where:
IP_Address is the IP Address you wish to assign to the Print Server.
00:c0:02:xx:xx:xx is the hardware address of the Print Server.
Example (Unix):
arp -s 192.168.0.21 00:c0:02:12:34:56
Example (Windows):
arp -s 192.168.0.21 00c002123456
Note: The hardware address of the Print Server is shown on a sticker on the base of the device.
Page 34