Fedora25 Update

Fedora25をUpdateしました。
Sambaが 4.4.4にUpdateされました。
[root@f25 ~]# uname -r
4.7.0-0.rc2.git1.1.fc25.x86_64
[root@f25 ~]# php -v
PHP 5.6.22 (cli) (built: May 27 2016 18:36:29)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
[root@f25 ~]# smbclient –version
Version 4.4.4
[root@f25 ~]#

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

FreeBSD10.3 Update

FreeBSD10.3をUpdateしました。
PHPも7.0.7になりました。
root@freebsd:~ # uname -a
FreeBSD freebsd 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016
root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
root@freebsd:~ # php -v
PHP 7.0.7 (cli) (built: May 29 2016 01:17:30) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
root@freebsd:~ # samba -V
Version 4.4.3
root@freebsd:~ #

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

Ubuntu16.04 11ac無線LAN接続

root@1604:~#apt-get install build-essential dkms git
$git clone https://github.com/gnab/rtl8812au
$cd rtl8812au
$make
$sudo su
#make install
#modprobe 8812au
#iwconfig
ens33 no wireless extensions.
enx0022cfe8c52d IEEE 802.11AC ESSID:”Planex_5-E5DE07″ Nickname:”
Mode:Managed Frequency:5.18 GHz Access Point: 00:22:CF:E5:DE:0A
Bit Rate:867 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:****-****-****-****-****-****-****-**** Security mode:open
Power Management:off
Link Quality=100/100 Signal level=100/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
root@1604:~#
11ac

カテゴリー: 11ac無線LAN, ubuntu | コメントする

Centos7 Samba4.4.3 ActiveDirectoryDomainに参加

[root@centos7 ~]# net ads join -U administrator
Enter administrator’s password:
Using short domain name — TEST
Joined ‘CENTOS7’ to dns domain ‘test.jp’
No DNS domain configured for centos7. Unable to perform DNS Update.
DNS update failed: NT_STATUS_INVALID_PARAMETER
[root@centos7 ~]# net ads info
LDAP server: 192.168.1.75
LDAP server name: dc2.test.jp
Realm: TEST.JP
Bind Path: dc=TEST,dc=JP
LDAP port: 389
Server time: 水, 11 5月 2016 18:59:58 JST
KDC server: 192.168.1.75
Server time offset: -4
Last machine account password change: 水, 11 5月 2016 18:59:44 JST
[root@centos7 ~]# kinit administrator
Password for administrator@TEST.JP:
[root@centos7 ~]# host -4 dc
dc.test.jp has address 192.168.1.59
dc.test.jp has IPv6 address 2400:7800:47e0:1700:c43e:f07b:f949:b2ce
[root@centos7 ~]# host -4 dc1
dc1.test.jp has address 192.168.1.74
dc1.test.jp has IPv6 address 2400:7800:47e0:1700:f58e:95f3:ee27:515c
[root@centos7 ~]# host -4 dc2
dc2.test.jp has address 192.168.1.75
dc2.test.jp has IPv6 address 2400:7800:47e0:1700:9061:f254:15af:c42e
[root@centos7 ~]# host -t A dc.test.jp
dc.test.jp has address 192.168.1.59
[root@centos7 ~]# host -t A dc1.test.jp
dc1.test.jp has address 192.168.1.74
[root@centos7 ~]# host -t A dc2.test.jp
dc2.test.jp has address 192.168.1.75
[root@centos7 ~]# samba -V
Version 4.4.3
[root@centos7 ~]#

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

Centos7 Samba4.4.2 有線LAN3本の時の動作確認

[root@centos7 ~]# samba -i -M single
samba version 4.4.2 started.
Copyright Andrew Tridgell and the Samba Team 1992-2016
samba: using ‘single’ process model
Attempting to autogenerate TLS self-signed keys for https for hostname
‘CENTOS7.test.jp’
TLS self-signed keys generated OK
[root@centos7 ~]# kinit administrator
Password for administrator@TEST.JP:
Warning: Your password will expire in 41 days on 2016年06月15日 04時45分11秒
[root@centos7 ~]# host -t A test.jp
test.jp has address 192.168.1.76
test.jp has address 192.168.1.77
test.jp has address 192.168.1.78
[root@centos7 ~]# host -t SRV _ldap._tcp.test.jp
_ldap._tcp.test.jp has SRV record 0 100 389 centos7.test.jp.
[root@centos7 ~]# host -t SRV _kerberos._udp.test.jp
_kerberos._udp.test.jp has SRV record 0 100 88 centos7.test.jp.
[root@centos7 ~]#

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