Home network monitoring with Prometheus and Grafana March 18, 2021 Working from home gave me some more time to learn new things and also made me think about monitoring my home network. After searching…
ESXi.ARM.temperature.logging March 2, 2021 I’ve bought a Raspberry Pi 4 (8GB RAM) for my home lab and used VMware ESXi for ARM so I can build some VMs…
Ansible.Clavister.VPN February 9, 2021 In the last year, I’ve started to work with new firewalls, made by a Swedish company called Clavister. More info on them can be…
Ansible.SNMP.Arista February 2, 2021 Adding a new monitoring system to your network is an interesting thing to do. But it implies some repetitive tasks like updating ACLs on…
IPinfo November 23, 2020 Public clouds, beside offering IaaS, PaaS solutions they also provide FaaS (Function as a service). “Function as a service (FaaS) is a category of cloud computing…
nmap is a swiss knife August 12, 2020 Nmap, the popular port scanning tool, is more than that. Besides port scanning it can do much more: It can scan for vulnerabilities: Here…
Ansible.upgrade.Arista May 21, 2020 The process of upgrading an Arista switch is pretty straightforward. But you still need to follow some steps and doing these on a large…
Ansible.s2sVPN.Fortinet April 16, 2020 Working with Fortinet firewalls is something new to me. So I’ve started with a virtual Fortinet in GNS3. After doing some policies(ACLs) and checking…
Python.Arista.shutdown_ports March 26, 2020 As I am trying to learn Python, and probably will continue to do it for some time, I came across an issue that I…
Python.VxLAN.Cumulus February 18, 2020 In the previous post, I used Ansible to automate the Vxlan creation on Cumulus leaf switches. Now let’s go one step further and do…