@ https://fedoraproject.org/wiki/Test_Day:2012-12-11_Network_Manager_and_DNSSEC it says to do: sudo yum install dnssec-trigger sudo systemctl enable dnssec-triggerd.service sudo systemctl enable unbound.service sudo reboot Then to get DNS over SSL @ https://fedoraproject.org/wiki/QA:Testcase_DNS-over-SSL it says to do: sudo iptables -A OUTPUT -o lo -j ACCEPT sudo iptables -A OUTPUT -p tcp --dport 53 -j DROP sudo iptables -A OUTPUT -p udp --dport 53 -j DROP Then we are supposed to click on re-probe.
there is no connectivity after following the above steps.
Hi. Thank you for the report and pointing out the test-case. We know that there is some issue in dnssec-trigger causing it not to setup fall-back DNS servers over SSL. Closing as duplicate of Bug #1109292 *** This bug has been marked as a duplicate of bug 1109292 ***