Ubuntu 22.04.3 LTS Samba4.15.13 AMD EPYC 7B13 64-Core Processor 128GBに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

root@2204:~# kinit administrator
Password for administrator@TEST.JP:
root@2204:~# net ads join -U administrator
Password for [TEST\administrator]:
Using short domain name — TEST
Joined ‘2204’ to dns domain ‘test.jp’
No DNS domain configured for 2204. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2204:~# systemctl restart winbind
root@2204:~# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\w11
TEST\chibi
root@2204:~# wbinfo -n chibi
S-1-5-21-2320766872-3484140245-4162510373-1106 SID_USER (1)
root@2204:~# net ads info
LDAP server: 192.168.1.41
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 07 11月 2023 08:05:23 JST
KDC server: 192.168.1.41
Server time offset: 0
Last machine account password change: 火, 07 11月 2023 08:04:39 JST
root@2204:~# host -4 dc.test.jp
dc.test.jp has address 192.168.1.10
dc.test.jp has address 192.168.1.30
dc.test.jp has IPv6 address 2400:4052:46e0:b700:29a8:712f:67e:5853
dc.test.jp has IPv6 address 2400:4052:46e0:b700:8573:6ab4:2f0a:e4fe
root@2204:~# host -4 dc1.test.jp
dc1.test.jp has address 192.168.1.41
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:6d29:ccff:c4f5:a9f1
root@2204:~# host -4 dc2.test.jp
dc2.test.jp has address 192.168.1.42
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:75d9:50c3:35a8:ea56
root@2204:~# host -t SRV _ldap._tcp.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.
_ldap._tcp.test.jp has SRV record 0 100 389 dc1.test.jp.
root@2204:~# host -t SRV _kerberos._udp.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 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
root@2204:~# host -t A test.jp
test.jp has address 192.168.1.41
test.jp has address 192.168.1.42
test.jp has address 192.168.1.30
test.jp has address 192.168.1.10
root@2204:~# cat /etc/os-release
PRETTY_NAME=”Ubuntu 22.04.3 LTS”
NAME=”Ubuntu”
VERSION_ID=”22.04″
VERSION=”22.04.3 LTS (Jammy Jellyfish)”
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
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”
UBUNTU_CODENAME=jammy
root@2204:~# samba -V
Version 4.15.13-Ubuntu
root@2204:~# smbclient //192.168.1.10/netlogon -Uadministrator
Ubuntu 22.04.3 LTS Samba4.15.13 AMD EPYC 7B13 64-Core Processor 128GBに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

コメントを残す

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