Microsoft Internet Security and Acceleration Server 2000

FPCLAT.AddFromAllCards Method

Adds to the LAT all the ranges accessible through all network interface cards (NICs) of a specific server, according to the Windows 2000 routing table.

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

VBScript Syntax[VBScript]

FPCLAT.AddFromAllCards( sServerName )

C++ Syntax[C++]

HRESULT AddFromAllCards(
  BSTR sServerName
);

Parameters

sServerName
String that specifies the name of the server whose IP addresses, from all its NICs, should be added to the LAT. If no server is specified, this method will add the IP addresses from the current server 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

AddFromSelectedAdapters