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


lqq(root?kali)-[~]
mq# kinit administrator
Password for administrator@TEST.JP:

lqq(root?kali)-[~]
mq# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘KALI’ to dns domain ‘test.jp’
No DNS domain configured for kali. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER

lqq(root?kali)-[~]
mq# systemctl restart winbind

lqq(root?kali)-[~]
mq# wbinfo -u
TEST\administrator
TEST\guest
TEST\krbtgt
TEST\chibi

lqq(root?kali)-[~]
mq# wbinfo -n chibi
S-1-5-21-531816203-730215079-1526157293-1103 SID_USER (1)

lqq(root?kali)-[~]
mq# net ads info
LDAP server: 192.168.1.24
LDAP server name: dc.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 水, 16 12月 2020 18:08:34 JST
KDC server: 192.168.1.24
Server time offset: -6
Last machine account password change: 水, 16 12月 2020 18:07:51 JST

lqq(root?kali)-[~]
mq# 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:d466:3785:c19d:a359

lqq(root?kali)-[~]
mq# host -4 dc1
dc1.test.jp has address 192.168.1.42

lqq(root?kali)-[~]
mq# host -4 dc2
dc2.test.jp has address 192.168.1.143

lqq(root?kali)-[~]
mq# 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.

lqq(root?kali)-[~]
mq# 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.

lqq(root?kali)-[~]
mq# host -t A test.jp
test.jp has address 192.168.1.8
test.jp has address 192.168.1.42
test.jp has address 192.168.1.143
test.jp has address 192.168.1.24
test.jp has address 192.168.1.34

lqq(root?kali)-[~]
mq# cat /etc/os-release
PRETTY_NAME=”Kali GNU/Linux Rolling”
NAME=”Kali GNU/Linux”
ID=kali
VERSION=”2020.4″
VERSION_ID=”2020.4″
VERSION_CODENAME=”kali-rolling”
ID_LIKE=debian
ANSI_COLOR=”1;31″
HOME_URL=”https://www.kali.org/”
SUPPORT_URL=”https://forums.kali.org/”
BUG_REPORT_URL=”https://bugs.kali.org/”

lqq(root?kali)-[~]
mq# samba -V
Version 4.13.2-Debian

lqq(root?kali)-[~]
mq# net ads lookup
Information for Domain Controller: 192.168.1.24
Kali GNU Linux Rolling Samba4.13.2 AMD EPYC 7302P 16-coreProcessorで構築された Windows Server 2019 Datacenter Active Directory Domain のメンバーに参加してみた

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

Kali GNU/Linux Rolling Samba4.13.2 Update


Kali GNU/Linux Rolling Sambaが4.13.2にUpdateされました。

lqq(root?kali)-[~]
mq# uname -r
5.9.0-kali4-amd64

lqq(root?kali)-[~]
mq# uname -a
Linux kali 5.9.0-kali4-amd64 #1 SMP Debian 5.9.11-1kali1 (2020-12-01) x86_64 GNU/Linux

lqq(root?kali)-[~]
mq# php -v
PHP 7.4.11 (cli) (built: Oct 6 2020 10:34:39) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.11, Copyright (c), by Zend Technologies

lqq(root?kali)-[~]
mq# curl -V
curl 7.72.0 (x86_64-pc-linux-gnu) libcurl/7.72.0 OpenSSL/1.1.1h zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.8.0 nghttp2/1.42.0 librtmp/2.3
Release-Date: 2020-08-19
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets

lqq(root?kali)-[~]
mq# samba -V
Version 4.13.2-Debian

lqq(root?kali)-[~]
mq# cat /etc/os-release
PRETTY_NAME=”Kali GNU/Linux Rolling”
NAME=”Kali GNU/Linux”
ID=kali
VERSION=”2020.4″
VERSION_ID=”2020.4″
VERSION_CODENAME=”kali-rolling”
ID_LIKE=debian
ANSI_COLOR=”1;31″
HOME_URL=”https://www.kali.org/”
SUPPORT_URL=”https://forums.kali.org/”
BUG_REPORT_URL=”https://bugs.kali.org/”

lqq(root?kali)-[~]
mq#

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

Samba 4.14.0rc4 Available for Download

Samba 4.14.0rc4が公開されました。ReleaseNoteはこちらです。

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

Arch Linux Samba4.13.3 Update

Arch Linux Sambaが4.13.3にUpdateされました。

[root@archlinux ~]# uname -r
5.9.14-arch1-1
[root@archlinux ~]# php -v
PHP 7.4.13 (cli) (built: Nov 24 2020 16:22:20) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
[root@archlinux ~]# curl -V
curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1i zlib/1.2.11 zstd/1.4.5 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.41.0
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
[root@archlinux ~]# samba -V
Version 4.13.3
[root@archlinux ~]# 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@archlinux ~]#

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

Kernel 5.12-rc1が公開

Kernel 5.12-rc1 が公開されました。ReleaseNoteはこちらです。

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