Manjaro Linux Samba4.13.2 AMD EPYC 7302P 16-coreで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


[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 enable winbind
[manjaro ~]# systemctl start winbind
[manjaro ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[manjaro ~]# wbinfo -n chibi
S-1-5-21-531816203-730215079-1526157293-1103 SID_USER (1)
[manjaro ~]# net ads info
LDAP server: 192.168.1.34
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 28 11月 2020 21:13:59 JST
KDC server: 192.168.1.34
Server time offset: -2
Last machine account password change: 土, 28 11月 2020 21:13:00 JST
[manjaro ~]# host -4 dc
dc.test.jp has address 192.168.1.24
dc.test.jp has address 192.168.1.34
dc.test.jp has IPv6 address 2400:4052:46e0:b700:78ff:d4cf:8f24:c7aa
dc.test.jp has IPv6 address 2400:4052:46e0:b700:55c4:a495:cffa:fa8c
[manjaro ~]# host -4 dc1
dc1.test.jp has address 192.168.1.42
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:8ca1:4fc6:8897:27c2
[manjaro ~]# host -4 dc2
dc2.test.jp has address 192.168.1.143
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:4187:ee03:b5e:34e1
[manjaro ~]# host -t SRV _ldap._tcp.test.jp
Host _ldap._tcp.test.jp not found: 3(NXDOMAIN)
[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
_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.
[manjaro ~]# host -t A test.jp
test.jp has address 192.168.1.143
test.jp has address 192.168.1.34
test.jp has address 192.168.1.42
test.jp has address 192.168.1.24
[manjaro ~]# smbclient -L localhost -U%
do_connect: Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
[manjaro ~]# smbclient -L 192.168.1.24 -U%
Manjaro Linux Samba4.13.2 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加

カテゴリー: manjaro, samba4, windows | コメントする

Ubuntu 20.04.1 LTS Samba4.11.6 AMD EPYC 7302P 16-coreで構築した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 administrator
S-1-5-21-531816203-730215079-1526157293-500 SID_USER (1)
root@2004:~# net ads info
LDAP server: 192.168.1.143
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 28 11月 2020 16:40:49 JST
KDC server: 192.168.1.143
Server time offset: -2
Last machine account password change: 土, 28 11月 2020 16:39:55 JST
root@2004:~# host -4 dc
dc.test.jp has address 192.168.1.34
dc.test.jp has address 192.168.1.24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:78ff:d4cf:8f24:c7aa
dc.test.jp has IPv6 address 2400:4052:46e0:b700:55c4:a495:cffa:fa8c
root@2004:~# host -4 dc1
dc1.test.jp has address 192.168.1.42
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:8ca1:4fc6:8897:27c2
root@2004:~# host -4 dc2
dc2.test.jp has address 192.168.1.143
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:4187:ee03:b5e:34e1
root@2004:~# 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@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.34
test.jp has address 192.168.1.24
test.jp has address 192.168.1.42
test.jp has address 192.168.1.143
root@2004:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”20.04.1 LTS (Focal Fossa)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 20.04.1 LTS”
VERSION_ID=”20.04″
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=focal
UBUNTU_CODENAME=focal
root@2004:~# samba -V
Version 4.11.6-Ubuntu
root@2004:~# smbclient -L localhost -U%
Ubuntu 20.04.1 LTS Samba4.11.6 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

カテゴリー: samba4, ubuntu, windows | コメントする

OpenSUSE Tumbleweed Samba4.13.2 AMD EPYC 7302P 16-coreで構築したWindows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


opensuse:~ # kinit administrator
kinit: Credential cache directory /run/user/0/krb5cc does not exist while getting default ccache
opensuse:~ # mkdir /run/user/0/
opensuse:~ # kinit administrator
Password for administrator@TEST.JP:
opensuse:~ # net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘OPENSUSE’ to dns domain ‘test.jp’
No DNS domain configured for opensuse. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
opensuse:~ # systemctl restart winbind
opensuse:~ # wbinfo -u
TEST¥guest
TEST¥administrator
TEST¥krbtgt
TEST¥chibi
opensuse:~ # wbinfo -n chibi
S-1-5-21-531816203-730215079-1526157293-1103 SID_USER (1)
opensuse:~ # net ads info
LDAP server: 192.168.1.143
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Sat, 28 Nov 2020 11:57:22 JST
KDC server: 192.168.1.143
Server time offset: 0
Last machine account password change: Sat, 28 Nov 2020 11:56:38 JST
opensuse:~ # host -4 dc
dc.test.jp has address 192.168.1.24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:78ff:d4cf:8f24:c7aa
opensuse:~ # host -4 dc1
dc1.test.jp has address 192.168.1.42
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:8ca1:4fc6:8897:27c2
opensuse:~ # host -4 dc2
dc2.test.jp has address 192.168.1.143
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:4187:ee03:b5e:34e1
opensuse:~ # smbclient //192.168.1.24/netlogon -Uadministrator
OpenSUSE Tumbleweed Samba4.13.2 AMD EPYC 7302P 16-core で構築したWindows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

カテゴリー: opensuse, samba4, windows | コメントする

Ubuntu 18.04.5 LTS Samba4.7.6 AMD EPYC 7302P16-coreで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた


root@1804:~# kinit administrator
Password for administrator@TEST.JP:
root@1804:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘1804’ to dns domain ‘test.jp’
No DNS domain configured for 1804. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@1804:~# systemctl restart winbind
root@1804:~# wbinfo -n chibi
S-1-5-21-531816203-730215079-1526157293-1103 SID_USER (1)
root@1804:~# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@1804:~# net ads info
LDAP server: 192.168.1.143
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 28 11月 2020 10:25:41 JST
KDC server: 192.168.1.143
Server time offset: 0
Last machine account password change: 土, 28 11月 2020 10:24:48 JST
root@1804:~# host -4 dc
Host dc not found: 3(NXDOMAIN)
root@1804:~# host -4 dc
dc.test.jp has address 192.168.1.34
dc.test.jp has address 192.168.1.24
dc.test.jp has IPv6 address 2400:4052:46e0:b700:78ff:d4cf:8f24:c7aa
dc.test.jp has IPv6 address 2400:4052:46e0:b700:55c4:a495:cffa:fa8c
root@1804:~# host -4 dc1
dc1.test.jp has address 192.168.1.42
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:8ca1:4fc6:8897:27c2
root@1804:~# host -4 dc2
dc2.test.jp has address 192.168.1.143
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:4187:ee03:b5e:34e1
root@1804:~# 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@1804:~# 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@1804:~# host -t A test.jp
test.jp has address 192.168.1.24
test.jp has address 192.168.1.42
test.jp has address 192.168.1.143
test.jp has address 192.168.1.34
root@1804:~# smbclient -L localhost -U%
Ubuntu 18.04.5 LTS Samba4.7.6 AMD EPYC 7302Pで構築したWindows Server 2019 Datacenter Active Directory Domainのメンバーに参加してみた

カテゴリー: samba4, ubuntu, windows | コメントする

Ubuntu 18.04.5 LTS PHP 8.0.0 Update

Ubuntu 18.04.5 LTS PHPを8.0.0にUpdateしてみました。

root@1804:~# uname -r
5.4.0-54-generic
root@1804:~# php -v
PHP 8.0.0 (cli) (built: Nov 27 2020 12:26:05) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
with Zend OPcache v8.0.0, Copyright (c), by Zend Technologies
root@1804:~# curl -V
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1g zlib/1.2.11 libidn2/2.3.0 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
Release-Date: 2018-01-24
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
root@1804:~# samba -V
Version 4.7.6-Ubuntu
root@1804:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”18.04.5 LTS (Bionic Beaver)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu 18.04.5 LTS”
VERSION_ID=”18.04″
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=bionic
UBUNTU_CODENAME=bionic
root@1804:~#

カテゴリー: ubuntu | コメントする