Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Security
  5. Connection Management
  6. JDBC Client Configuration
  7. ODBC Client Configuration
  8. Access Control
  9. Logs
  10. High Availability
  11. Server Control
  12. Performance Tuning
  13. Troubleshooting

Administrator Guide

Administrator Guide

SetAddress

SetAddress

Sets the network address of the Dynamic Data Masking Server to enable IP address binding. The Dynamic Data Masking Server must be shut down to run the command.
Use the
setAddress
command if you want multiple Dynamic Data Masking Servers to run on the same machine and use the same listener port or if you want to use the same listener port for multiple Dynamic Data Masking services when the same service is defined on different Dynamic Data Masking Servers. The command creates a
server.address=<IP address>
property in the config.properties file and allows Dynamic Data Masking to identify the server or service by
<IP address>:<port>
or
<hostname>/<IP address>:<port>
.
You can use the
displayAddres
command to view the current network address and the
removeAddress
command to remove the address.
The command uses the following syntax:
server setAddress <IP address>
For example, you might enter the following command:
server setAddress 123.45.678.9

0 COMMENTS

We’d like to hear from you!