engyak.co
open-menu closeme
Home
Archive
Wi-Fi and Radio
Open Source
Python
Information Security
Improving productivity with code
Network Design Patterns
IPv6 / IP Design
github twitter linkedin rss
  • Bogons, and how to leverage public IP feeds with NSX-T

    calendar Jan 16, 2022 · 3 min read · Network Security Datacenter Networking Python Routing & Switching Studies BGP NSX-T Design Patterns  ·
    Share on: twitter facebook linkedin copy

    Have you ever wondered what happened to all the privately-addressed traffic coming from any home network? Well, if it isn't explicitly blocked by the business, it's routed, and this is not good. Imagine what data leakage can occur when a user mistypes a destination IP - the traffic goes out to the Service Provider, who …


    Read More
  • GitOps with NSX Advanced Load Balancer and Jenkins

    calendar Jan 16, 2022 · 6 min read · Load Balancing VMWare Avi GitOps Jenkins JSON Design Patterns Network Automation NSX-ALB  ·
    Share on: twitter facebook linkedin copy

    GitOps GitOps, a term coined in 2017, describes the practice of performing infrastructure operations from a Git repository. In this practice, we easily develop the ability to re-deploy any broken infrastructure (like application managers), but that doesn't really help infrastructure engineers. From the perspective of …


    Read More
  • Leverage Idempotent, Declarative Profiles with the NSX-ALB (Avi) REST API

    calendar Jan 2, 2022 · 5 min read · Load Balancing TLS VMWare Network Security Python Avi Programmability Design Patterns Network Automation NSX-ALB  ·
    Share on: twitter facebook linkedin copy

    Idempotence and Declarative Methods - not just buzzwords Idempotence Coined by Benjamin Peirce, this term indicates that a mathematical operation will produce a consistent result, even with repetition. Idempotence is much more complicated subject in mathematics and computer science. IT and DevOps use a simplified …


    Read More
  • The winds of change in cloud operations, and why integrations like NSX Data Center 3.2 + Advanced Load Balancer are important

    calendar Dec 26, 2021 · 4 min read · Load Balancing VMWare Datacenter Networking Avi NSX-T  ·
    Share on: twitter facebook linkedin copy

    **Note: This feature has been deprecated by VMware The Jetstreams Cloud operators now provide two completely different classes of service to customers: Self-Service, VMs, Operating System Templates Generally mature, some private cloud operators are smoothing out CMPs or such, but work as intended from a customer …


    Read More
  • NSX-T 3.2 and NSX ALB (Avi) Deployment Error - "Controller is not reachable. {0}"

    calendar Dec 22, 2021 · 2 min read · Load Balancing VMWare Python Avi NSX-T Programmability NSX-ALB  ·
    Share on: twitter facebook linkedin copy

    Note: This feature has been deprecated by VMware NSX-T 3.2 has been released, and has a ton of spiffy features. The NSX ALB integration is particularly neat, but while repeatedly (repeatably) breaking the integration to learn more about it, I ran into this error: When deploying NSX ALB appliances from the NSX Manager, …


    Read More
  • VyOS and other Linux builds unable to use vmxnet3 or "VMware Paravirtual SCSI" adapter on vSphere

    calendar Dec 4, 2021 · 4 min read · Linux VMWare vSphere NFV Design Patterns  ·
    Share on: twitter facebook linkedin copy

    Have you seen this selector when building machines on vSphere? This causes some fairly common issues in NOS VMs, as most don't really know what distribution the NOS is based on. "Guest OS Version" doesn't just categorize your workload, though. Selecting "Other Linux" instructs vSphere to maximize …


    Read More
  • Why Automate? Reliability Approaches with the VMware NSX-T API

    calendar Nov 24, 2021 · 11 min read · Home Lab Continuous Delivery JSON NSX-T Network Automation  ·
    Share on: twitter facebook linkedin copy

    Why should an infrastructure engineer leverage REST APIs? I'm sure most IT workers have at least heard of REST APIs, or heard a sales pitch where a vendor insists that while a requested functionality doesn't exist, you could build it yourself by "using the API". Or, participate in discussions where people …


    Read More
  • Get rid of certificate errors with Avi (NSX-ALB) and Hashicorp Vault!

    calendar Oct 10, 2021 · 7 min read · Load Balancing TLS VMWare Network Security Avi NSX-ALB  ·
    Share on: twitter facebook linkedin copy

    Have you ever seen this error before? This is a really important issue in enterprise infrastructure because unauthenticated TLS connections teach our end users to be complacent and ignore this error. TLS Authentication SSL/TLS for internal enterprise administration typically only addresses the confidentiality aspects …


    Read More
  • Get an A on ssllabs.com with VMware Avi / NSX ALB (and keep it that way with SemVer!)

    calendar Sep 19, 2021 · 5 min read · Load Balancing TLS Avi NSX-ALB  ·
    Share on: twitter facebook linkedin copy

    Cryptographic security is an important aspect of hosting any business-critical service. When hosting a public service secured by TLS, it is important to strike a balance between compatibility (The Availability aspect of CIA), and strong cryptography (the Integrity or Authentication and Confidentiality aspects of CIA). …


    Read More
  • Static IPv4/IPv6 Addresses - Debian 11

    calendar Sep 17, 2021 · 1 min read · Linux  ·
    Share on: twitter facebook linkedin copy

    Here's how to set both static IPv4 and IPv6 addressing on Debian 11. The new portions are outlined in italics. First, edit /etc/network/interfaces 1auto lo 2auto ens192 3iface lo inet loopback 4# The primary network interface 5allow-hotplug ens192 6iface ens192 inet static 7 address {{ ipv4.address }} 8 gateway …


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

