ip
The IPv4 address to be configured in dotted quad
notation, for example "192.168.1.1". (required, string, no
default)
nic
The base network interface on which the IP address will
be brought online. If left empty, the script will try and determine this from
the routing table. Do NOT specify an alias interface in the form eth0:1 or
anything here; rather, specify the base interface only. Prerequisite: There
must be at least one static IP address, which is not managed by the cluster,
assigned to the network interface. If you can not assign any static IP address
on the interface, modify this kernel parameter: sysctl -w
net.ipv4.conf.all.promote_secondaries=1 (or per device) (optional, string,
default eth0)
cidr_netmask
The netmask for the interface in CIDR format (e.g., 24
and not 255.255.255.0) If unspecified, the script will also try to determine
this from the routing table. (optional, string, no default)
broadcast
Broadcast address associated with the IP. If left empty,
the script will determine this from the netmask. (optional, string, no
default)
iflabel
You can specify an additional label for your IP address
here. This label is appended to your interface name. If a label is specified
in nic name, this parameter has no effect. (optional, string, no
default)
lvs_support
Enable support for LVS Direct Routing configurations. In
case a IP address is stopped, only move it to the loopback device to allow the
local node to continue to service requests, but no longer advertise it on the
network. (optional, boolean, default false)
mac
Set the interface MAC address explicitly. Currently only
used in case of the Cluster IP Alias. Leave empty to chose automatically.
(optional, string, no default)
clusterip_hash
Specify the hashing algorithm used for the Cluster IP
functionality. (optional, string, default sourceip-sourceport)
unique_clone_address
If true, add the clone ID to the supplied value of ip to
create a unique address to manage (optional, boolean, default false)
arp_interval
Specify the interval between unsolicited ARP packets in
milliseconds. (optional, integer, default 200)
arp_count
Number of unsolicited ARP packets to send. (optional,
integer, default 5)
arp_bg
Whether or not to send the arp packets in the background.
(optional, string, default yes)
arp_mac
MAC address to send the ARP packets too. You really
shouldn't be touching this. (optional, string, default ffffffffffff)
flush_routes
Flush the routing table on stop. This is for applications
which use the cluster IP address and which run on the same physical host that
the IP address lives on. The Linux kernel may force that application to take a
shortcut to the local loopback interface, instead of the interface the address
is really bound to. Under those circumstances, an application may, somewhat
unexpectedly, continue to use connections for some time even after the IP
address is deconfigured. Set this parameter in order to immediately disable
said shortcut when the IP address goes away. (optional, boolean, default
false)