designetwork(EN)

IT technical memo of networking

HTTP communication of Node.js is recommended to use then-request (sync-request is deprecated)

As introduced in this article, the sync-request module can perform HTTP communication by synchronous processing. This makes simple code without callback processing by asynchronous processing peculiar to javascript. However, on the sync-req…

CANNOT issue certificates of multi domain and wild card

When implementing HTTPS (SSL), examination of certificates is also required. When publishing many sites, there are many FQDNs, but you can reduce the number of certificates by using wild card certificates, multi domain (SANs) certificates.…

SSH to CentOS with Chromebook Secure Shell public key authentication

With Secure Shell provided with Chromebook (Google Chrome), you can run Linux (CentOS) server without TeraTerm on Chromebook. In this procedure, switching to developer mode is unnecessary. Generate public key Copy the public key / private …

Install CentOS 7.3 on ESXi 6.5 (VM console problem??)

Install CeontOS 7.3 on VMware vSphere ESXi 6.5. Use the free (Essential) version of ESXi. Unfortunately, since vCenter can not be used at no charge, it is a standalone configuration. For the guest OS use the Linux distribution CentOS. Sinc…

Resolve VLAN nameif setting error with ASA 5505 of basic license

With the basic license, the Cisco ASA 5505 can set up to three VLANs. However, if you try to set it normally, you will get an error when setting nameif in the third VLAN. Describe how to resolve the error and set nameif in the third VLAN. …

Cisco AIR1131AG IOS switch from centralized to autonomous

Cisco Aironet is one of wireless APs popular in the enterprise. Since AIR1131AG is also exhibited in second-hand market, it is easy to introduce it to home network. There are many centrally controlled types by WLC in the enterprise, and ma…

How to proceed with local domain SSL certificates

Used as internal domain (Internal Domain Name) .Local. In many cases it uses local domains such as test.local and test.internal. Describe the problem of "How to do SSL certificate" which is one of problems occurring while using local domai…

Cisco ASA FW log (syslog) with Papertail

Cloud log management service Papertrail. Minimal features are available for free, making it ideal for managing FW logs etc in home labs. Also, since it is not necessary to construct a syslog server, it is highly effective even in verificat…

How to deal with garbled characters where Japanese is displayed in \xx in Git Bash

When using widely used version management tool Git on Windows, use Git for Windows (Git Bash). When handling Japanese files, describe the correspondence between garbled characters that are displayed as \xx (backslash, \mark number). Instal…

Can I use vCenter Server for free? I would like to have a cluster at home ESXi

(This article is information as of December 2016) Since I purchase additional home server and two ESXi will be configured, I considered installing vCenter Server. Basically, for verification purposes as a home lab, I am considering using i…

Home server selection - Make cheap virtualization environment

I thought that I would like to replace my server at home, I made various selections and summarize it. The current environment is as follows. DELL PowerEdge SC 440 CPU: Core 2 quad Q6700 2.66 GHz Memory: 8 GB DISK: Western Digital (WD) HDD …

Configure wildcard DNS on Windows Server

PaaS such as Cloud Foundry generally routes to the CF Router with wildcard DNS, then it will route HTTP from the host of the FQDN within the CF. We will show you how to configure wildcard DNS with the DNS server function of Windows Server …

Verify Windows Server 2016 for free (upgrade from TP 4)

As introduced in this article, Windows Server can be used free of charge for free for 180 days as an evaluation version. Windows Server Free Usage (2016 Technical Preview 4) - designetwork(EN) Windows Server TP4 has already expired, and yo…

Nest virtualization failed with VT-x is not available error

VMware ESXi (vSphere) is not officially supported, but you can use nested virtualization for verification. Using this, I thought of installing Ubuntu (Linux) as a guest OS of ESXi, and using VirtualBox within it. Eventually I wanted to use…

PCF Dev(Cloud Foundry) install to Home LinuxVM

Cloud Foundry has a wide market share as PaaS infrastructure software. Pivotal Cloud Foudry, one of its commercial distributions, is also widely used in commercial services. Cloud Foundry is composed of many components and requires a large…


This Blog is English Version of my JP's.

Sorry if my English sentences are incorrect.

designetwork