Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tauth fails to load example zones when running the compilation example #45

Open
balaziks opened this issue Oct 7, 2019 · 0 comments
Open

Comments

@balaziks
Copy link

balaziks commented Oct 7, 2019

I followed the “Compiling and running tdns” example and the end of README.md and after successfully compiling I tried to run ./tauth [::1]:5300 which resulted in

Hello and welcome to tdns, the teaching authoritative nameserver
Loading & retrieving zone data
Attempting to retrieve zone . from [2001:7fd::1]:53
Done with AXFR of . from [2001:7fd::1]:53, retrieved 22284 records
Attempting to retrieve zone hubertnet.nl. from 52.48.64.3:53
Got error Notauth from auth 52.48.64.3:53 when attempting to retrieve hubertnet.nl.
Attempting to retrieve zone ds9a.nl. from 52.48.64.3:53
Got error Notauth from auth 52.48.64.3:53 when attempting to retrieve ds9a.nl.
Attempting to retrieve zone powerdns.org. from 52.48.64.3:53
Got error Notauth from auth 52.48.64.3:53 when attempting to retrieve powerdns.org.
Listening on TCP & UDP on [::1]:5300
Server is live

So obviously the next command dig -t any time.powerdns.org @::1 -p 5300 +short didn't end up with expected output.

Maybe some policies on 52.48.64.3 changed so it won't provide the zone requested by tauth with AXFR query?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant