Arch Linux Samba4.12.2 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[root@arch ~]# kinit administrator
Password for administrator@TEST.JP:
[root@arch ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘ARCH’ to dns domain ‘test.jp’
No DNS domain configured for arch. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@arch ~]# systemctl enable winbind
[root@arch ~]# systemctl start winbind
[root@arch ~]# wbinfo -u
[root@arch ~]# systemctl start rewinbind
Failed to start rewinbind.service: Unit rewinbind.service not found.
[root@arch ~]# systemctl restart ewinbind
Failed to restart ewinbind.service: Unit ewinbind.service not found.
[root@arch ~]# systemctl restart winbind
[root@arch ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@arch ~]# wbinfo -n chibi
S-1-5-21-212194710-1998421792-903778468-1105 SID_USER (1)
[root@arch ~]# net ads info
LDAP server: 192.168.1.31
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 木, 14 5月 2020 02:06:33 JST
KDC server: 192.168.1.31
Server time offset: -32400
Last machine account password change: 木, 14 5月 2020 11:04:14 JST
[root@arch ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[root@arch ~]# smbclient -L 192.168.1.31 -U%

Sharename Type Comment
——— —- ——-
SMB1 disabled — no workgroup available
[root@arch ~]# smbclient //192.168.1.31/netlogon -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Tue May 12 19:33:06 2020
.. D 0 Tue May 12 19:33:06 2020

15570943 blocks of size 4096. 12618709 blocks available
smb: \> exit
[root@arch ~]# smbclient //192.168.1.31/sysvol -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Tue May 12 19:33:06 2020
.. D 0 Tue May 12 19:33:06 2020
test.jp D 0 Tue May 12 19:33:06 2020

15570943 blocks of size 4096. 12618709 blocks available
smb: \> exit
[root@arch ~]# cat /etc/os-release
NAME=”Arch Linux”
PRETTY_NAME=”Arch Linux”
ID=arch
BUILD_ID=rolling
ANSI_COLOR=”38;2;23;147;209″
HOME_URL=”https://www.archlinux.org/”
DOCUMENTATION_URL=”https://wiki.archlinux.org/”
SUPPORT_URL=”https://bbs.archlinux.org/”
BUG_REPORT_URL=”https://bugs.archlinux.org/”
LOGO=archlinux
[root@arch ~]# samba -V
Version 4.12.2
[root@arch ~]# host -4 dc
dc.test.jp has address 192.168.1.31
dc.test.jp has IPv6 address 2400:4052:46e0:b700:35fe:39b5:18f9:2353
[root@arch ~]# host -4 dc1
dc1.test.jp has address 192.168.1.33
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:7955:6a8:f505:354c
[root@arch ~]# host -4 dc2
dc2.test.jp has address 192.168.1.34
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:611b:b177:f897:2039
[root@arch ~]# 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@arch ~]# host -t SRV _kerberos._udp.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.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
[root@arch ~]# host -t A test.jp
test.jp has address 192.168.1.34
test.jp has address 192.168.1.31
test.jp has address 192.168.1.33
[root@arch ~]# net ads lookup
Arch Linux Samba4.12.2 Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

コメントを残す

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