Ubuntu 20.10 Samba4.12.5 AMD EPYC 7502P 32-core Processorに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた


root@2010:~# kinit administrator
Password for administrator@TEST.JP:
root@2010:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘2010’ to dns domain ‘test.jp’
No DNS domain configured for 2010. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2010:~# systemctl restart winbind
root@2010:~# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@2010:~# wbinfo -n chibi
S-1-5-21-274396862-3022581780-2677681326-1103 SID_USER (1)
root@2010:~# net ads info
LDAP server: 192.168.1.13
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 木, 01 7月 2021 03:44:23 JST
KDC server: 192.168.1.13
Server time offset: -1
Last machine account password change: 木, 01 7月 2021 03:43:39 JST
root@2010:~# host -4 dc
dc.test.jp has address 192.168.1.13
dc.test.jp has address 192.168.1.8
dc.test.jp has IPv6 address 2400:4052:46e0:b700:ed3f:82e2:3383:3d86
dc.test.jp has IPv6 address 2400:4052:46e0:b700:45d5:85a5:1839:64b
root@2010:~# host -4 dc1
dc1.test.jp has address 192.168.1.17
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:4188:a36e:19da:2146
root@2010:~# host -4 dc2
dc2.test.jp has address 192.168.1.16
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:d65:5e5a:bb9c:39b5
root@2010:~# 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@2010:~# 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 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
root@2010:~# host -t A test.jp
test.jp has address 192.168.1.17
test.jp has address 192.168.1.16
test.jp has address 192.168.1.13
test.jp has address 192.168.1.8
root@2010:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”20.10 (Groovy Gorilla)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 20.10″
VERSION_ID=”20.10″
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=groovy
UBUNTU_CODENAME=groovy
root@2010:~# samba -V
Version 4.12.5-Ubuntu
root@2010:~# smbclient -L localhost -U%
Ubuntu 20.10 Samba4.12.5 AMD EPYC 7502P 32-core Processorに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

コメントを残す

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