Microsoft Internet Security and Acceleration Server 2000

FPCLAT.AddFromSelectedAdapters Method

Adds to the LAT the IP ranges that are accessible through selected network interface cards (NICs). The additional IP ranges are taken from the server specified by the sServerName parameter. The selected NICs are specified by manipulating the Adapters property of the corresponding FPCServer object.

Note  Changes made by using this method will not take effect until you call the FPCLAT.Save method.

VBScript Syntax[VBScript]

FPCLAT.AddFromSelectedAdapters( sServerName )

C++ Syntax[C++]

HRESULT AddFromSelectedAdapters(
  BSTR sServerName
);

Parameters

sServerName
String that specifies the name of the server whose IP addresses, from its selected NICs, should be added to the LAT. If no server is specified, the IP addresses from the current server are added to the LAT.

Note  When you've made and saved changes to the LAT that will affect whether a Network Interface Card (NIC) is external or internal, the Firewall and Web proxy (w3proxy) services must be restarted for your change to take effect. To stop and restart the services, use the FPCArray.SendRestartNotification method.

Applies To

FPCLAT

See Also

AddFromAllCards, FPCServer.Adapters.