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

Deadlock situation with DNS Error 'hostname must be unique' #136

Open
bigretromike opened this issue Mar 17, 2015 · 3 comments
Open

Deadlock situation with DNS Error 'hostname must be unique' #136

bigretromike opened this issue Mar 17, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@bigretromike
Copy link

For domain in Sentora I added:
MX
HOSTNAME: @
TARGET: zeus.domain.com

SPF
HOSTNAME: zeus
TARGER: v=spf1 a ~all

The error output is:
zone domain.com/IN: domain.com/MX 'zeus.domain.com' has no address records (A or AAAA) zone domain.com/IN: 'zeus.domain.com' found SPF/SPF record but no SPF/TXT record found, add matching type TXT record zone domain.com/IN: loaded serial 2015022528 OK

Then adding TXT:
HOSTNAME: zeus
TAGERT: IP_of_zeus

Im getting:
ERROR DNS NOT SAVED
Hostnames must be unique.

Same thing when adding A record for zeus

I had to bypass checking via adding those by hand to database, which make them work, but still this is a bug that will prevent people to do this the safe way (via gui that validate data)

@trs998
Copy link

trs998 commented May 28, 2015

Note that the bug report here: #49 has been resolved by checking if DNS records exist of the same type and name - which is actually fine - it's called round robin DNS.

Again I suggest we could simply remove the same-name same-domain DNS check - it's never valid to block DNS records with the same name and same domain, regardless of whether they are the same type.

@Caffe1neAdd1ct Caffe1neAdd1ct added this to the 1.0.4 milestone Sep 28, 2015
@Caffe1neAdd1ct Caffe1neAdd1ct self-assigned this Sep 28, 2015
@Dukecitysolutions
Copy link
Contributor

I will look into this. I will run tests with Sentora v2.

@TGates71
Copy link
Member

Added to private task manager.

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

No branches or pull requests

5 participants