Dell ulnm installation prerequisites, Dell ulnm network configuration prerequisites – Dell UPS 1000T User Manual
Page 118

ULNM with VMware ESXi Server 4.0/4.1/5.0
118
Dell ULNM Installation Prerequisites
The prerequisites for Dell ULNM installation are described in “Installation Prerequisites” on page 13.
Also see “Compatibility” on page 10.
Dell ULNM Network Configuration Prerequisites
All hardware elements must have an operational network configuration that allows free dialog between
them.
NOTE:
vMA 5 (Suse OS) does not require firewall settings.
Ensure, in particular, that vMA firewall authorizes the following:
• Connections on tcp port 4679 and 4680 to enable a remote access for supervision and configuration
through Web browser. These ports are reserved at IANA (http://www.iana.org).
• Connections through TCP port 80. It must be opened as a destination port (for output) on the
machine hosting Dell ULNM.
This step is not needed on vMA 5 (Suse OS).
• To enable communication between the Dell ULNM and Dell Dell Network Management Card.
sudo iptables -I OUTPUT -p tcp --dport 80 -j ACCEPT
sudo iptables -I OUTPUT -p tcp --dport 5000 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 4679 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 4680 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 4679 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 4680 -j ACCEPT
• To enable communication between Dell ULNM and the optional Dell UPS Network Management
Card:
sudo iptables -I INPUT -p udp --dport 161 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 200 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 2844 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 2845 -j ACCEPT
sudo iptables -I OUTPUT -p udp --dport 161 -j ACCEPT
sudo iptables -I OUTPUT -p udp --dport 200 -j ACCEPT
sudo iptables -I OUTPUT -p udp --dport 2844 -j ACCEPT
sudo iptables -I OUTPUT -p udp --dport 2845 -j ACCEPT
0120_3-Dell ULNM UG.book Page 118 Saturday, November 2, 2013 5:34 PM