PLBCS_LOCALIP Keyword


     PLBCS_LOCALIP={ip address | URL}

 

This optional keyword specifies the URL or the IP address of a local system network with which to bind before attempting a connection to the PLBCS_HOSTNAME address. This is provided for situations where a server may have multiple independent networks available.

 

PLBSERVE uses the PLBCS_LOCALIP address in place of the PLBCS_HOSTNAME address when the PLBCS_HOSTNAME address is all zeros and one of the f, r, or t command options is used.

 

In addition to the basic keyword described above, the following keywords can be included in the PLBCLIENT INI file to cause the PLBCLIENT to attempt to logon to more than one PLBSERVE when a logon failure is detected. The PLBCLIENT will scan in sequential numeric order the following keywords until a logon is successful or until an expected numerical key sequence is not found. In each case below, the 'nn' value starts with one (1) and is incremented by one for each sequential entry.

 

PLBCS_HOSTNAMEnn={url|ip}

PLBCS_PORTNUMnn={portnum}

PLBCS_LOCALIPnn={url|ip}

Examples:

 

     PLBCS_LOCALIP=127.0.0.1

     PLBCS_LOCALIP1=246.57.142.80

     PLBCS_LOCALIP2=www.mydomain.com

or

     PLBCS_LOCALIP=www.sunbelt-plb.com

 

 

See Also: PLBSERVE Keywords, PLBCLIENT, PLBSERVE Command Syntax



PL/B Application Server PLBCS_KEYFILE PLBCS_LOCALIP6