Ubuntu 20.04.1 LTS Samba4.11.6 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


root@2004:~# kinit administrator
Password for administrator@TEST.JP:
root@2004:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘2004’ to dns domain ‘test.jp’
No DNS domain configured for 2004. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2004:~# systemctl restart winbind
root@2004:~# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@2004:~# wbinfo -n chibi
S-1-5-21-1554123357-2737978188-3786944711-1103 SID_USER (1)
root@2004:~# net ads info
LDAP server: 192.168.1.14
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 火, 04 8月 2020 06:09:14 JST
KDC server: 192.168.1.14
Server time offset: 14
Last machine account password change: 火, 04 8月 2020 06:07:47 JST
root@2004:~# 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:b118:a793:93fa:c606
dc.test.jp has IPv6 address 2400:4052:46e0:b700:d479:2a83:efca:e147
root@2004:~# host -4 dc1
dc1.test.jp has address 192.168.1.14
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:9d:b986:2f3:e1a1
root@2004:~# host -4 dc2
dc2.test.jp has address 192.168.1.15
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:b560:2801:e321:1a41
root@2004:~# 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@2004:~# 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@2004:~# host -t A test.jp
test.jp has address 192.168.1.13
test.jp has address 192.168.1.15
test.jp has address 192.168.1.14
test.jp has address 192.168.1.8
root@2004:~# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 4.11.6-Ubuntu)
SMB1 disabled — no workgroup available
root@2004:~# smbclient //192.168.1.8/netlogon -Uadministrator
Ubuntu 20.04.1 LTS Samba4.11.6 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

コメントを残す

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