Microsoft Internet Security and Acceleration Server 2000

FPCServer.IntraArrayAddress Property

Gets or sets a reference to the returned key string. The key string is the IP address for communication between array members, when routing requests for CARP. Each server must have an IP address defined to serve as the intra-array address.

Note  For CARP to function for incoming Web requests, be sure that the IP address that is used for intra-array communication (by default, an internal IP address) listens for requests on the same port as the IP address configured to listen for incoming Web requests. The default port is port 80.

To do this, configure the array's incoming Web request properties to use the same listener configuration for all IP addresses, by using the FPCWebRequestConfiguration.AllInterfaces property. Alternatively, you can add the IP address used for intra-array communication to the list of incoming Web request listeners by using the FPCListenEntry.IP property.

VBScript Syntax[VBScript]

FPCServer.IntraArrayAddress [ = sIntraArrayAddress ]

C++ Syntax[C++]

HRESULT get_IntraArrayAddress( 
  BSTR *psIntraArrayAddress 
);
 
HRESULT put_IntraArrayAddress( 
  BSTR sIntraArrayAddress
);

Parameters

sIntraArrayAddress
Reference to returned key string.

The property is read-write.

Applies To

FPCServer