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

[manjaro ~]# cat /etc/os-release
NAME=”Manjaro Linux”
ID=manjaro
ID_LIKE=arch
PRETTY_NAME=”Manjaro Linux”
ANSI_COLOR=”1;32″
HOME_URL=”https://www.manjaro.org/”
SUPPORT_URL=”https://www.manjaro.org/”
BUG_REPORT_URL=”https://bugs.manjaro.org/”
LOGO=manjarolinux
[manjaro ~]# samba -V
Version 4.10.10
[manjaro ~]# kinit administrator
Password for administrator@TEST.JP:
[manjaro ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘MANJARO’ to dns domain ‘test.jp’
No DNS domain configured for manjaro. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[manjaro ~]# systemctl restart winbind
[manjaro ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[manjaro ~]# wbinfo -n chibi
S-1-5-21-1678940183-1404043644-1380363875-1103 SID_USER (1)
[manjaro ~]# net ads info
LDAP server: 192.168.1.156
LDAP server name: dc1.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 15 2月 2020 07:05:32 JST
KDC server: 192.168.1.156
Server time offset: -10
Last machine account password change: 土, 15 2月 2020 07:05:01 JST
[manjaro ~]# host -4 dc
dc.test.jp has address 192.168.1.39
dc.test.jp has address 192.168.1.45
dc.test.jp has IPv6 address 2400:4052:46e0:b700:1911:c150:a1a4:ec24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:f0b6:ef83:7301:d109
[manjaro ~]# host -4 dc1
dc1.test.jp has address 192.168.1.156
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:ad7c:4cdc:822b:97d1
[manjaro ~]# host -4 dc2
dc2.test.jp has address 192.168.1.157
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:98c3:a37e:341c:8589
[manjaro ~]# 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.
[manjaro ~]# host -t SRV _kerberos._udp.test.jp
Host _kerberos._udp.test.jp not found: 3(NXDOMAIN)
[manjaro ~]# 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.
[manjaro ~]# host -t A test.jp
test.jp has address 192.168.1.157
test.jp has address 192.168.1.39
test.jp has address 192.168.1.156
test.jp has address 192.168.1.45
[manjaro ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[manjaro ~]# smbclient -L 192.168.1.39 -U%

Sharename Type Comment
——— —- ——-
Reconnecting with SMB1 for workgroup listing.
do_connect: Connection to 192.168.1.39 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Unable to connect with SMB1 — no workgroup available
[manjaro ~]# smbclient //192.168.1.39/netlogon -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Wed Feb 5 04:33:47 2020
.. D 0 Wed Feb 5 04:33:47 2020

58449919 blocks of size 4096. 45200616 blocks available
smb: \> exit
[manjaro ~]# smbclient //192.168.1.39/sysvol -Uadministrator
Enter TEST\administrator’s password:
Try “help” to get a list of possible commands.
smb: \> ls
. D 0 Wed Feb 5 04:33:47 2020
.. D 0 Wed Feb 5 04:33:47 2020
test.jp D 0 Wed Feb 5 04:33:47 2020

58449919 blocks of size 4096. 45200552 blocks available
smb: \> exit
[manjaro ~]#

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

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

コメントを残す

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