

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://ryanvanmass.github.io/</id>
  <title>Ryan Van Massenhoven</title>
  <subtitle>A minimal, responsive, and powerful Jekyll theme for presenting professional writing.</subtitle>
  <updated>2026-03-14T12:06:16+00:00</updated>
  <author>
    <name>Ryan Van Massenhoven</name>
    <uri>https://ryanvanmass.github.io/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://ryanvanmass.github.io/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://ryanvanmass.github.io/"/>
  <generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator>
  <rights> © 2026 Ryan Van Massenhoven </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Setting Up Zabbix on Ubuntu 24.04</title>
    <link href="https://ryanvanmass.github.io/posts/Setting-Up-Zabbix/" rel="alternate" type="text/html" title="Setting Up Zabbix on Ubuntu 24.04" />
    <published>2025-07-04T13:30:00+00:00</published>
  
    <updated>2025-07-04T13:30:00+00:00</updated>
  
    <id>https://ryanvanmass.github.io/posts/Setting-Up-Zabbix/</id>
    <content src="https://ryanvanmass.github.io/posts/Setting-Up-Zabbix/" />
    <author>
      <name>Ryan Van Massenhoven</name>
    </author>

  
    
    <category term="On-Premise" />
    
    <category term="Zabbix" />
    
  

  
    <summary>
      





      What is Zabbix

Zabbix is an enterprise-class open-source monitoring solution that allows you to monitor various IT infrastructure components, including:


  Networks: Track bandwidth usage, packet loss, interface errors, device availability, and more using SNMP and other protocols.
  Servers: Monitor CPU and memory utilization, disk space, operating system performance, and application-specific...
    </summary>
  

  </entry>

  
  <entry>
    <title>Setting up IIS on Windows Server 2025</title>
    <link href="https://ryanvanmass.github.io/posts/Setting-up-IIS/" rel="alternate" type="text/html" title="Setting up IIS on Windows Server 2025" />
    <published>2025-06-20T13:30:00+00:00</published>
  
    <updated>2025-06-20T13:30:00+00:00</updated>
  
    <id>https://ryanvanmass.github.io/posts/Setting-up-IIS/</id>
    <content src="https://ryanvanmass.github.io/posts/Setting-up-IIS/" />
    <author>
      <name>Ryan Van Massenhoven</name>
    </author>

  
    
    <category term="On-Premise" />
    
    <category term="IIS" />
    
  

  
    <summary>
      





      
  Launch Server Manager
  Select Manage &amp;gt; Add Roles and Features
  Select Next Until you reach the Server Roles Page
  Check Web Server (IIS) and Select Next
  Select Add Features
  Select Next keeping all settings default until you reach the Confirmation Page
  Select Install
  Once install is complete Select Close


    </summary>
  

  </entry>

  
  <entry>
    <title>Setting up Bridge Interfaces for KVM</title>
    <link href="https://ryanvanmass.github.io/posts/Setting-up-bridge-interfaces/" rel="alternate" type="text/html" title="Setting up Bridge Interfaces for KVM" />
    <published>2025-06-06T13:30:00+00:00</published>
  
    <updated>2025-06-06T13:30:00+00:00</updated>
  
    <id>https://ryanvanmass.github.io/posts/Setting-up-bridge-interfaces/</id>
    <content src="https://ryanvanmass.github.io/posts/Setting-up-bridge-interfaces/" />
    <author>
      <name>Ryan Van Massenhoven</name>
    </author>

  
    
    <category term="On-Premise" />
    
    <category term="KVM" />
    
  

  
    <summary>
      





      
  Update your /etc/netplan/00-installer-config.yaml file based on the below template
    network:
 ethernets:
     ens18:
         dhcp4: false
 bridges:
   br0:
     interfaces: [ens18]
     addresses: [Interface IP/Subnet]
     gateway4: gateway IP
     mtu: 1500
     nameservers:
       addresses: [8.8.8.8,8.8.4.4]
     parameters:
       stp: true
       forward-delay: 4
     dhcp4: no
   ...
    </summary>
  

  </entry>

  
  <entry>
    <title>Setting up a Site to Site VPN on OPNsense using Tailscale</title>
    <link href="https://ryanvanmass.github.io/posts/tailscale-site-site-on-opnsnese/" rel="alternate" type="text/html" title="Setting up a Site to Site VPN on OPNsense using Tailscale" />
    <published>2025-05-23T13:30:00+00:00</published>
  
    <updated>2025-04-12T20:55:58+00:00</updated>
  
    <id>https://ryanvanmass.github.io/posts/tailscale-site-site-on-opnsnese/</id>
    <content src="https://ryanvanmass.github.io/posts/tailscale-site-site-on-opnsnese/" />
    <author>
      <name>Ryan Van Massenhoven</name>
    </author>

  
    
    <category term="Networking" />
    
    <category term="OPNSense" />
    
  

  
    <summary>
      





      Preporation
In preporation for following the steps in this guide it is assumed that tailscale is installed on OPNsense using the plugin (setup guide) and that your remote site has a subnet router setup advertising a route to tailscale

Setup
Tailscale

  Navigate to VPN &amp;gt; Tailscale &amp;gt; Settings
  Select Advanced
  Enable Accept Routes and Disable SNAT
  Select Apply


Gateways and routes

 ...
    </summary>
  

  </entry>

  
  <entry>
    <title>Self Hosted Speedtest.net</title>
    <link href="https://ryanvanmass.github.io/posts/Self-Hosted-Speedtest/" rel="alternate" type="text/html" title="Self Hosted Speedtest.net" />
    <published>2025-05-09T13:30:00+00:00</published>
  
    <updated>2025-05-09T13:30:00+00:00</updated>
  
    <id>https://ryanvanmass.github.io/posts/Self-Hosted-Speedtest/</id>
    <content src="https://ryanvanmass.github.io/posts/Self-Hosted-Speedtest/" />
    <author>
      <name>Ryan Van Massenhoven</name>
    </author>

  
    
    <category term="On-Premise" />
    
    <category term="Self Hosted" />
    
  

  
    <summary>
      





      Have you ever wanted the ability to know the exact speed from where ever you are to your self hosted apps? Meet LibreSpeed, a selfhosted speedtest webapp.


Install Docker
sudo apt install docker.io docker-compose-v2


Create a docker-compose.yml file and add the below content
  speedtest:
    container_name: speedtest
    image: ghcr.io/librespeed/speedtest:latest
    restart: always
    envir...
    </summary>
  

  </entry>

</feed>


