<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mikrotik on vince9p</title><link>https://blog.vincentdupain.com/tags/mikrotik/</link><description>Recent content in Mikrotik on vince9p</description><generator>Hugo</generator><language>fr-fr</language><lastBuildDate>Wed, 12 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.vincentdupain.com/tags/mikrotik/index.xml" rel="self" type="application/rss+xml"/><item><title>Migration VLAN de mon réseau : segmentation par usage avec VXLAN</title><link>https://blog.vincentdupain.com/posts/vlan-migration/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://blog.vincentdupain.com/posts/vlan-migration/</guid><description>&lt;h2 id="1-contexte-et-objectif">1. Contexte et objectif&lt;/h2>
&lt;p>Le réseau domestique était un &lt;strong>LAN plat unique&lt;/strong> (192.168.10.0/24) où tous les équipements partageaient le même domaine de diffusion :&lt;/p>
&lt;ul>
&lt;li>appliances (routeur/firewall OPNsense, AP, répéteur WiFi, switch)&lt;/li>
&lt;li>hyperviseurs Proxmox&lt;/li>
&lt;li>services homelab&lt;/li>
&lt;li>clusters Kubernetes&lt;/li>
&lt;li>NAS Synology&lt;/li>
&lt;li>IoT&lt;/li>
&lt;li>appareils personnels (téléphones, tablettes, consoles de jeux)&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Objectif :&lt;/strong> introduire une &lt;strong>segmentation VLAN par usage&lt;/strong> pour isoler les zones de confiance et préparer une approche &lt;strong>zero trust&lt;/strong>.&lt;/p>
&lt;h3 id="10-matériel-utilisé">1.0 Matériel utilisé&lt;/h3>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Élément&lt;/th>
 &lt;th>Détail&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>Routeur/firewall&lt;/td>
 &lt;td>OPNsense 26.7.1_1 (FreeBSD, PC Engines APU4 — AMD GX-412TC)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Machine de test&lt;/td>
 &lt;td>ALIX 2d3 (PC Engines) + OpenBSD 7.7&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AP WiFi&lt;/td>
 &lt;td>PC Engines APU2 — OpenWrt 24.10.1 (x86/64, AMD GX-412TC)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Répéteur&lt;/td>
 &lt;td>ASUS RT-AX59U — OpenWrt 25.12.5 (mediatek/filogic, ARMv8)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Switch&lt;/td>
 &lt;td>MikroTik CSS610-8G-2S+ (SwOS)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Hyperviseurs&lt;/td>
 &lt;td>Proxmox VE (pve0-4)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NAS&lt;/td>
 &lt;td>Synology DiskStation&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DNS/DHCP&lt;/td>
 &lt;td>Unbound + KEA (OPNsense)&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h3 id="11-topologie-physique-initiale">1.1 Topologie physique initiale&lt;/h3>
&lt;pre tabindex="0">&lt;code>┌───────────┐
│ Livebox │
│ .1.1 WAN │
└─────┬─────┘
 │ igb0
┌─────┴───────────────────────────────────────────────────────────────┐
│ OPNsense (.1) — FreeBSD │
│ │
│ igb0 ── WAN │
│ │
│ bridge0 = LAN (.10.1) [igb1 + igb2 + igb3] │
│ │ │ │ │
│ igb1 (libre) igb2 (AP) igb3 (pve1) │
│ │ │ │ │
└─────┴───────────────┼───────────────┼───────────────────────────────┘
 │ │
 │ └───── pve1 (.11)
 │ (Proxmox)
 │
┌─────────────────────┴───────────────────────────────────────────────┐
│ AP OpenWrt (.2) │
│ br-lan (bridge plat, pas de VLAN) │
│ eth0 ── libre │
│ eth1 ← igb2 │
│ SSIDs: Vince-AC (5 GHz), Vince-N (2.4 GHz) │
└──────┬──────────────────────────────────────────────────────────────┘
 │ [WiFi, Relay Bridge (relayd)]
 │ phy0-ap0 ~~~~~~~~~~ wwan (STA)
┌──────┴──────────────────────────────────────────────────────────────┐
│ Répéteur (.254) — relayd │
│ br-lan [lan1+lan2+lan3+wwan] │
│ wwan (STA) ← [WiFi relayd] │
│ (relaye le LAN sans VLAN, trame complète) │
└──────┬──────────────────────────────────────────────────────────────┘
 │ lan1 (filaire)
┌──────┴──────────────────────────────────────────────────────────────┐
│ Switch CSS610 (.5) — SwOS │
│ (LAN transparent, PVID 1 — pas de VLAN configuré) │
└──┬──────┬──────┬──────┬──────┬──────┬───────────────────────────────┘
 │ │ │ │ │ │
pve0(.10) pve2(.12) pve3(.13) pve4(.14) diskstation(.3)
(Proxmox) (Proxmox) (Proxmox) (Proxmox) (NAS synology)
&lt;/code>&lt;/pre>&lt;h3 id="12-mapping-des-ports">1.2 Mapping des ports&lt;/h3>
&lt;p>&lt;strong>OPNsense (.1) :&lt;/strong>&lt;/p></description></item></channel></rss>