American Power Conversion DX Benutzerhandbuch

Seite von 96
NetworkAIR FM DX 60 Hz Operation, Maintenance, and Troubleshooting
64
Remote access to the control console
From any computer on the same subnet as the Network Management Card, you can use ARP and Ping to 
assign an IP address to a Network Management Card, and then use Telnet to access the control console of 
that Network Management Card and configure the needed TCP/IP settings. 
Note: After a Network Management Card has its IP address configured, you can use Telnet, 
without first using ARP and Ping, to access that Network Management Card.
1. Use ARP to define an IP address for the Network Management Card, and use the MAC address 
of the Network Management Card in the ARP command. For example, to define an IP address of 
156.205.14.141 for a Network Management Card that has a MAC address of 00 c0 b7 63 9f 67, 
use one of the following commands:
– Windows command format:
arp -s
 
156.205.14.141
 
00-c0-b7-63-9f-67
– LINUX command format:
arp -s
 
156.205.14.141
 
00:c0:b7:63:9f:67
Note: For the MAC address, look on the nameplate of the Network Management 
Card. The MAC address is also available on the display interface.
 
Path: Setup>System>Network Config
.
2. Use Ping with a size of 113 bytes to assign the IP address defined by the ARP command. For the 
IP address defined in step 1, use one of the following Ping commands: 
– Windows command format:
ping 156.205.14.141 -l 113
– LINUX command format:
ping 156.205.14.141 -s 113
3. Use Telnet to access the Network Management Card at its newly assigned IP address. 
For example:
telnet 156.205.14.141
4. Use apc for both user name and password.