A SERVICE OF

logo

ENWW TCP/IP Configuration 33
From a UNIX command prompt:
arp -s <IP address> <LAN hardware address>
ping <IP address>
where <IP address> is the desired IP address to be assigned to the
print server. The arp command writes the entries to the arp cache
on the workstation, and the ping command configures the IP
address on the print server.
For example:
In Windows
arp -s 192.168.10.1 00-b0-60-a2-31-98
ping 192.168.10.1
In UNIX
arp-s 192.168.10.1 00:b0:60:a2:31:98
ping 192.168.10.1
Note Once the IP address has been set on the print server,
additional arp and ping commands will be ignored.
Once the IP address is configured, arp and ping
cannot be used unless the print server is reset to
factory values.
On UNIX systems, the arp -s command may vary
between different systems.
Some BSD-based systems expect the IP address (or
host name) in reverse order. Other systems may
require additional parameters. See your system
documentation for specific command formats.