<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ipv6 on Kenno&#39;s Open Note</title>
    <link>https://blog.khmersite.net/tags/ipv6/</link>
    <description>Recent content in Ipv6 on Kenno&#39;s Open Note</description>
    <image>
      <title>Kenno&#39;s Open Note</title>
      <url>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <lastBuildDate>Sun, 17 Sep 2023 19:01:19 +1000</lastBuildDate>
    <atom:link href="https://blog.khmersite.net/tags/ipv6/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>IPv6 addr-gen-mode = default - But what is that default value?</title>
      <link>https://blog.khmersite.net/p/ipv6-addr-gen-mode-default/</link>
      <pubDate>Sun, 17 Sep 2023 19:01:19 +1000</pubDate>
      <guid>https://blog.khmersite.net/p/ipv6-addr-gen-mode-default/</guid>
      <description>&lt;p&gt;On Fedora 38, the version of NetworkMnager is 1.42.8, and the &amp;ldquo;default&amp;rdquo; setting for &lt;code&gt;ipv6.add-gen-mode&lt;/code&gt; is &lt;code&gt;default&lt;/code&gt;. The possible value for &lt;code&gt;ipv6.add-gen-mode&lt;/code&gt; is &lt;code&gt;eui64&lt;/code&gt;, &lt;code&gt;stable-privacy&lt;/code&gt;, &lt;code&gt;default-or-eui64&lt;/code&gt;, and &lt;code&gt;default&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This blog post is my attempt to understand a bit more about this IPv6 setting &lt;code&gt;addr-gen-mode&lt;/code&gt;. On my workstation, the NetworkManager connection in use in this post is called &lt;code&gt;br0&lt;/code&gt;. Here are are some commands to display the version number of &lt;code&gt;NetworkManager&lt;/code&gt; and the (default) current setting of &lt;code&gt;ipv6.addr-gen-mode&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Configure IPv6 for Proxmox Host via Slaac</title>
      <link>https://blog.khmersite.net/p/configure-ipv6-for-proxmox-host-via-slaac/</link>
      <pubDate>Sat, 16 Sep 2023 01:21:05 +1000</pubDate>
      <guid>https://blog.khmersite.net/p/configure-ipv6-for-proxmox-host-via-slaac/</guid>
      <description>&lt;p&gt;The Proxmox server running at home only has an IPv4 statically assigned to it. Since I&amp;rsquo;ve been trying to get all my connected devices at home to get IPv6 assigned, I figured I should try with this Proxmox server next.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m running Proxmox VE 8.0.4, and it&amp;rsquo;s based on Debian 12 (bookwarm). The settings for its network interfaces are stored in &lt;code&gt;/etc/network/interfaces&lt;/code&gt;:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;root@pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.8/24
        gateway 192.168.1.1
        bridge-ports enp2s0
        bridge-stp off
        bridge-fd 0
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Here is the output of &lt;code&gt;vmbr0&lt;/code&gt; device:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to configure IPv6 on FreeBSD via SLAAC</title>
      <link>https://blog.khmersite.net/p/how-to-configure-ipv6-on-freebsd-via-slaac/</link>
      <pubDate>Fri, 08 Sep 2023 19:05:36 +1000</pubDate>
      <guid>https://blog.khmersite.net/p/how-to-configure-ipv6-on-freebsd-via-slaac/</guid>
      <description>&lt;p&gt;I recently got IPv6 running at home, with most devices including my iPhone happily get an IPv6 assigned. My NAS running FreeBSD13.2 currently only has an IPv4 assigned, so I&amp;rsquo;m going to configure IPv6 for it too.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m still new to IPv6. The way I have it setup on my router, running OPNsense, is to set the &amp;ldquo;Router Advertisements&amp;rdquo; to &amp;ldquo;Unmanaged&amp;rdquo; with DHCPv6 disabled. &amp;ldquo;Unmanaged&amp;rdquo; for SLAAC (A flag), and SLAAC stands for Stateless Address Autoconfiguration. In simple term, each client will pick its own IPv6 based on the route prefix advertised by the router. This is just a simplification, and you should not quote for me this.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
