Ubuntu21.04 Samba4.13.3 AMD EPYC 7742 64-core Processor x2 socketsで構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


root@2104:~# kinit administrator
Password for administrator@TEST.JP:
root@2104:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘2104’ to dns domain ‘test.jp’
No DNS domain configured for 2104. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2104:~# systemctl restart winbind
root@2104:~# wbinfo -u
administrator
guest
krbtgt
chibi
root@2104:~# wbinfo -n chibi
S-1-5-21-569922169-655339872-509955901-1103 SID_USER (1)
root@2104:~# net ads info
LDAP server: 192.168.1.63
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 20 2月 2021 13:49:55 JST
KDC server: 192.168.1.63
Server time offset: -3
Last machine account password change: 土, 20 2月 2021 13:49:00 JST
root@2104:~# host -4 dc
dc.test.jp has address 192.168.1.64
dc.test.jp has address 192.168.1.63
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@2104:~# 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@2104:~# 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@2104:~# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 dc.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.
root@2104:~# 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@2104:~# host -t A test.jp
test.jp has address 192.168.1.74
test.jp has address 192.168.1.72
test.jp has address 192.168.1.63
root@2104:~# 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@2104:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”21.04 (Hirsute Hippo)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu Hirsute Hippo (development branch)”
VERSION_ID=”21.04″
HOME_URL=”https://www.ubuntu.com/”
SUPPORT_URL=”https://help.ubuntu.com/”
BUG_REPORT_URL=”https://bugs.launchpad.net/ubuntu/”
PRIVACY_POLICY_URL=”https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”
VERSION_CODENAME=hirsute
UBUNTU_CODENAME=hirsute
root@2104:~# samba -V
Version 4.13.3-Ubuntu
root@2104:~# smbclient //192.168.1.63/netlogon -Uadministrator
Ubuntu21.04 Samba4.13.3 AMD EPYC 7742 64-core Processor x2 socketsで構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

カテゴリー: samba4, ubuntu, windows パーマリンク

コメントを残す

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