Specifications

5-4
Using LAN board in UNIX/Linux Environment
SATO Users Manual
Configuring IP Address by ARP
Register the combination of IP address and Ethernet address on ARP table and execute
PING.
- IP address configured in this method is temporary and will not be registered to LAN board.
Be sure to register IP address by TELNET or utility.
Example: Ethernet address is “00809200110f”, IP address is “192.168.10.100” and host name is “pbox”.
1. Switch on LAN board.
2. Register the combination of IP address and Ethernet address on the ARP table by
using ARP command.
arp -s 192.168.10.100 00:80:92:00:11:0f temp
3. Command PING.
ping 192.168.10.100
4. If you get reply from LAN board, configuration is complete.
192.168.10.100 is alive.
TIP