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


[root@f35 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f35 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘F35’ to dns domain ‘test.jp’
No DNS domain configured for f35. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f35 ~]# systemctl restart winbind
[root@f35 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f35 ~]# wbinfo -n chibi
S-1-5-21-569922169-655339872-509955901-1103 SID_USER (1)
[root@f35 ~]# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: 土, 20 2月 2021 14:00:59 JST
KDC server: 192.168.1.72
Server time offset: -2
Last machine account password change: 木, 01 1月 1970 09:00:00 JST
[root@f35 ~]# 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@f35 ~]# 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@f35 ~]# 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@f35 ~]# 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@f35 ~]# host -t SRV _kerberos._udp.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 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
[root@f35 ~]# host -t A test.jp
test.jp has address 192.168.1.63
test.jp has address 192.168.1.74
test.jp has address 192.168.1.72
[root@f35 ~]# host -t A dc.test.jp
dc.test.jp has address 192.168.1.64
dc.test.jp has address 192.168.1.63
[root@f35 ~]# host -t A dc1.test.jp
dc1.test.jp has address 192.168.1.72
[root@f35 ~]# host -t A dc2.test.jp
dc2.test.jp has address 192.168.1.74
[root@f35 ~]# cat /etc/redhat-release
Fedora release 35 (Rawhide)
[root@f35 ~]# samba -V
Version 4.14.0rc3
[root@f35 ~]# smbclient //192.168.1.63/netlogon -Uadministrator
Fedora release 35 Samba4.14.0rc3 AMD EPYC 7742 64core Processor x2 sockets で構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

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


root@2104:~# kinit administrator
Password for administrator@TEST.JP:
root@2104:~# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘2104’ to dns domain ‘test.jp’
No DNS domain configured for 2104. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2104:~# systemctl restart winbind
root@2104:~# wbinfo -u
administrator
guest
krbtgt
chibi
root@2104:~# wbinfo -n chibi
S-1-5-21-569922169-655339872-509955901-1103 SID_USER (1)
root@2104:~# 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: 土, 20 2月 2021 13:49:55 JST
KDC server: 192.168.1.63
Server time offset: -3
Last machine account password change: 土, 20 2月 2021 13:49:00 JST
root@2104:~# host -4 dc
dc.test.jp has address 192.168.1.64
dc.test.jp has address 192.168.1.63
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@2104:~# 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@2104:~# 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@2104:~# host -t SRV _ldap._tcp.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.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
root@2104:~# host -t SRV _kerberos._udp.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 dc1.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc.test.jp.
root@2104:~# 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.63
root@2104:~# host -t A test.jp
test.jp has address 192.168.1.63
test.jp has address 192.168.1.74
test.jp has address 192.168.1.72
root@2104:~# cat /etc/os-release
NAME=”Ubuntu”
VERSION=”21.04 (Hirsute Hippo)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=”Ubuntu Hirsute Hippo (development branch)”
VERSION_ID=”21.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=hirsute
UBUNTU_CODENAME=hirsute
root@2104:~# samba -V
Version 4.13.3-Ubuntu
root@2104:~# smbclient //192.168.1.63/netlogon -Uadministrator
Ubuntu21.04 Samba4.13.3 AMD EPYC 7742 64-core Processor x2 socketsで構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Debian10.8 Samba4.9.5 第2世代 AMD EPYC 7742 64-core 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:~# smbclient -L localhost -U%

Sharename Type Comment
——— —- ——-
netlogon Disk
sysvol Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (Samba 4.9.5-Debian)
Reconnecting with SMB1 for workgroup listing.

Server Comment
——— ——-
DC
DEBIAN Samba 4.9.5-Debian

Workgroup Master
——— ——-
TEST DC
root@debian:~# smbclient //192.168.1.63/netlogon -Uadministrator
Debian10.8 Samba4.9.5 AMD EPYC 7742 64-core Processor x2 socketsで構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Red Hat Enterprise Linux release 8.3 Kernel4.18.0-240.15.1.el8_3.x86_64 Update

Red Hat Enterprise Linux release 8.3 Kernelが4.18.0-240.15.1.el8_3.x86_64にUpdateされました。

[root@rhel8 ~]# uname -r
4.18.0-240.15.1.el8_3.x86_64
[root@rhel8 ~]# 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@rhel8 ~]# curl -V
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.6 libidn2/2.2.0 libpsl/0.20.2 (+libidn2/2.2.0) libssh/0.9.4/openssl/zlib nghttp2/1.33.0
Release-Date: 2018-09-05
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 IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz brotli TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL Metalink
[root@rhel8 ~]# smbd -V
Version 4.12.3
[root@rhel8 ~]# cat /etc/redhat-release
(Ootpa)
[root@rhel8 ~]#

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

Ubuntu 20.04.1 LTS Samba4.11.6 第2世代 AMD EPYC 7742 64-core Processor x2 socketsで構築した 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-569922169-655339872-509955901-1103 SID_USER (1)
root@2004:~# net ads info
LDAP server: 192.168.1.74
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 20 2月 2021 13:21:16 JST
KDC server: 192.168.1.74
Server time offset: -3
Last machine account password change: 土, 20 2月 2021 13:20:26 JST
root@2004:~# host -4 dc
dc.test.jp has address 192.168.1.64
dc.test.jp has address 192.168.1.63
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@2004:~# 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@2004:~# 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@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 dc.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc2.test.jp.
root@2004:~# host -t A test.jp
test.jp has address 192.168.1.74
test.jp has address 192.168.1.63
test.jp has address 192.168.1.72
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 //192.168.1.63/netlogon -Uadministrator
Ubuntu 20.04.1 LTS Samba4.11.6 AMD EPYC 7742 64-core Processor x2 socketsで構築した Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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