This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

iView DNS Settings

Anyone know how to change the DNS settings for iView. Decided I would test it in a VM to see how things work and the number one blocked host is the ivies system because it is set to using its internal DNS service which in turns uses the Internet for all its lookups which is not going to help with reporting on what the internal hosts are doing.

As a temporary work around does anyone know the "cc" commands to tell the dns service to forward all its request to a DNS server.

TIA
-Ron


This thread was automatically locked due to age.
  • I noticed there is now an up2date file on the ftp server but there is no description included on what it corrects. Applied it to my VM that I am testing with and there is still no way to change the /etc/resolv.conf from 127.0.0.1 to a local DNS server on my network other than logging in via the shell and changing it. (Not sure what ramifications occur if this is done)

    -Ron
  • only POODLE fix and Russian timezone update as far I see
  • As with the UTM, it is possible to configure iView's DNS cache to use a specific forwarder or forwarders for queries. Unlike the UTM, this feature is not currently available from the iView Setup WebAdmin UI.

    The following steps to configure this manually worked for me:

    - In the iView Setup WebAdmin, go to Network Definitions and create a new host entry called "DNS Server" with the IP address of the DNS Server you want to use
    - SSH to the iView installation (having first set a loginuser and root password)
    - Run these commands:
    > sudo su -
    # cc
    127.0.0.1 MAIN > dns
    127.0.0.1 MAIN dns > fwd_dynamic$
    127.0.0.1 MAIN dns/fwd_dynamic (BOOL) > =0
    You should see: result: 1
    127.0.0.1 MAIN dns/fwd_dynamic (BOOL) > ..
    127.0.0.1 MAIN dns > fwd_static@

    127.0.0.1 MAIN dns > fwd_static@
    127.0.0.1 MAIN dns/fwd_static (ARRAY:network->host,availability_group) >  +REF_NetHosDnsServer
    127.0.0.1 MAIN dns/fwd_static (ARRAY:network->host,availability_group) > quit
    # exit
  • As with the UTM, it is possible to configure iView's DNS cache to use a specific forwarder or forwarders for queries. Unlike the UTM, this feature is not currently available from the iView Setup WebAdmin UI.

    The following steps to configure this manually worked for me:

    - In the iView Setup WebAdmin, go to Network Definitions and create a new host entry called "DNS Server" with the IP address of the DNS Server you want to use
    - SSH to the iView installation (having first set a loginuser and root password)
    - Run these commands:
    > sudo su -
    # cc
    127.0.0.1 MAIN > dns
    127.0.0.1 MAIN dns > fwd_dynamic$
    127.0.0.1 MAIN dns/fwd_dynamic (BOOL) > =0
    You should see: result: 1
    127.0.0.1 MAIN dns/fwd_dynamic (BOOL) > ..
    127.0.0.1 MAIN dns > fwd_static@

    127.0.0.1 MAIN dns > fwd_static@
    127.0.0.1 MAIN dns/fwd_static (ARRAY:network->host,availability_group) >  +REF_NetHosDnsServer
    127.0.0.1 MAIN dns/fwd_static (ARRAY:network->host,availability_group) > quit
    # exit


    Hi there,

    Super thanks for this !! very useful, i disallow DNS query on lan, only Tproxy can do this... Do you might help me at setting the same although NTP wise ???

    Can't figure out exactly which parameter to toggle...

    Thanks in advance,
    regards,