<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unbound on Julien Mérieau</title><link>https://julien.merieau.ch/tags/unbound/</link><description>Recent content in Unbound on Julien Mérieau</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Tue, 25 Aug 2026 14:57:33 +0200</lastBuildDate><atom:link href="https://julien.merieau.ch/tags/unbound/index.xml" rel="self" type="application/rss+xml"/><item><title>Seral - Part. 1c - Basic OPNsense configuration</title><link>https://julien.merieau.ch/posts/2025/01/seral-part.-1c-basic-opnsense-configuration/</link><pubDate>Sat, 25 Jan 2025 00:00:00 +0000</pubDate><guid>https://julien.merieau.ch/posts/2025/01/seral-part.-1c-basic-opnsense-configuration/</guid><description>&lt;aside class="prereq"&gt;
 &lt;p class="prereq-label"&gt;Prerequisites&lt;/p&gt;
 &lt;ul&gt;
&lt;li&gt;OPNsense installed and reachable at &lt;a href="http://10.66.10.1"&gt;http://10.66.10.1&lt;/a&gt; — &lt;a href="https://julien.merieau.ch/posts/2025/01/seral-part.-1a-opnsense-router-1-10-gbps/"&gt;1–10 Gbps&lt;/a&gt; or &lt;a href="https://julien.merieau.ch/posts/2025/01/seral-part.-1b-opnsense-router-25-gbps/"&gt;25 Gbps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;You know which NIC is LAN (&lt;code&gt;igb0&lt;/code&gt; on the m720q, &lt;code&gt;igc0&lt;/code&gt; on the 25 Gbps box)&lt;/li&gt;
&lt;/ul&gt;

&lt;/aside&gt;

&lt;p&gt;Do you know what &lt;strong&gt;VLANs&lt;/strong&gt; are?&lt;br&gt;
No???&lt;/p&gt;
&lt;p&gt;&lt;img src="https://julien.merieau.ch/images/seral-1c/oh_merde.gif" alt="Philippe Etchebest saying oh merde — time to learn VLANs" loading="lazy"&gt;
&lt;/p&gt;
&lt;p&gt;Never too late: &lt;strong&gt;&lt;a href="https://www.guru99.com/vlan-definition-types-advantages.html"&gt;quick refresher&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="network-plan"&gt;Network plan&lt;/h2&gt;
&lt;p&gt;Segment the LAN so uses stay isolated and blast radius stays small. Five VLANs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;VLAN_Guests&lt;/strong&gt; — fully isolated: no talk to other VLANs, &lt;strong&gt;internet via VPN only&lt;/strong&gt;. Useful when people visit.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VLAN_Admin&lt;/strong&gt; — containers, VMs, hypervisor services. A private cloud, basically.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VLAN_Secure&lt;/strong&gt; — same idea as guests, with extra distrust. Do not mix risky devices with the rest.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VLAN_Personal&lt;/strong&gt; — PCs, consoles, phones.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VLAN_IOT&lt;/strong&gt; — IoT. By default they talk neither to each other nor to the internet.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Copy this and adapt the tags if you want:&lt;/p&gt;</description></item></channel></rss>