Setting the IP Address by Using the ARP/PING Command

Start Command Prompt installed in Windows as standard, and set the IPv4 address of the machine.
1
Start [Command Prompt].
Open the [Start] menu and select [All Programs] or [Programs]  [Accessories]  [Command Prompt].
2
Enter "arp -s <IP address> <MAC address>" and press the [ENTER] key.
<IP address>
Enter the IP address to assign to the machine.
<MAC address>
Enter the MAC address of the machine with separation at every two digits by a hyphen "-." MAC Address
Example: arp -s 192.168.1.45 00-1E-8F-46-80-2e
3
Enter "ping <IP address>-l 479" * and press the [ENTER] key.
 
Enter a lowercase "L" for "-l."
<IP address>
Enter the same address as the one that you typed in step 2.
Example: ping 192.168.1.45 -l 479
Restart the machine, and the specified IP address is configured in the machine.
The subnet mask and gateway address are set to "0.0.0.0."
4
Enter "exit" and press the [ENTER] key.
Command Prompt exits.
To disable the ARP/PING command
The ARP/PING command can be used to change the IP address settings of the machine via the network. Thus, in order to ensure secure communication, it is recommended to disable the ARP/PING command after setting the IP address. Disabling IP Address Settings by Commands (ARP/PING Function)
0J3J-086