hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

8.9K
active users

#connman

0 posts0 participants0 posts today
jolla<p>Cross open source collaboration: ConnMan connecting LibreElec and SailfishOS maintainers to get wider testing for the WireGuard changes. More info on <a href="https://forum.libreelec.tv/thread/29601-wireguard-experimental-support-for-connecting-via-fqdn-not-ip/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">forum.libreelec.tv/thread/2960</span><span class="invisible">1-wireguard-experimental-support-for-connecting-via-fqdn-not-ip/</span></a></p><p><a href="https://techhub.social/tags/LibreELEC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreELEC</span></a> <a href="https://techhub.social/tags/SailfishOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SailfishOS</span></a> <a href="https://techhub.social/tags/ConnMan" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ConnMan</span></a> <a href="https://techhub.social/tags/WireGuard" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WireGuard</span></a></p>
NetworkManager<p><span class="h-card" translate="no"><a href="https://infosec.exchange/@alexhaydock" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>alexhaydock</span></a></span> my intent is to educate myself about CLAT and solicit more input on how reasonable is it to do the translation with a bpf program within NM? What are your (anybody reading this) thoughts on it?</p><p>What about those using <a href="https://fosstodon.org/tags/systemd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>systemd</span></a>-<a href="https://fosstodon.org/tags/networkd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>networkd</span></a> or <a href="https://fosstodon.org/tags/connman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>connman</span></a>? How does this compare to doing CLAT within userspace (via tunnel interface) or the kernel? Does CLAT really matter in GNU/Linux where the userspace is generally in better shape than Mac/Windows and we can just rebuild it?</p><p>[2/2]</p>
uvok<p>Getting annoyed by my ArchLinux setup.<br><a href="https://furry.engineer/tags/ConnMan" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ConnMan</span></a> itself works fine. But as soon as I start the tailscaled service, it shits itself in the pants and can't resolve DNS queries (apparently, connman provides its own relaying DNS server) anymore. Probably because it tries to use tailscale0, which is not yet set up. And I can't set it up because logging in needs a DNS query.</p><p>I already added the tailscale interfaces to the blacklist, yet connman seems keen on using it anyway.</p><p>NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-,tailscale</p><p>Jan 30 12:27:59 archbook connmand[1827]: Failed to send DNS response to 32: Bad file descriptor<br>Jan 30 12:27:59 archbook connmand[1827]: Failed to send DNS response to 32: Bad file descriptor</p><p>The solution seems to be to hardcode quad9 or similar into /etc/resolv.conf.</p>
:nyancat_body:]colemankane[:nyancat_face:<p>If you're using <a href="https://infosec.exchange/tags/bluetooth" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bluetooth</span></a> on newer <a href="https://infosec.exchange/tags/raspberrypi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi</span></a> or other <a href="https://infosec.exchange/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> systems that use <a href="https://infosec.exchange/tags/connman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>connman</span></a>, note that connman takes over <a href="https://infosec.exchange/tags/rfkill" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rfkill</span></a> management from <code>systemd-rfkill</code>. To enable bluetooth on your system, instead of <code>rfkill unblock bluetooth</code> you'll want to run:</p><pre><code>connmanctl enable bluetooth<br></code></pre><p>I found a lot of people claiming "uninstall <code>connman</code> is the solution", but the real answer is that <code>connman</code> provides a replacement UI interface for this feature.</p><p>Hope this <a href="https://infosec.exchange/tags/tip" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tip</span></a> helps! <a href="https://infosec.exchange/tags/tips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tips</span></a> <a href="https://infosec.exchange/tags/linuxtips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxtips</span></a></p>
Seperis<p><a href="https://fosstodon.org/tags/BeagleBoard" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BeagleBoard</span></a> I'm now playing mix and match between guides to see what works with <a href="https://fosstodon.org/tags/connman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>connman</span></a>. My ethernet and wifi will both a.) connect on restart/boot and b.) retain their mac addresses or I will get NetworkManager on here somehow.</p><p>Note to <a href="https://fosstodon.org/tags/connman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>connman</span></a>: my network is MAC filtered and IP reserved. No, you can't get in unless the MAC is recognized. For God's sake who hurt you?</p>
Seperis<p>Okay, can anyone tell me how to automatically enable and auto connect to wifi using <a href="https://fosstodon.org/tags/connman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>connman</span></a>? From what I can find in google, everyone is really into doing it manually every time and likes randomized macs.</p><p>I do not think I belong here. Sure, I sometimes want to set <a href="https://fosstodon.org/tags/NetworkManager" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NetworkManager</span></a> on fire, but it does understand I really do want to use wifi.</p>
Björn<p><a href="https://home.social/tags/IPv4" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IPv4</span></a> on an <a href="https://home.social/tags/IPv6" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IPv6</span></a> mobile network with the new <a href="https://home.social/tags/CLAT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CLAT</span></a> plugin for <a href="https://home.social/tags/Connman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Connman</span></a> on <a href="https://home.social/tags/sailfishos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sailfishos</span></a> <br><a href="https://forum.sailfishos.org/t/testing-clat-for-ipv6-only-mobile-networks/14520" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">forum.sailfishos.org/t/testing</span><span class="invisible">-clat-for-ipv6-only-mobile-networks/14520</span></a></p>