krb5.confを弄り回しても
kinit: Cannot contact any KDC for realm 'YAMATOMURA.LOCAL' while getting initial credentials
となり、接続で失敗してしまう。
結論から言えばhostsの修正が必要であった。
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.1.1 raspberry1
となっていたものを、以下に修正。
127.0.0.1 localhost.yamatomura.local localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
192.168.0.20 raspberry1.yamatomura.local raspberry1
0 コメント:
コメントを投稿