HP-UX Host Intrusion Detection System Version 4.3 administrator guide

Table Of Contents
REMOTEHOST
to
REMOTEHOST 192.0.2.4
or
REMOTEHOST 2001:db8::100
NOTE: The REMOTEHOST parameter is overridden when you import the certificate bundle
with IDS_importAgentKeys.
13. Save the file with your modifications.
14. If the agent is running, force it to reread its configuration file, as described in “Forcing Active
Agent to Reread Configuration File” (page 191).
Changing the IP Address of an Administration System
If the IP addresses of the administration systems need to be changed, you must complete the
following steps to ensure that HIDS continues to run smoothly:
Check the REMOTEHOST entry in the ids.cf file located on the agent systems. If the
REMOTEHOST entry refers to the hostname, no modifications are required. However, if the
REMOTEHOST entry refers to the IP address, then you must update the entry to reflect the
new IP address.
TIP: If your administration system is not multihomed, and if you do not plan to make it
multihomed, use a hostname for the REMOTEHOST entry. You need not modify the ids.cf
file even if the IP address changes in future, as long as the hostname of the administration
system does not change.
Make this change in all the ids.cf files located on all the agent systems.
If the ids.cf files are identical, you can choose to push a master copy of the file to all the
agents.
Configuring a Loopback System
On a non-networked system (a system with no IP address) or for testing purposes, you can set
up an administration system in a loopback arrangement. This enables only a locally running
agent to communicate with the System Manager on the same system; no other agent systems
can be monitored.
To configure a loopback system, follow these steps:
NOTE: For an IPv6 system, replace all occurances of 127.0.0.1 below with ::1, the IPv6
notation for a loopback address.
1. On the administration system, log in as ids, as follows:
$ su - ids
2. Edit the agent configuration file. For example:
$ vi /etc/opt/ids/ids.cf
3. Set the value of IDS_LISTEN_IFACE to the following:
IDS_LISTEN_IFACE 127.0.0.1
4. Set the value of REMOTEHOST in ids.cf to the following:
REMOTEHOST 127.0.0.1
Configuring a Loopback System 39