AlmaLinux release 9.1 Beta が公開されたのでInstallしてみた

AlmaLinux release 9.1 Beta が公開されたのでInstallしてみた。Kernelが5.14.0-160.el9.x86_64にUpdateされていました。

[root@alma9 ~]# uname -r
5.14.0-160.el9.x86_64
[root@alma9 ~]# php -v
PHP 8.1.12 (cli) (built: Oct 25 2022 17:30:00) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.1.12, Copyright (c) Zend Technologies
with Zend OPcache v8.1.12, Copyright (c), by Zend Technologies
[root@alma9 ~]# curl -V
curl 7.76.1 (x86_64-redhat-linux-gnu) libcurl/7.76.1 OpenSSL/3.0.1 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.6/openssl/zlib nghttp2/1.43.0
Release-Date: 2021-04-14
Protocols: dict file ftp ftps gopher gophers 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 NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
[root@alma9 ~]# smbd -V
Version 4.16.4
[root@alma9 ~]# cat /etc/redhat-release
AlmaLinux release 9.1 Beta (Lime Lynx)
[root@alma9 ~]#

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

Ubuntu 22.04 LTS Samba4.15.5 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

root@2204:~# kinit administrator
Password for administrator@TEST.JP:
root@2204:~# net ads join -U administrator
Password for [TEST\administrator]:
Using short domain name — TEST
Joined ‘2204’ to dns domain ‘test.jp’
No DNS domain configured for 2204. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
root@2204:~# systemctl restart winbind
root@2204:~# wbinfo-u
wbinfo-u: command not found
root@2204:~# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
root@2204:~# wbinfo -n chibi
S-1-5-21-1558586345-1278082141-3490387582-1103 SID_USER (1)
root@2204:~# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: 日, 03 4月 2022 05:26:36 JST
KDC server: 192.168.1.30
Server time offset: 0
Last machine account password change: 木, 01 1月 1970 09:00:00 JST
root@2204:~#host -4 dc
dc.test.jp has address 192.168.1.27
dc.test.jp has address 192.168.1.29
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b94a:d3cf:f733:1de1
dc.test.jp has IPv6 address 2400:4052:46e0:b700:35e6:944a:4878:fa93
root@2204:~# host -4 dc1
dc1.test.jp has address 192.168.1.30
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:187f:27ee:c7d7:f12e
root@2204:~# host -4 dc2
dc2.test.jp has address 192.168.1.31
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:44c6:390:1f0c:1df7
root@2204:~# 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 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
root@2204:~# 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 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
root@2204:~# host -t A test.jp
test.jp has address 192.168.1.27
test.jp has address 192.168.1.30
test.jp has address 192.168.1.31
test.jp has address 192.168.1.29
root@2204:~# cat /etc/os-release
PRETTY_NAME=”Ubuntu Jammy Jellyfish (development branch)”
NAME=”Ubuntu”
VERSION_ID=”22.04″
VERSION=”22.04 (Jammy Jellyfish)”
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
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”
UBUNTU_CODENAME=jammy
root@2204:~# samba -V
Version 4.15.5-Ubuntu
root@2204:~# smbclient //192.168.1.27/netlogon -Uadministrator
Ubuntu 22.04 LTS Samba4.15.5 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

Fedora release 36 Samba4.16.0 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

