<feed xmlns='http://www.w3.org/2005/Atom'>
<title>config_local_arch/etc/NetworkManager, branch pp</title>
<subtitle>Device dependent config files for Arch Linux, managed by https://git.flylightning.xyz/fsh/tree/sh/cfg (git bare repo method)</subtitle>
<id>https://git.flylightning.xyz/config_local_arch/atom?h=pp</id>
<link rel='self' href='https://git.flylightning.xyz/config_local_arch/atom?h=pp'/>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/'/>
<updated>2025-07-30T17:19:04Z</updated>
<entry>
<title>add ethernet nm config, not tested</title>
<updated>2025-07-30T17:19:04Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-07-30T17:19:04Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=140cf25b97c9fdae7cc30128010c2388b0469782'/>
<id>urn:sha1:140cf25b97c9fdae7cc30128010c2388b0469782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>I need ethernet for wired_two_computer connection</title>
<updated>2025-07-30T17:13:48Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-07-30T17:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=c6ec6bf4d074db8e0870a0ccf6711836e4ce4351'/>
<id>urn:sha1:c6ec6bf4d074db8e0870a0ccf6711836e4ce4351</id>
<content type='text'>
I want wired_two_computer connection and wif both on. And I need
bluetooth for mouse now so wifi card needs to be on. Also I mostly use
wifi nowadays.
</content>
</entry>
<entry>
<title>add a nm config</title>
<updated>2025-07-30T16:25:47Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-07-30T16:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=9a3fe510768af2d846d4a57a4b1a6e9cc7736af6'/>
<id>urn:sha1:9a3fe510768af2d846d4a57a4b1a6e9cc7736af6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pp ethernet network interface has different name</title>
<updated>2023-12-26T05:12:37Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2023-12-26T05:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=ca9db1c1ef4d9adc5cab8483714d969ba71b38ea'/>
<id>urn:sha1:ca9db1c1ef4d9adc5cab8483714d969ba71b38ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove mullvad</title>
<updated>2023-06-30T01:52:27Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2023-06-30T01:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=74526213349cb0dc896c7db87e5d830d67fe342f'/>
<id>urn:sha1:74526213349cb0dc896c7db87e5d830d67fe342f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Final fix DNS resolv issues when using mullvad vpn default DNS</title>
<updated>2023-03-17T11:51:40Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2023-03-17T09:03:24Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=f2b6dd341a86c7f9e5c5ea5336dcc522baca3fa6'/>
<id>urn:sha1:f2b6dd341a86c7f9e5c5ea5336dcc522baca3fa6</id>
<content type='text'>
Fix can not resolve www.a.com, while a.com is `search a.com` in /run/NetworkManager/resolv.conf and /run/systemd/resolve/resolv.conf, I think `search a.com` is from router.

Fix after suspend can not connect to internet due to mullvad and networkmanager fighting over /etc/resolv.conf and cause resolv.conf be empty. (not sure the cause is correct). This can also be fixed by symlink using systemd-resolved see below.

I do not know why this fix work. I find this fix through trail and error. These changes in configs uses mullvad-vpn, openresolv, dnsmasq, avahi-daemon, and networkmanager. The features are dns cache (dnsmasq) and mdns (avahi-daemon).

The best way to use systemd-resolved with dns cache is `sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf`. But I can not find a way to fix the issue of not resolve www.a.com see above. I **guess** the most likely way for systemd-resolved to work is somehow config systemd-resolved to not get DNS from router.
</content>
</entry>
<entry>
<title>update</title>
<updated>2023-03-13T10:10:27Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2023-03-13T10:08:54Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=d26426f5d2154a4bfdc36cd072f4a08e619821b6'/>
<id>urn:sha1:d26426f5d2154a4bfdc36cd072f4a08e619821b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update</title>
<updated>2023-03-12T14:44:10Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2023-03-12T14:39:52Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=18331a5778524e22facf636d578372199fd9f05e'/>
<id>urn:sha1:18331a5778524e22facf636d578372199fd9f05e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update</title>
<updated>2023-03-12T13:13:09Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2023-03-12T13:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=d726ac12db6c7644f70a0d66a84a07b7a3f3448e'/>
<id>urn:sha1:d726ac12db6c7644f70a0d66a84a07b7a3f3448e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update</title>
<updated>2023-03-12T13:13:01Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2023-03-12T13:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=27de4ecca90b9053124c52a57ea2cf29d445d3d4'/>
<id>urn:sha1:27de4ecca90b9053124c52a57ea2cf29d445d3d4</id>
<content type='text'>
</content>
</entry>
</feed>
