Configuration

Configuring a Multihomed Agent System

# IDS_LISTEN_IFACE

<insert your hostname/IP addr here>

to

IDS_LISTEN_IFACE1.2.3.4

Step 7. Save the file with your changes.

Step 8. If the agent is running, force the agent to reread the configuration file by sending it a HUP signal; see “Forcing Active Agent to Reread Configuration File” on page 205.

If you enter an invalid IDS_LISTEN_IFACE parameter, the HP-UX HIDS software agent will report an error when you attempt to start it. Repeat the steps above to correct the setting of IDS_LISTEN_IFACE and restart the HP-UX HIDS agent.

Example

Here is a complete example of the entire procedure:

You are installing the HP-UX HIDS agent software on a system named large which has three network interface cards, each with a unique IP address. Further, two of the IP addresses are mapped to aliases large1 and large2:

$ nslookup large

...

Addresses: 1.2.3.4, 1.2.5.10, 1.5.6.7

$ nslookup large1

...

Address: 1.2.3.4

$ nslookup large2

...

Address: 1.2.5.10

You must choose on which network interface the HP-UX HIDS agent software on the system large will listen. For example, you decide to choose the interface with the IP address 1.2.5.10, aliased to the name large2. This will mean that the HP-UX HIDS agent software will only communicate with an HP-UX HIDS administration System Manager, which sends network traffic to and receives it from IP address 1.2.5.10.

Therefore, you can set the IDS_LISTEN_IFACE parameter in the HP-UX HIDS configuration file to either of:

IDS_LISTEN_IFACE large2

IDS_LISTEN_IFACE 1.2.5.10

Suppose, however, that you choose the third network interface card, which has no host name aliased to it. In this case, you would set the IDS_LISTEN_IFACE parameter to:

IDS_LISTEN_IFACE 1.5.6.7

Now force the HP-UX HIDS agent to re-read the configuration file by sending it a HUP signal; see “Forcing Active Agent to Reread Configuration File” on page 205.

26

Chapter 2

Page 38
Image 38
HP Host Intrusion Detection System (HIDS) manual Example, $ nslookup large2