Specifications

5-2
Using LAN board in UNIX/Linux Environment
SATO Users Manual
Configuring IP Address
-After configuring IP address, configure LAN board by TELNET.
For information about TELNET, refer to Chapter 7 Functions for Configuration.
Configuring IP Address by BOOTP
Register the combination of IP address and Ethernet address that are to be registered on
LAN board to BOOTP server. IP address will be configured to LAN board by turning the
power on.
-To configure IP address by BOOTP, you need a workstation that is running BOOTP within the
network.
The below shows an example of IP address configuration by UNIX BOOTP server.
Example: Ethernet address is “00809200100f”, IP address is “192.168.10.100” and host name is “pbox”.
1. Add following configuration to /etc/bootptab.
pbox:\
ht=ether:\ # Target hardware type is ETHERNET
ha=00809200110f:\ # Target hardware address
ip=192.168.10.100:\ # Target IP address
gw=192.168.10.254:\ # Default gateway address (If required)
sm=255.255.255.0: # Target subnet mask (If required)
2. Add following configuration to /etc/inetd.conf.
bootps dgram udp wait root /etc/bootpd bootpd
3. Reboot inetd.
kill -1 1
4. Reset LAN board and printer.
NOTE
TIP