ENGYAK.co

A blog about IT

Disclaimer

The opinions expressed on this site are my own personal opinions and do not represent my employer’s view in any way.

Recent Posts

  • Automate DNS Zone Generation and Deployment with Ansible and Netbox
  • VM Deployment Pipelines with Proxmox
  • Starting from scratch with Netbox IPAM
  • Manage Linux patching with Ansible and Netbox!
  • Abstracting DNS Record Management with Ansible and Jinja 2
  • Build and Consume Alpine Linux vSphere Images
  • Apollo 13's "Failure is not an option", and how non-engineers misinterpret it
  • Internet Load Balancing with pfSense

Series

WHY-AUTOMATE 14 SPINE-AND-LEAF-FABRICS 8 D2 4

Tags

VMWARE 45 DATACENTER-NETWORKING 43 ROUTING-SWITCHING-STUDIES 35 HOME-LAB 33 PROGRAMMABILITY 33 NSX-T 32 NETWORK-AUTOMATION 31 BGP 28 DESIGN-PATTERNS 28 EBGP 20 ANSIBLE 16 IPV6 15 NETWORK-SECURITY 15 FOSS/LINUX 14 LINUX 14 AVI 13 NSX-ALB 11 IBGP 10
All Tags
802.3BY1 ANSIBLE16 ANYCAST3 AVI13 BGP28 BIND91 CISCO-NX-OS3 CLOUD1 CONTINUOUS-DELIVERY5 DATACENTER-NETWORKING43 DESIGN-PATTERNS28 DIAGRAMS4 DNS3 EBGP20 FOSS/LINUX14 GITOPS1 HOME-LAB33 IBGP10 INFORMATION-SECURITY5 IPV615 IS-IS3 JENKINS5 JINJA4 JSON4 LAYER-12 LAYER-22 LINUX14 LOAD-BALANCING9 NETBOX3 NETWORK-AUTOMATION31 NETWORK-SECURITY15 NETWORK-VIRTUALIZATION1 NFV3 NGINX1 NSX2 NSX-ALB11 NSX-T32 NSX-V2 OSPF5 PAN-OS3 PROGRAMMABILITY33 PYTHON9 RIPV22 ROUTING-SWITCHING-STUDIES35 SPANNING-TREE1 SPINE-AND-LEAF10 TELEWORK1 TLS3 UNBOUND3 UNEARNED-UPTIME4 VCENTER1 VCSA1 VMWARE45 VSPHERE6 WI-FI4 WPA32 XML1 YAML1
[A~Z][0~9]
engyak.co

Copyright 2019-  ENGYAK.CO. All Rights Reserved

to-top