Pluto and DNS(SEC): Difference between revisions

From Libreswan
Jump to navigation Jump to search
(Created page with " pluto and dns(sec): sometimes you need to have it resolved for the policy sometimes you need to lookup the dns (for right=) Do case analyses: auto=route needs IP address...")
 
No edit summary
 
Line 8: Line 8:
Do case analyses:
Do case analyses:


auto=route needs IP addresses
auto=ondemand needs IP addresses
auto=add needs IP address
auto=add needs IP address



Latest revision as of 02:15, 14 October 2018

pluto and dns(sec):

sometimes you need to have it resolved for the policy

sometimes you need to lookup the dns (for right=)

Do case analyses:

auto=ondemand needs IP addresses auto=add needs IP address

for instance to %trap a remote IP or subnet. Then if we did a dns lookup for a remote host, then we should take the TTL into account.


right=FQDN would need dns lookups

pluto used to be designed to always use IPs, not DNS.


We need to write out a few more details about DNS interaction.

DNSSEC support should remain a configre option so embedded can disable it. For builds with dnssec support, it would be nice to have an option to enable/disable dnssec.