<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on ittechnetworkk</title>
    <link>https://ittechnetworkk.co.uk/posts/</link>
    <description>Recent content in Posts on ittechnetworkk</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Wed, 08 Apr 2026 10:00:00 +0200</lastBuildDate>
    <atom:link href="https://ittechnetworkk.co.uk/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>vPC on Cisco Nexus 9000</title>
      <link>https://ittechnetworkk.co.uk/posts/vpc-nexus-9k/</link>
      <pubDate>Wed, 08 Apr 2026 10:00:00 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/vpc-nexus-9k/</guid>
      <description>&lt;h2 id=&#34;what-is-vpc&#34;&gt;What is vPC?&lt;/h2&gt;&#xA;&lt;p&gt;Virtual Port Channel (vPC) lets two Nexus switches appear as a single logical switch to downstream devices. Connected hosts or switches see one port-channel spanning both peers — if one peer fails, traffic continues through the other with no STP reconvergence.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Key components:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;vPC Peer Link&lt;/strong&gt; — carries BPDUs, HSRP, control traffic, and orphan port traffic between the two peers. Always a port-channel with at least two 10G/40G/100G members&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;vPC Peer Keepalive&lt;/strong&gt; — a lightweight heartbeat (UDP 3200) used only to detect a dual-active (split-brain) scenario. Runs over a dedicated port-channel in a separate VRF — keeping it off the management plane for security and redundancy&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;vPC Member Ports&lt;/strong&gt; — port-channels on each peer that share a common &lt;code&gt;vpc&lt;/code&gt; ID, forming a single logical channel to the downstream device&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;vPC Domain&lt;/strong&gt; — the logical grouping that binds the two peers together&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;topology&#34;&gt;Topology&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            ┌──────────┐       ┌──────────┐&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            │  NEXUS-1 │       │  NEXUS-2 │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            │ (vPC Pri)│       │ (vPC Sec)│&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            └──┬──┬──┬─┘       └─┬──┬──┬──┘&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │  │  │           │  │  │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    Keepalive──│──│──│───────────│──│──│──Keepalive&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   (Po20/VRF)  │  │  │           │  │  │ (Po20/VRF)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │  │  └───────────┘  │  │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │  │   Peer Link     │  │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │  │  (Po10: 2x40G)  │  │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │  │                 │  │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │  └────────┬────────┘  │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │      vPC Member       │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │     (Po100: 2x10G)    │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │           │           │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │      ┌────┴────┐      │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               │      │ SERVER  │      │&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;               └──────┤ / ToR   ├──────┘&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                      └─────────┘&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;&#xA;&lt;h2 id=&#34;addressing-reference&#34;&gt;Addressing Reference&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Device&lt;/th&gt;&#xA;          &lt;th&gt;Interface&lt;/th&gt;&#xA;          &lt;th&gt;IP Address&lt;/th&gt;&#xA;          &lt;th&gt;Purpose&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;NEXUS-1&lt;/td&gt;&#xA;          &lt;td&gt;Po20 (VRF VPC-KA)&lt;/td&gt;&#xA;          &lt;td&gt;10.10.10.1/30&lt;/td&gt;&#xA;          &lt;td&gt;Peer Keepalive&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;NEXUS-2&lt;/td&gt;&#xA;          &lt;td&gt;Po20 (VRF VPC-KA)&lt;/td&gt;&#xA;          &lt;td&gt;10.10.10.2/30&lt;/td&gt;&#xA;          &lt;td&gt;Peer Keepalive&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;NEXUS-1&lt;/td&gt;&#xA;          &lt;td&gt;Vlan100&lt;/td&gt;&#xA;          &lt;td&gt;172.16.100.2/24&lt;/td&gt;&#xA;          &lt;td&gt;HSRP VIP gateway&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;NEXUS-2&lt;/td&gt;&#xA;          &lt;td&gt;Vlan100&lt;/td&gt;&#xA;          &lt;td&gt;172.16.100.3/24&lt;/td&gt;&#xA;          &lt;td&gt;HSRP VIP gateway&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;HSRP VIP&lt;/td&gt;&#xA;          &lt;td&gt;—&lt;/td&gt;&#xA;          &lt;td&gt;172.16.100.1/24&lt;/td&gt;&#xA;          &lt;td&gt;Default gateway&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;configuration&#34;&gt;Configuration&lt;/h2&gt;&#xA;&lt;p&gt;We&amp;rsquo;ll build this in order — each step depends on the previous one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MPLS L3VPN Lab</title>
      <link>https://ittechnetworkk.co.uk/posts/mpls-l3vpn-small-lab/</link>
      <pubDate>Wed, 01 Apr 2026 12:48:42 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/mpls-l3vpn-small-lab/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;This lab builds a full MPLS L3VPN service across an ISP core (AS 35500) with OSPF Area 0 as the IGP, LDP for label distribution, and MP-BGP (VPNv4) for customer route exchange. Two VPNs — &lt;strong&gt;RED&lt;/strong&gt; (AS 25942) and &lt;strong&gt;BLUE&lt;/strong&gt; (AS 48273) — carry overlapping address space through the same physical infrastructure, demonstrating VRF isolation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Key design choices:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;P1 and P4&lt;/strong&gt; act as BGP Route Reflectors — PEs only peer with these two, no full-mesh iBGP required&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;as-override&lt;/code&gt;&lt;/strong&gt; on all PE-CE peerings since both RED CEs share an AS and both BLUE CEs share an AS&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;OSPF point-to-point&lt;/strong&gt; network type on all /30 core links (skips DR/BDR election)&lt;/li&gt;&#xA;&lt;li&gt;All BGP loopback peerings use &lt;strong&gt;update-source Loopback0&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Here is the topology:&lt;/p&gt;</description>
    </item>
    <item>
      <title>DMVPN Phase 3 Dual Hub with IPSec Lab</title>
      <link>https://ittechnetworkk.co.uk/posts/dmvpn-phase3-ipsec1-ospf/</link>
      <pubDate>Wed, 01 Apr 2026 08:00:00 +0000</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/dmvpn-phase3-ipsec1-ospf/</guid>
      <description>&lt;p&gt;Hi everyone, in this lab I&amp;rsquo;ll walk you through how to configure a Dual Hub DMVPN Phase3 - IPSec topology.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OSPF Route Filtering</title>
      <link>https://ittechnetworkk.co.uk/posts/ospf-route-filtering/</link>
      <pubDate>Mon, 16 Feb 2026 11:22:31 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/ospf-route-filtering/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will walk you through how to configure OSPF Route Filtering through a lab in the exhibit.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wireshark Filters</title>
      <link>https://ittechnetworkk.co.uk/posts/wireshark-filters/</link>
      <pubDate>Mon, 16 Feb 2026 11:10:21 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/wireshark-filters/</guid>
      <description>&lt;h2 id=&#34;icmp-request-and-reply&#34;&gt;ICMP Request and Reply&lt;/h2&gt;</description>
    </item>
    <item>
      <title>Wazuh ClamAV Monitoring</title>
      <link>https://ittechnetworkk.co.uk/posts/wazuh-clamav/</link>
      <pubDate>Tue, 20 Jan 2026 10:58:28 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/wazuh-clamav/</guid>
      <description>&lt;p&gt;This guide will walk you through setting up ClamAV antivirus integrating it with Wazuh for centralized security monitoring. This setup enables automatic malware detection, detailed logging through the Wazuh security platform.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Velociraptor Installation</title>
      <link>https://ittechnetworkk.co.uk/posts/velociraptor-installation/</link>
      <pubDate>Mon, 05 Jan 2026 10:46:36 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/velociraptor-installation/</guid>
      <description>&lt;p&gt;Velociraptor is a powerful digital forensics and incident response (DFIR) platform that allows security teams to collect, monitor, and hunt across endpoints. This guide will walk you through installing both the Velociraptor server and client components.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Honeypot Research</title>
      <link>https://ittechnetworkk.co.uk/posts/a-honeypot-research/</link>
      <pubDate>Sun, 16 Nov 2025 21:30:48 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/a-honeypot-research/</guid>
      <description>&lt;p&gt;Hi everyone! In this article, I would like to share my latest research about a script I&amp;rsquo;ve recently observed on my honeypot project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Beelzebub Dashboard</title>
      <link>https://ittechnetworkk.co.uk/posts/beelzebub-dashboard/</link>
      <pubDate>Tue, 11 Nov 2025 17:22:34 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/beelzebub-dashboard/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I would like to introduce you to my new project about visualizing &lt;a href=&#34;https://github.com/mariocandela/beelzebub&#34;&gt;Beelzebub&lt;/a&gt; logs, which is an AI-supported open-source honeypot solution that I modified slightly to achieve higher efficiency.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wazuh Fail2ban Integration</title>
      <link>https://ittechnetworkk.co.uk/posts/wazuh-fail2ban/</link>
      <pubDate>Fri, 07 Nov 2025 17:17:44 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/wazuh-fail2ban/</guid>
      <description>&lt;p&gt;Hi everyone! In this article I’ll walk you through installing and configuring Fail2Ban and then show you how to integrate it with Wazuh.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wazuh Auditd Integration</title>
      <link>https://ittechnetworkk.co.uk/posts/wazuh-auditd/</link>
      <pubDate>Fri, 07 Nov 2025 17:11:11 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/wazuh-auditd/</guid>
      <description>&lt;p&gt;Hi everyone! In this article I’ll walk you through installing Auditd on a Linux system and integrating it with Wazuh.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wazuh Suricata Integration</title>
      <link>https://ittechnetworkk.co.uk/posts/wazuh-suricata/</link>
      <pubDate>Fri, 07 Nov 2025 17:06:01 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/wazuh-suricata/</guid>
      <description>&lt;p&gt;Hi everyone! In this article I will walk you through installing Suricata on Ubuntu 24.04 and integrating its logs with Wazuh for centralized monitoring.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wazuh File Integrity Monitoring (FIM)</title>
      <link>https://ittechnetworkk.co.uk/posts/wazuh-fim/</link>
      <pubDate>Fri, 07 Nov 2025 16:59:49 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/wazuh-fim/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I&amp;rsquo;ll introduce you to Wazuh&amp;rsquo;s File Integrity Monitoring feature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Honeypot Story</title>
      <link>https://ittechnetworkk.co.uk/posts/a-honeypot-story/</link>
      <pubDate>Wed, 29 Oct 2025 10:36:54 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/a-honeypot-story/</guid>
      <description>&lt;p&gt;Hi everyone. In this article, I&amp;rsquo;ll walk you through my research on an AI-powered honeypot project that I deployed in the cloud to observe various attacker Tactic and Technics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Splunk Installation</title>
      <link>https://ittechnetworkk.co.uk/posts/splunk-installation/</link>
      <pubDate>Thu, 02 Oct 2025 23:09:17 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/splunk-installation/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will guide you how to install Splunk Enterprise on Linux server and Universal Forwarder on Ubuntu Client.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proxmox NAT Configuration</title>
      <link>https://ittechnetworkk.co.uk/posts/proxmox-nat-configuration/</link>
      <pubDate>Thu, 02 Oct 2025 23:03:30 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/proxmox-nat-configuration/</guid>
      <description>&lt;p&gt;Hi everyone!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vmware to Proxmox Migration Automatically</title>
      <link>https://ittechnetworkk.co.uk/posts/vmware-proxmox-migration-auto/</link>
      <pubDate>Thu, 02 Oct 2025 22:50:18 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/vmware-proxmox-migration-auto/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will discuss the second way of migration from VMware to Proxmox.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding YARA Rules</title>
      <link>https://ittechnetworkk.co.uk/posts/yara-rules/</link>
      <pubDate>Sun, 31 Aug 2025 04:14:34 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/yara-rules/</guid>
      <description>&lt;p&gt;Hi everyone! In this article, I&amp;rsquo;d like to introduce you to YARA rules, which are powerful detection rules widely used in cybersecurity to identify malware and other suspicious patterns.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows Logon Types</title>
      <link>https://ittechnetworkk.co.uk/posts/windows-logon-types/</link>
      <pubDate>Sun, 31 Aug 2025 04:04:25 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/windows-logon-types/</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;</description>
    </item>
    <item>
      <title>Remove a Client on Wazuh Server</title>
      <link>https://ittechnetworkk.co.uk/posts/removing-client-wazuh/</link>
      <pubDate>Sun, 31 Aug 2025 03:53:01 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/removing-client-wazuh/</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;</description>
    </item>
    <item>
      <title>DHCP Server Installation On Windows Server 2022</title>
      <link>https://ittechnetworkk.co.uk/posts/windows-dhcp-server/</link>
      <pubDate>Sun, 31 Aug 2025 03:37:10 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/windows-dhcp-server/</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security Operation Center Setup</title>
      <link>https://ittechnetworkk.co.uk/posts/soc-setup/</link>
      <pubDate>Sun, 17 Aug 2025 15:38:38 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/soc-setup/</guid>
      <description>&lt;p&gt;Hi everyone! In this article, I will take you through my Security Operation Center environment on Hetzner, which is a German company that provides web hosting services and data centers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wazuh Sysmon Integration</title>
      <link>https://ittechnetworkk.co.uk/posts/wazuh-sysmon-integration/</link>
      <pubDate>Tue, 12 Aug 2025 00:33:51 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/wazuh-sysmon-integration/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will guide you how to integrate Sysmon and Wazuh SIEM tool.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fortigate Wazuh Integration</title>
      <link>https://ittechnetworkk.co.uk/posts/fortigate-wazuh-integration/</link>
      <pubDate>Sat, 19 Jul 2025 15:26:52 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/fortigate-wazuh-integration/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will guide you through how to integrate Fortigate firewall with the Wazuh SIEM tool for centralized logging and monitoring.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cisco Device Syslog Integration with Wazuh SIEM</title>
      <link>https://ittechnetworkk.co.uk/posts/cisco-wazuh-integration/</link>
      <pubDate>Sat, 19 Jul 2025 14:50:44 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/cisco-wazuh-integration/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will guide you through how to integrate Cisco devices (switches and routers) with the Wazuh SIEM tool for centralized logging and monitoring.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Network Time Protocol (NTP)</title>
      <link>https://ittechnetworkk.co.uk/posts/ntp/</link>
      <pubDate>Tue, 13 May 2025 21:23:07 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/ntp/</guid>
      <description>&lt;p&gt;In modern networks, accurate time synchronization is crucial for tasks such as logging, authentication, and system coordination. Network Time Protocol (NTP) is a widely used protocol that allows devices on a network to synchronize their clocks with a reliable time source. This guide will walk you through the configuration of NTP on Cisco devices, including manual time setup, using a device as an NTP server, authentication, and debugging.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Network Address Translation (NAT)</title>
      <link>https://ittechnetworkk.co.uk/posts/nat/</link>
      <pubDate>Tue, 13 May 2025 21:08:38 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/nat/</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vmware to Proxmox Migration</title>
      <link>https://ittechnetworkk.co.uk/posts/proxmox-vmware-migration/</link>
      <pubDate>Sat, 19 Apr 2025 23:09:46 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/proxmox-vmware-migration/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will show you two methods for migrating virtual machines from VMware to Proxmox.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proxmox Live Migration</title>
      <link>https://ittechnetworkk.co.uk/posts/proxmox-live-migration/</link>
      <pubDate>Sat, 19 Apr 2025 23:08:02 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/proxmox-live-migration/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will show you how to migrate virtual machines between nodes where in the cluster.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proxmox LACP</title>
      <link>https://ittechnetworkk.co.uk/posts/proxmox-lacp/</link>
      <pubDate>Sat, 19 Apr 2025 23:05:27 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/proxmox-lacp/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will show you how to configure LACP between Proxmox and a L2 Cisco Switch.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proxmox Cluster Creation</title>
      <link>https://ittechnetworkk.co.uk/posts/proxmox-cluster-creation/</link>
      <pubDate>Sat, 19 Apr 2025 22:59:48 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/proxmox-cluster-creation/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will show you how to create Proxmox Cluster and how a node joins to the cluster.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dynamic Trunking Protocol (DTP)</title>
      <link>https://ittechnetworkk.co.uk/posts/dynamic-trunking-protocol/</link>
      <pubDate>Wed, 02 Apr 2025 22:02:02 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/dynamic-trunking-protocol/</guid>
      <description>&lt;p&gt;Hi everyone, in this article, I will explain what DTP is and how it works.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Junos Dynamic Routing</title>
      <link>https://ittechnetworkk.co.uk/posts/juniper-dynamic-routing/</link>
      <pubDate>Wed, 02 Apr 2025 21:49:12 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/juniper-dynamic-routing/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will show you how to configure dynamic routing in Junos.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Junos Static Routing</title>
      <link>https://ittechnetworkk.co.uk/posts/juniper-static-routing/</link>
      <pubDate>Wed, 02 Apr 2025 21:46:23 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/juniper-static-routing/</guid>
      <description>&lt;p&gt;In Junos devices static routing configuration will be done in the following way.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Junos User Accounts</title>
      <link>https://ittechnetworkk.co.uk/posts/juniper-user-accounts/</link>
      <pubDate>Wed, 02 Apr 2025 21:40:28 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/juniper-user-accounts/</guid>
      <description>&lt;p&gt;In this article I will show you user accounts in Junos.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Junos Initial Configuration</title>
      <link>https://ittechnetworkk.co.uk/posts/juniper-initial-configuration/</link>
      <pubDate>Wed, 02 Apr 2025 21:05:37 +0200</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/juniper-initial-configuration/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will cover on how to make initial configuration in Junos.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Active Directory Domain Controller Installation</title>
      <link>https://ittechnetworkk.co.uk/posts/ad-dc-installation/</link>
      <pubDate>Tue, 18 Mar 2025 11:14:26 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/ad-dc-installation/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will show you how to install the &lt;strong&gt;Active Directory Domain Controller&lt;/strong&gt; role on a Windows Server 2022.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ESXi Creating Virtual Machine</title>
      <link>https://ittechnetworkk.co.uk/posts/esxi-vm-creating/</link>
      <pubDate>Tue, 18 Mar 2025 11:11:14 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/esxi-vm-creating/</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;</description>
    </item>
    <item>
      <title>ESXi Initial Configuration</title>
      <link>https://ittechnetworkk.co.uk/posts/esxi-initial-configuration/</link>
      <pubDate>Tue, 18 Mar 2025 11:05:52 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/esxi-initial-configuration/</guid>
      <description>&lt;p&gt;Hi everyone, in this article I will show you ESXi initial configuration and demonstrate how to install Windows Server 2022 as a virtual machine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ESXi Installation</title>
      <link>https://ittechnetworkk.co.uk/posts/esxi-installation/</link>
      <pubDate>Sun, 09 Mar 2025 23:13:13 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/esxi-installation/</guid>
      <description>&lt;p&gt;In this article I will show you how to install ESXi that a commonly used virtualization software in the industry providing lots of feature to solve issues that help IT guys quite a lot.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GRE Over IPSEC LAB</title>
      <link>https://ittechnetworkk.co.uk/posts/gre-over-ipsec-lab/</link>
      <pubDate>Fri, 21 Feb 2025 22:19:46 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/gre-over-ipsec-lab/</guid>
      <description>&lt;p&gt;Hello everyone, in this LAB I will configure GRE over IPSec Tunnels with following topology.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GRE LAB</title>
      <link>https://ittechnetworkk.co.uk/posts/gre-lab/</link>
      <pubDate>Fri, 21 Feb 2025 22:18:30 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/gre-lab/</guid>
      <description>&lt;p&gt;Hello everyone, in this LAB I will configure GRE Tunnels.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VRF-Lite Configuration</title>
      <link>https://ittechnetworkk.co.uk/posts/vrf-lite-lab/</link>
      <pubDate>Fri, 21 Feb 2025 02:36:28 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/vrf-lite-lab/</guid>
      <description>&lt;p&gt;Hello everyone, in this LAB I will configure GRE Tunnels with following topology.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SSH Server Configuration</title>
      <link>https://ittechnetworkk.co.uk/posts/ssh-server-configuration/</link>
      <pubDate>Sat, 08 Feb 2025 15:23:57 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/ssh-server-configuration/</guid>
      <description>&lt;p&gt;Hi everyone, in this article, I will show you how to configure an SSH server in detail.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NetworkManager Installation</title>
      <link>https://ittechnetworkk.co.uk/posts/network-manager-installation/</link>
      <pubDate>Fri, 24 Jan 2025 21:46:46 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/network-manager-installation/</guid>
      <description>&lt;p&gt;Hi there, in this article, I will show you how to switch &lt;code&gt;netplan&lt;/code&gt; to &lt;code&gt;NetworkManager&lt;/code&gt; to manage network interfaces on Ubuntu.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DHCP Server Configuration</title>
      <link>https://ittechnetworkk.co.uk/posts/dhcp-server/</link>
      <pubDate>Thu, 23 Jan 2025 01:06:35 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/dhcp-server/</guid>
      <description>&lt;p&gt;Hello there!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux Process Prioritization</title>
      <link>https://ittechnetworkk.co.uk/posts/linux-process-prioritization/</link>
      <pubDate>Sat, 11 Jan 2025 05:03:17 +0100</pubDate>
      <guid>https://ittechnetworkk.co.uk/posts/linux-process-prioritization/</guid>
      <description>&lt;p&gt;In this article I am going to talk about Linux process Prioritization.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
