kinit: Cannot find KDC for realm

it's been a couple days that i am hitting my head against the wall with this problem, and nothing works, i'm in one VirtualBox and i don't no anymore where to go with that. I'm using the Ubuntu Server

thats its the problem:

kinit: Cannot find KDC for realm "XXXXXX.LOCAL" while getting initial credentials

krb5.conf:

[libdefaults] default_realm = XXXXXX.LOCAL dns_lookup_realm = false dns_lookup_kdc = true
[realms]
OPAQUE.LOCAL = { default_domain = xxxxxxx.local
}
[domain_realm] opqserver = XXXXXX.LOCAL
klist: No credentials cache found (filename: /tmp/krb5cc_1000)
cat /etc/resolv.conf
nameserver XX.XX.XX.179
domain XXXXXX.LOCAL
nameserver 8.8.8.8

i tried to change inside de krb5.conf with:

[libdefaults] default_realm = XXXXXX.LOCAL dns_lookup_realm = true dns_lookup_kdc = true forward = true forwardable = true
[realms]
OPAQUE.LOCAL = { default_domain = xxxxxxx.local kdc = XXXXX.LOCAL
}
[domain_realm] opqserver = XXXXXX.LOCAL
Related questions 1 Cross domain/realm authentication 0 kinit: Failed to store credentials: Bad format in credentials cache (filename: /tmp/krb5cc_651) while getting initial credentials 2 Kerberos kinit: Resource temporarily unavailable while getting initial credentials Related questions 1 Cross domain/realm authentication 0 kinit: Failed to store credentials: Bad format in credentials cache (filename: /tmp/krb5cc_651) while getting initial credentials 2 Kerberos kinit: Resource temporarily unavailable while getting initial credentials 0 Can't access HDFS when Hadoop cluster kerberized 0 Cannot find KDC for realm while initializing kadmin interface 5 How does kinit know where the KDC is? 2 kpasswd - Cannot contact any KDC for requested realm changing password Load 4 more related questions Show fewer related questions Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like