<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: knetwork-manager</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/knetwork-manager/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Howto | Configure KNetwork Manager</title>
      <link>https://chrisjrob.com/2009/03/21/configure-knetwork-manager/</link>
      <pubDate>Sat, 21 Mar 2009 05:57:01 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2009/03/21/configure-knetwork-manager</guid>
      <description>
       <![CDATA[
         
         <h2 id="the-issue">The Issue</h2>

<p>KNetworkManager does not like inheriting a pre-existing <code class="language-plaintext highlighter-rouge">/etc/network/interfaces</code> file.</p>

<h2 id="the-solution">The Solution</h2>

<p>Comment out all but the following from your <code class="language-plaintext highlighter-rouge">/etc/network/interfaces</code>:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>auto lo
iface lo inet loopback
</code></pre></div></div>

<!--more-->

<p>Add the user to the <code class="language-plaintext highlighter-rouge">netdev</code> group:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo adduser your_username netdev
</code></pre></div></div>

       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
