Identity Realm and Interface Addresses

To configure the identity, realm, and IPv4 interface addresses for your DNS ALG profile:

  1. description—Set a name for the DNS ALG profile using any combination of characters entered without spaces. You can also enter any combination with spaces if you enclose the whole value in quotation marks. For example: DNS ALG service.
  2. client-realm—Enter the name of the realm from which DNS queries are received. If you do not set this parameter, the DNS ALG service will not work.
  3. client-address-list—Configure a list of one or more addresses for the DNS server interface. These are the addresses on the Oracle® Enterprise Session Border Controller to which DNS clients send queries.

    To enter one address in this list, type client-address-list at the system prompt, a Space, the IPv4 address, and then press Enter

    ORACLE(dns-config)# client-address-list 192.168.0.2

    To enter more than one address in this list, type client-address-list at the system prompt, and a Space. Then type an open parenthesis ( ( ), each IPv4 address you want to use separated by a Space, and closed parenthesis ( ) ), and then press Enter.

    ORACLE(dns-config)# client-address-list (192.168.0.2 196.168.1.1 192.168.1.2)