OpenSUSE Tumbleweed Samba4.14.5 AMD EPYC 7502P 32-core Processor で構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた


opensuse:~ # kinit administrator
Password for administrator@TEST.JP:
opensuse:~ # net ads join -U administrator
Enter administrator’s password:
get_kdc_ip_string: get_kdc_list fail NT_STATUS_NO_LOGON_SERVERS
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-1027568716-2615651473-4055231525-1103 SID_USER (1)
opensuse:~ # net ads info
LDAP server: 0.0.0.0
LDAP server name: (null)
Realm: (null)
Bind Path: (null)
LDAP port: 0
Server time: Thu, 17 Jun 2021 07:55:15 JST
KDC server: 192.168.1.86
Server time offset: -6
Last machine account password change: Thu, 01 Jan 1970 09:00:00 JST
opensuse:~ # host -4 dc
dc.test.jp has address 192.168.1.34
dc.test.jp has address 192.168.1.19
dc.test.jp has IPv6 address 2400:4052:46e0:b700:571:57ef:f35:ae2c
dc.test.jp has IPv6 address 2400:4052:46e0:b700:acc0:d100:c92c:b122
opensuse:~ # host -4 dc1
dc1.test.jp has address 192.168.1.85
dc1.test.jp has IPv6 address 2400:4052:46e0:b700:f47a:f72:3d0c:4b65
opensuse:~ # host -4 dc2
dc2.test.jp has address 192.168.1.86
dc2.test.jp has IPv6 address 2400:4052:46e0:b700:d515:d71a:cedd:ebb7
opensuse:~ # 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.
opensuse:~ # 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.
opensuse:~ # host -t A test.jp
test.jp has address 192.168.1.19
test.jp has address 192.168.1.85
test.jp has address 192.168.1.34
test.jp has address 192.168.1.86
opensuse:~ # cat /etc/os-release
NAME=”openSUSE Tumbleweed”
# VERSION=”20210615″
ID=”opensuse-tumbleweed”
ID_LIKE=”opensuse suse”
VERSION_ID=”20210615″
PRETTY_NAME=”openSUSE Tumbleweed”
ANSI_COLOR=”0;32″
CPE_NAME=”cpe:/o:opensuse:tumbleweed:20210615″
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:~ # samba -V
Version 4.14.5-git.165.70143cb153dSUSE-oS15.5-x86_64
opensuse:~ # smbclient //192.168.1.19/netlogon -Uadministrator
OpenSUSE Tumbleweed Samba4.14.5 AMD EPYC 7502P 32-core Processor で構築した Windows Server 2022 Datacenter Active Directory Domain のメンバーに参加してみた

カテゴリー: opensuse, samba4, windows パーマリンク

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です