designetwork(EN)

IT technical memo of networking

Apply VIB Patch from ESXi6.5 Web Client

VMware releases patches from time to time within each major version. Conventionally, in a standalone environment without vCenter, it was necessary to install VIB (VMware Infrastructure Bundle) with esxcli. However, since ESXi 6.5 has WebGU…

Distribute the multiple output in Logstash

In Logstash, since the configured Config becomes effective as a whole, it becomes a single output setting with a simple setting. Therefore, it is possible to set multiple outputs by conditionally branching according to items with if. Based…

Multiple output settings in Logstash same as Fluentd forest + copy

In Logstash, try setting the same as Fluentd (td-agent) forest plugin and copy combined. As a result, even if the log type and the sender increase, it is possible to simplify without adding the output setting every time. What to expect - S…

Visualize Elasticsearch's data with Grafana

Kibana is available as a log visualization tool for Elasticsearch, but sometimes I want to create a dashboard with Grafana by combining data such as ZABBIX. As a starting point, describe how to link Elasticsearch as Grafana's data source. …

Visualize the Cisco ASA FW log with Fluentd (td-agent)

Visualize the Cisco ASA FW log with Fluentd (td-agnet), which is popular as a log collection tool. Logs received by Fuentd are indexed by ElasticSearch and visualized by Kibana. Fluentd plugin and settings Cisco ASA Logging Configuration F…

Kibana5 export search result of Discover tab to CSV

One of the functions that is hardly implemented while being requested by Kibana is export from the Discover screen. Github also has long been requested as an issue. github.com Among them, there are some people who provide function implemen…

Cisco ASA Series does not support CDP/LLDP

Since the Cisco ASA is a security device, It does not support CDP/LLDP which collects information on neighboring NW devices. Information on the Cisco Support Community Several questions on ASA's CDP/LLDP compliance status are being made. T…

Reason why Dot11Radio is reset in the Cisco AIR1131AG

A problem occurred in the home lab's wireless AP Cisco Aironet AIR1131AG, in which the status of the Dot11Radio interface became reset after recovery from a power outage. The cause of the blackout was due to excess power supply capacity of…

Check the status of DNS name resolution with Express + Node.js

I created a DNS name confirmation confirmation tool in Express + Node.js for API cooperation between servers. Since name resolution is performed on Node.js on the server, it is possible to check in the same environment as the actual applic…

Security level setting when building DMZ with ASA

I am building a DMZ in my home lab with the Cisco ASA 5505. In the case of a simple inside-outside setting, set the security level to inside: 100, outside: 0 and allow traffic from outside by FW and NAT. However, inclusion of the DMZ makes…

Can not communicate from DMZ to inside at home lab ASA

I had trouble communicating from the DMZ to the inside when I built a DMZ with ASA 5505 in my home laboratory. Components Cisco ASA 5505 (BASE License, Ver.9.2 (3)) Cisco Catalyst 2960 VMware ESXi Because ASA 5505 can not use VLAN trunk wi…

Ansible slow/delayed reason and settings to be confirmed

When I started using Ansible, the operation became slow when the setting amount became large. I solved the problem by dividing it, so make a note of the confirmation point. (CentOS 7.3 ansible 2.2.1.0) As a result, waiting for DNS timeout …

AND/OR mixed sorting rules in Outlook

When setting the sorting rule in Outlook, AND / OR combination can not be done well if it is the usual setting. I will introduce the recommended settings especially when you want to use the OR condition. Microsoft Community Use header info…

Correspondence table between Ubuntu OS version and kernel version

Ubuntu is one of the major distributions of Linux and has a wide share in desktop applications. When installing various software, it is necessary to pay attention to the version of kernel in addition to the version of the OS itself. The co…

Express + Node.js GET the other site responce

I sometimes want to check whether the published server is accessible from other server, and created a simple program with Express + Node.js. By doing this, you can check that you can not do it by itself, such as access confirmation to the …


This Blog is English Version of my JP's.

Sorry if my English sentences are incorrect.

designetwork