Debian10.7 Samba4.9.5 第2世代 AMD EPYC 7742 64core Processor x2 sockets で構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


root@debian:~# kinit administrator
Password for administrator@TEST.JP:
root@debian:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘DEBIAN’ to dns domain ‘test.jp’
No DNS domain configured for debian. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@debian:~# systemctl restart winbind
root@debian:~# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
root@debian:~# wbinfo -n chibi
S-1-5-21-569922169-655339872-509955901-1103 SID_USER (1)
root@debian:~# net ads info
LDAP server: 192.168.1.63
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 金, 05 2月 2021 03:48:23 JST
KDC server: 192.168.1.63
Server time offset: -6
Last machine account password change: 金, 05 2月 2021 03:47:51 JST
root@debian:~# host -4 dc
dc.test.jp has address 192.168.1.63
dc.test.jp has address 192.168.1.64
dc.test.jp has IPv6 address 2400:4052:46e0:b700:a5c1:a91b:faa2:4762
dc.test.jp has IPv6 address 2400:4052:46e0:b700:4ddd:52e8:256b:f6db
root@debian:~# host -4 dc1
dc1.test.jp has address 192.168.1.72
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:c027:23b1:661c:fc31
root@debian:~# host -4 dc2
dc2.test.jp has address 192.168.1.74
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:d967:4949:db29:5dcf
root@debian:~# 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@debian:~# 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 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
root@debian:~# host -t A test.jp
test.jp has address 192.168.1.72
test.jp has address 192.168.1.74
test.jp has address 192.168.1.64
test.jp has address 192.168.1.63
root@debian:~# cat /etc/os-release
PRETTY_NAME=”Debian GNU/Linux 10 (buster)”
NAME=”Debian GNU/Linux”
VERSION_ID=”10″
VERSION=”10 (buster)”
VERSION_CODENAME=buster
ID=debian
HOME_URL=”https://www.debian.org/”
SUPPORT_URL=”https://www.debian.org/support”
BUG_REPORT_URL=”https://bugs.debian.org/”
root@debian:~# cat /etc/debian_version
10.7
root@debian:~# samba -V
Version 4.9.5-Debian
root@debian:~# smbclient -L localhost -U%
Debian10.7 Samba4.9.5 AMD EPYC 7742 64core Processor x2 sockets で構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

OpenSUSE Tumbleweed Kernel5.10.12-1-default Update

OpenSUSE Tumbleweed Kernelが5.10.12-1-defaultにUpdateされました。

opensuse:~ # uname -r
5.10.12-1-default
opensuse:~ # php -v
PHP 8.0.1 (cli) (built: Jan 29 2021 00:00:00) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.1, Copyright (c) Zend Technologies
opensuse:~ # curl -V
curl 7.74.0 (x86_64-suse-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1h-fips zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.42.0
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
opensuse:~ # samba -V
Version 4.13.3-git.181.fc4672a5b81SUSE-oS15.5-x86_64
opensuse:~ # cat /etc/os-release
NAME=”openSUSE Tumbleweed”
# VERSION=”20210202″
ID=”opensuse-tumbleweed”
ID_LIKE=”opensuse suse”
VERSION_ID=”20210202″
PRETTY_NAME=”openSUSE Tumbleweed”
ANSI_COLOR=”0;32″
CPE_NAME=”cpe:/o:opensuse:tumbleweed:20210202″
BUG_REPORT_URL=”https://bugs.opensuse.org”
HOME_URL=”https://www.opensuse.org/”
DOCUMENTATION_URL=”https://en.opensuse.org/Portal:Tumbleweed”
LOGO=”distributor-logo”
opensuse:~ #

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

Fedora release 33 PHP 8.0.2 Update

Fedora release 33 PHPが8.0.2にUpdateされました。

[root@f33 ~]# cat /etc/redhat-release
Fedora release 33 (Thirty Three)
[root@f33 ~]# php -v
PHP 8.0.2 (cli) (built: Feb 2 2021 19:28:42) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.2, Copyright (c) Zend Technologies
with Zend OPcache v8.0.2, Copyright (c), by Zend Technologies
[root@f33 ~]# curl -V
curl 7.71.1 (x86_64-redhat-linux-gnu) libcurl/7.71.1 OpenSSL/1.1.1i-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.41.0
Release-Date: 2020-07-01
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f33 ~]# samba -V
Version 4.13.4
[root@f33 ~]#

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

Fedora release 32 PHP 8.0.2 Update

Fedora release 32 PHPが8.0.2にUpdateされました。

[root@f32 ~]# cat /etc/redhat-release
Fedora release 32 (Thirty Two)
[root@f32 ~]# php -v
PHP 8.0.2 (cli) (built: Feb 2 2021 19:28:42) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.2, Copyright (c) Zend Technologies
with Zend OPcache v8.0.2, Copyright (c), by Zend Technologies
[root@f32 ~]# uname -r
5.10.11-100.fc32.x86_64
[root@f32 ~]# curl -V
curl 7.69.1 (x86_64-redhat-linux-gnu) libcurl/7.69.1 OpenSSL/1.1.1i-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.41.0
Release-Date: 2020-03-11
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@f32 ~]# samba -V
Version 4.12.11
[root@f32 ~]#

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

Arch Linux Samba4.13.4 第2世代 AMD EPYC 7742 64core Processor x2 sockets で構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた


[root@arhlinux ~]# kinit administrator
Password for administrator@TEST.JP:
[root@arhlinux ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘ARHLINUX’ to dns domain ‘test.jp’
No DNS domain configured for arhlinux. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@arhlinux ~]# systemctl restart winbind
[root@arhlinux ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@arhlinux ~]# wbinfo -n chibi
S-1-5-21-569922169-655339872-509955901-1103 SID_USER (1)
[root@arhlinux ~]# net ads info
LDAP server: 192.168.1.64
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: Thu, 04 Feb 2021 10:12:59 JST
KDC server: 192.168.1.64
Server time offset: 2
Last machine account password change: Thu, 04 Feb 2021 10:11:25 JST
[root@arhlinux ~]# host -4 dc
dc.test.jp has address 192.168.1.63
dc.test.jp has address 192.168.1.64
dc.test.jp has IPv6 address 2400:4052:46e0:b700:4ddd:52e8:256b:f6db
dc.test.jp has IPv6 address 2400:4052:46e0:b700:a5c1:a91b:faa2:4762
[root@arhlinux ~]# host -4 dc1
dc1.test.jp has address 192.168.1.72
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:c027:23b1:661c:fc31
[root@arhlinux ~]# host -4 dc2
dc2.test.jp has address 192.168.1.74
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:d967:4949:db29:5dcf
[root@arhlinux ~]# 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@arhlinux ~]# 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 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
[root@arhlinux ~]# host -t A test.jp
test.jp has address 192.168.1.74
test.jp has address 192.168.1.72
test.jp has address 192.168.1.64
test.jp has address 192.168.1.63
[root@arhlinux ~]# 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@arhlinux ~]# samba -V
Version 4.13.4
[root@arhlinux ~]# smbclient //192.168.1.63/netlogon -Uadministrator
Arch Linux Samba4.13.4 AMD EPYC 7742 64core Processor x2 sockets で構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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