<?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>Network-Manager on Haseeb Majid</title>
    <link>https://haseebmajid.dev/tags/network-manager/</link>
    <description>Recent content in Network-Manager on Haseeb Majid</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 10 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://haseebmajid.dev/tags/network-manager/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>TIL: How to Set Network Manager Priority to Use Wired Connection Over WIFI</title>
      <link>https://haseebmajid.dev/posts/2023-11-10-how-to-set-network-manager-priority-to-use-wired-connection-over-wifi/</link>
      <pubDate>Fri, 10 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://haseebmajid.dev/posts/2023-11-10-how-to-set-network-manager-priority-to-use-wired-connection-over-wifi/</guid>
      <description>&lt;p&gt;&lt;strong&gt;TIL: How to Set Network Manager Priority to Use Wired Connection Over Wi-Fi&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you use network manager on Linux and have both Wi-Fi and wired connection. You may want to prefer using
a wired connection over Wi-Fi, due to stability. To do open the &lt;code&gt;nm-connection-editor&lt;/code&gt;, if you are using Nix, you can
download it from nixpkgs like usual.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Higher number means higher priority.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So for our wired connection I set the priority to &lt;code&gt;100&lt;/code&gt; (it was previously -1) and then for our Wi-Fi connection
I set the priority to &lt;code&gt;1&lt;/code&gt;.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><strong>TIL: How to Set Network Manager Priority to Use Wired Connection Over Wi-Fi</strong></p>
<p>If you use network manager on Linux and have both Wi-Fi and wired connection. You may want to prefer using
a wired connection over Wi-Fi, due to stability. To do open the <code>nm-connection-editor</code>, if you are using Nix, you can
download it from nixpkgs like usual.</p>
<p></p>
<blockquote>
<p>Higher number means higher priority.</p>
</blockquote>
<p>So for our wired connection I set the priority to <code>100</code> (it was previously -1) and then for our Wi-Fi connection
I set the priority to <code>1</code>.</p>
<p>That&rsquo;s it! We should now see network manager prefer to use Ethernet over Wi-Fi.</p>
]]></content:encoded>
    </item>
    
  </channel>
</rss>
