6.4 Configuring CIMOM Daemons to Bind to IP Addresses

You can configure OpenWBEM to bind the CIMOM daemons to all of the IP addresses on a server.

You can do this by editing the /etc/openwbem/openwbem.conf file. Set the http_server.listen_addresses parameter of the openwbem.conf file to 0.0.0.0, which is the default. The following is the section to change in the openwbem.conf file:

# http_server.listen_addresses option specifies the local addresses
# to listen on. The option is a space delimited list.
# Each item is either a hostname or an IP address. 
# The value 0.0.0.0 means to listen on all local addresses.
# This is a multi-valued option. Whitespace is the separator.
# The default is 0.0.0.0
http_server.listen_addresses = 0.0.0.0