Setting up vantaged.conf:
First off make sure vantaged (the Vatages daemon) is not running. If you are using Linux the easiest way to do this is run the vantaged.sh.linux script that came with the software the syntax is
vantaged.sh.linux stop
Now lets edit the vantaged.conf file.
Uncomment the option 'dnskey_app_enabled = yes' if its commented out. In an unaltered conf file this option should be on/near line 52.
if dnskey_app_enabled is set to 'no' change it to 'yes'. This will enable the trust-anchor application of vantaged.
We need a location for the trust-anchor file. The options for that is ta_file = ... (located around line 64)
uncommant this option and set it to a good location.
Setting up the auto-learning feature:
In the vantaged.conf file the following options need to be uncommented and set.
The options from dnskey_pcap_... are the options we need to edit, there should be tree of them
located around lines 84 to 99.
The options are:
Set the above three options for your system.
Now start up the vataged daemon!