Views:

On the web console, DNS server settings are configured in:

  • Administration > Network Configuration > Network Interface

    Network Interface

  • Go to the IPv4 Protocol tab and under IPv4 Miscellaneous Setting and configure the two DNS servers:

    • Primary DNS server
    • Secondary DNS server

    Configure 2 DNS servers

If your environment requires additional DNS servers to be set-up for IWSVA (ex. using multiple domains with individual DNS servers), these servers may be added by using the CLI and verified though the custom command line interface shell CLISH.

  1. Add the DNS servers manually using CLI:

    1. Log in to IWSVA CLI as root.
    2. Enter “vi /etc/resolv.conf” using vi editor to add DNS servers to resolv.conf file.

      add DNS servers1

    3. Press the “Insert” key or letter “I” to enable editing.
    4. Add the DNS servers using the following format:

      nameserver <ip_address>

      For example: nameserver 8.8.8.8

      add DNS servers2

    5. Press the “Esc” key to exit editing mode.
    6. Enter “:wq!” to save the file and exit vi editor.

      You can also add more than two (2) DNS entries in the /etc/resolv.conf file, as explained in the KB article: Configure IP address settings in InterScan Web Security Virtual Appliance (IWSVA).

  2. Verify that IWSVA registers the configured DNS servers via CLISH:

    1. Log in to IWSVA CLI as root.
    2. Enter “clish" to go to CLISH interface.
    3. Enter “enable” to enable privileged mode.
    4. Enter “show network dns” to display registered DNS server.
    5. Verify that your servers are listed as DNS1, DNS2, DNS3, etc.

      Verify that servers are listed

  3. Restart the network service:

    1. Enter “exit” to leave CLISH privileged mode.
    2. Enter “exit” again to leave CLISH and go back to CLI.
    3. Enter “service network restart” to restart the network service.

      Restart