[root@f36 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f36 ~]# net ads join -U administrator
Password for [TEST\administrator]:
Using short domain name — TEST
Joined ‘F36’ to dns domain ‘test.jp’
No DNS domain configured for f36. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f36 ~]# systemctl restart winbind
[root@f36 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f36 ~]# wbinfo -n administrator
S-1-5-21-1558586345-1278082141-3490387582-500 SID_USER (1)
[root@f36 ~]# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: 日, 03 4月 2022 06:14:12 JST
KDC server: 192.168.1.31
Server time offset: 0
Last machine account password change: 木, 01 1月 1970 09:00:00 JST
[root@f36 ~]# host -4 dc
dc.test.jp has address 192.168.1.27
dc.test.jp has address 192.168.1.29
dc.test.jp has IPv6 address 2400:4052:46e0:b700:35e6:944a:4878:fa93
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b94a:d3cf:f733:1de1
[root@f36 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.30
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:187f:27ee:c7d7:f12e
[root@f36 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.31
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:44c6:390:1f0c:1df7
[root@f36 ~]# 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 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
[root@f36 ~]# 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 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
[root@f36 ~]# host -t A test.jp
test.jp has address 192.168.1.29
test.jp has address 192.168.1.31
test.jp has address 192.168.1.27
test.jp has address 192.168.1.30
[root@f36 ~]# cat /etc/redhat-release
Fedora release 36 (Thirty Six)
[root@f36 ~]# samba -V
Version 4.16.0
[root@f36 ~]# smbclient //192.168.1.27/netlogon -Uadministrator
Fedora release 36 Samba4.16.0 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加

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

Red Hat Enterprise Linux release 8.5 Samba4.14.5 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

[root@rhel8 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@rhel8 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘RHEL8’ to dns domain ‘test.jp’
No DNS domain configured for rhel8. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@rhel8 ~]# systemctl restart winbind
[root@rhel8 ~]# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi
[root@rhel8 ~]# wbinfo -n administrator
S-1-5-21-1558586345-1278082141-3490387582-500 SID_USER (1)
[root@rhel8 ~]# net ads info
LDAP server: 192.168.1.29
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 土, 26 3月 2022 01:36:19 JST
KDC server: 192.168.1.29
Server time offset: 1
Last machine account password change: 土, 26 3月 2022 01:35:38 JST
[root@rhel8 ~]# host -4 dc
dc.test.jp has address 192.168.1.27
dc.test.jp has address 192.168.1.29
dc.test.jp has IPv6 address 2400:4052:46e0:b700:35e6:944a:4878:fa93
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b94a:d3cf:f733:1de1
[root@rhel8 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.30
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:187f:27ee:c7d7:f12e
[root@rhel8 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.31
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:44c6:390:1f0c:1df7
[root@rhel8 ~]# 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 dc1.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc.test.jp.
[root@rhel8 ~]# 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 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
[root@rhel8 ~]# host -t A test.jp
test.jp has address 192.168.1.31
test.jp has address 192.168.1.30
test.jp has address 192.168.1.27
test.jp has address 192.168.1.29
[root@rhel8 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.5 (Ootpa)
[root@rhel8 ~]# smbd -V
Version 4.14.5
[root@rhel8 ~]# smbclient //192.168.1.27/netlogon -Uadministrator
Red Hat Enterprise Linux release 8.5 Samba4.14.5 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

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

Fedora release 37 Samba4.16.0 第2世代 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

[root@f37 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@f37 ~]# net ads join -U administrator
Password for [TEST\administrator]:
Using short domain name — TEST
Joined ‘F37’ to dns domain ‘test.jp’
No DNS domain configured for f37. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@f37 ~]# systemctl restart winbind
[root@f37 ~]# wbinfo -u
TEST\guest
TEST\administrator
TEST\krbtgt
TEST\chibi
[root@f37 ~]# wbinfo -n chibi
S-1-5-21-1558586345-1278082141-3490387582-1103 SID_USER (1)
[root@f37 ~]# net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: 日, 03 4月 2022 06:24:05 JST
KDC server: 192.168.1.30
Server time offset: 0
Last machine account password change: 木, 01 1月 1970 09:00:00 JST
[root@f37 ~]# host -4 dc
dc.test.jp has address 192.168.1.29
dc.test.jp has address 192.168.1.27
dc.test.jp has IPv6 address 2400:4052:46e0:b700:35e6:944a:4878:fa93
dc.test.jp has IPv6 address 2400:4052:46e0:b700:b94a:d3cf:f733:1de1
[root@f37 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.30
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:187f:27ee:c7d7:f12e
[root@f37 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.31
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:44c6:390:1f0c:1df7
[root@f37 ~]# 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 dc.test.jp.
_ldap._tcp.test.jp has SRV record 0 100 389 dc2.test.jp.
[root@f37 ~]# 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 dc2.test.jp.
_kerberos._udp.test.jp has SRV record 0 100 88 dc1.test.jp.
[root@f37 ~]# host -t A test.jp
test.jp has address 192.168.1.27
test.jp has address 192.168.1.30
test.jp has address 192.168.1.31
test.jp has address 192.168.1.29
[root@f37 ~]# cat /etc/redhat-release
Fedora release 37 (Rawhide)
[root@f37 ~]# samba -V
Version 4.16.0
[root@f37 ~]# smbclient //192.168.1.27/netlogon -Uadministrator
Fedora release 37 Samba4.16.0 AMD EPYC 7742 64-core Processor x2 soketsに構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加

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