VM within VM

I created a VMWare ESXI virtual machine on VMWare Workstation. I did not know that was even possible until I saw it one day online. On the is ESXI VM, I decided to try out Windows Server to learn about Active Directory and maybe other features. I created the Server VM and also a client VM. Both were on the same network so they could communicate with each other. I was able to create some made-up users and log into the client VM using those credentials afterward.

read more

Network Automation

Using PyCharm as a Python IDE, I created a script with the help of the internet to send configuration the routers and switches in the topology in EVE-NG. Once the script is ran, it will prompt for the SSH password and then push the configurations to all of the networking devices. This tool in Python is called Netmiko. There is also another called Nornir that is very interesting.