Linux

Complete Example of Ansible Deployment for NetBox

Example In my previous posts in this project, I have explained how to setup NetBox and a couple of the Ansible collection features. In this post, I want to demonstrate what is possible using this approach. I have created multiple Ansible roles with different vars files containing a lot of configuration parameters.The repo for this […]

Complete Example of Ansible Deployment for NetBox Read More »

Basic Git Guide

As a Network Engineer, my development workflows are not very disciplined or strong. I mainly use Git as a place to store my completed work, in the form of GitHub. This does work, however, I am missing out on many very useful features that Git version control has to offer and any collaboration with a

Basic Git Guide Read More »

Enabling FortiGate IPS with Terraform – Metasploit Test

This lab takes the initial config from the post, Creating FortiGate Config with Terraform, and adds in the IPS config to the firewall rule that permits all traffic between INSIDE and DMZ. The IPS policy is the default from FortiNet that blocks critical attacks. The attack that I will demonstrate is the ever popular vsftpd

Enabling FortiGate IPS with Terraform – Metasploit Test Read More »

Arista VXLAN 3 – Automating Adding New Spine and Leaf Switches

I have been over the automatic creation of the VXLAN topology in the previous post. However, this stopped at the creation of the topology only. If in the future I wanted to add a new spine or leaf switch, this could be done, but the other switches wouldn’t be aware as they would also need

Arista VXLAN 3 – Automating Adding New Spine and Leaf Switches Read More »