Fedora release 35 Samba4.14.0rc3 AMD EPYC 7742 64core Processor x2 sockets で構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[root@f35 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f35 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F35’ to dns domain ‘test.jp’
No DNS domain configured for f35. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f35 ~]# systemctl restart winbind
[root@f35 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f35 ~]# wbinfo -n chibi
S-1-5-21-569922169-655339872-509955901-1103 SID_USER (1)
[root@f35 ~]# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: 土, 20 2月 2021 14:00:59 JST
KDC server: 192.168.1.72
Server time offset: -2
Last machine account password change: 木, 01 1月 1970 09:00:00 JST
[root@f35 ~]# host -4 dc
dc.test.jp has address 192.168.1.63
dc.test.jp has address 192.168.1.64
dc.test.jp has IPv6 address 2400:4052:46e0:b700:a5c1:a91b:faa2:4762
dc.test.jp has IPv6 address 2400:4052:46e0:b700:4ddd:52e8:256b:f6db
[root@f35 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.72
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:c027:23b1:661c:fc31
[root@f35 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.74
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:d967:4949:db29:5dcf
[root@f35 ~]# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
[root@f35 ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
[root@f35 ~]# host -t A test.jp
test.jp has address 192.168.1.63
test.jp has address 192.168.1.74
test.jp has address 192.168.1.72
[root@f35 ~]# host -t A dc.test.jp
dc.test.jp has address 192.168.1.64
dc.test.jp has address 192.168.1.63
[root@f35 ~]# host -t A dc1.test.jp
dc1.test.jp has address 192.168.1.72
[root@f35 ~]# host -t A dc2.test.jp
dc2.test.jp has address 192.168.1.74
[root@f35 ~]# cat /etc/redhat-release
Fedora release 35 (Rawhide)
[root@f35 ~]# samba -V
Version 4.14.0rc3
[root@f35 ~]# smbclient //192.168.1.63/netlogon -Uadministrator
Fedora release 35 Samba4.14.0rc3 AMD EPYC 7742 64core Processor x2 sockets で構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

カテゴリー: 2 Sockets, fedora, samba4, windows パーマリンク

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です