Secure Elasticsearch and Kibana access using Apache reverse proxy

Share

Default ELK installation may not fulfill enterprise requirements as kibana, the visualizer, works on port 5601 without any authentication and elasticsearch listens only on loopback IP on port 9200 without any authentication. You may want to run kibana on standard http/https port ie 80/443 with authentication control. Similarly, you may want to allow elasticsearch access […]

Secure Master Slave DNS transactions using TSIG

Share

After we have completed Master slave configuration now we will try to secure transactions between master and slave DNS servers. To achieve this we will use TSIG (Transaction SIGnature). Master DNS, 192.168.0.10, mns1.ns.mka.in Slave DNS, 192.168.0.11, sns1.ns.mka.in On the master DNS server Generate TSIG host Key in /etc/bind/corp/tsig directory dnssec-keygen -a HMAC-MD5 -b 128 -n […]