Homelab Tailscale VPN - A Network Engineer's Perspective Before we get into what Tailscale is or how it compares to a traditional remote access VPN, let’s take Suresh Vina Mar 9, 2025 11 min read
Docker Docker Series - Networking and IP Addresses It’s a bit embarrassing as a Network Engineer that we’ve made it this far into the Docker series Suresh Vina Mar 6, 2025 17 min read
Palo Alto Palo Alto Automated Scheduled Configuration Backup I'm writing this in February 2025, and as far as I know, Palo Alto firewalls (not Panorama) don’ Suresh Vina Feb 27, 2025 6 min read
Palo Alto Palo Alto Clientless VPN Configuration As the title suggests, Palo Alto's clientless VPN allows users to access internal resources (HTTPS-based) without installing the Suresh Vina Feb 23, 2025 8 min read
Python Python Getters, Setters and @property Decorator When I first started working with Python classes, some of the most confusing topics were getters, setters, and @property. There Suresh Vina Feb 19, 2025 7 min read
Palo Alto Combining URL Categories on Palo Alto We know that in Palo Alto, or in any NGFW, we can allow or block various URL categories. Speaking specifically Suresh Vina Feb 10, 2025 2 min read
Infrahub Automation Workflow with Infrahub, Nornir & Jinja2 Originally published in https://www.opsmill.com/simplifying-network-automation-workflows-with-infrahub-nornir-and-jinja2/ In this blog post, we will explore how InfraHub integrates with Jinja2 Suresh Vina Feb 6, 2025 15 min read
Palo Alto Trying to Automate Palo Alto Firewall Objects/Rules Cleanup In this blog post, we will walk you through how to clean up Palo Alto Firewall Objects and Rules using Suresh Vina Feb 5, 2025 9 min read
Palo Alto Palo Alto SSL Decryption and App-ID If you work with Palo Alto firewalls, you might have heard of App-ID. They work well and let us create Suresh Vina Feb 3, 2025 5 min read
Homelab Paperless-ngx Self-Hosted Document Manager At the moment, most of my documents are stored in Google Drive and locally on my machine. Whenever I need Suresh Vina Feb 3, 2025 5 min read
Homelab Setting up Proxmox Backup Server If you follow my blog, you may know that I recently migrated to Proxmox as my hypervisor, and I absolutely Suresh Vina Feb 2, 2025 8 min read
Homelab Running Unifi Network Application in Docker As of January 2024, the linuxserver/unifi-controller Docker image has been deprecated and is no longer receiving updates. This means Suresh Vina Feb 1, 2025 4 min read
AI Using the Continue VSCode Extension and Local LLMs for Improved Coding Welcome back to another post on local LLMs. In this post, we’ll look at setting up a fully local Suresh Vina Jan 30, 2025 4 min read
AI Using Ollama with a Web-Based GUI When I first started using local LLMs with Ollama, I quickly realised it relies on a command-line interface to interact Suresh Vina Jan 30, 2025 5 min read
AI Running Large Language Models (LLM) on Your Own Machine Using Ollama I’m going to start by saying I’m totally new to LLMs and running them locally, so I’m Suresh Vina Jan 30, 2025 7 min read
Containerlab Simple BGP Lab with Containerlab and Nornir (Lab-as-a-Code) I'm sure many of you can relate to the familiar headache that comes with setting up Network Labs. Suresh Vina Jan 28, 2025 15 min read
Containerlab Running Containerlab in macOS (Cisco IOL/cEOS) Let me start by saying that I usually run Containerlab on a dedicated Ubuntu 22.04 VM, which sits on Suresh Vina Jan 27, 2025 9 min read
NetDevOps How to Create Custom Jinja2 Filters? Hi everyone, welcome back to another blog post on Jinja2 and Python. I'm not an expert in Jinja2; Suresh Vina Jan 26, 2025 4 min read