<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — hyperbola first install experience]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=429&amp;type=atom" />
	<updated>2021-05-11T18:45:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=429</id>
		<entry>
			<title type="html"><![CDATA[Re: hyperbola first install experience]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3005#p3005" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>rachad wrote:</cite><blockquote><div class="quotebox"><blockquote><p>for avoiding DUID dhcpcd.conf tells us (send MAC-adress clientdid)<br /></p><div class="codebox"><pre><code>clientid
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid</code></pre></div></blockquote></div><p>i think sending nothing by deleting dhcpcd.duid is better than sending MAC-adress clientid, correct me if im wrong!</p></blockquote></div><p>Commenting it out I believe disables it also.</p>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2021-05-11T18:45:15Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3005#p3005</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: hyperbola first install experience]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=2992#p2992" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>for avoiding DUID dhcpcd.conf tells us (send MAC-adress clientdid)<br /></p><div class="codebox"><pre><code>clientid
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid</code></pre></div></blockquote></div><p>i think sending nothing by deleting dhcpcd.duid is better than sending MAC-adress clientid, correct me if im wrong!</p>]]></content>
			<author>
				<name><![CDATA[rachad]]></name>
			</author>
			<updated>2021-05-10T19:04:58Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=2992#p2992</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: hyperbola first install experience]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=2382#p2382" />
			<content type="html"><![CDATA[<p>Thanks for the insights about dhcpcd and the configuration! <img src="https://forums.hyperbola.info/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2020-11-13T01:27:08Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=2382#p2382</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: hyperbola first install experience]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=2373#p2373" />
			<content type="html"><![CDATA[<p>very usefull</p><p>im usually cheating with usb tethering connection to bypass all the fuss for first time install tough</p>]]></content>
			<author>
				<name><![CDATA[dikasp2]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=482</uri>
			</author>
			<updated>2020-11-10T23:51:04Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=2373#p2373</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[hyperbola first install experience]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=2372#p2372" />
			<content type="html"><![CDATA[<p>i am quite impressed by hyperbola!</p><p>it looks nice , package selection is great (some are quite old though - but that&#039;s the price of debian-stability <img src="https://forums.hyperbola.info/img/smilies/wink.png" width="15" height="15" alt="wink" /> )<br />((as for request for newer packages i would like a newer cryptsetup - the rest is (mostly) fine for me))</p><p>also the blacklist is great. </p><p>the installation was straight forward, but the wifi connection failed because the was no <br /></p><div class="codebox"><pre><code>nohook wpa_supplicant</code></pre></div><p>in the dhcpcd.conf (or the dhcpcd-hook clobbers the wpa_supplicant config from before)</p><br /><p>also i would like to mention that the dhcpcd-config leads to many data leaks, (vendoridclass is really bad - it sends os, kernel version etc.)<br />i guess the dhcpcd.conf is the vanilla one, but a commented line like this could be useful:</p><div class="codebox"><pre><code>#uncomment this for a more privacy aware behaviour
#nooption 4 7 14 17 19 20 21 27 40 41 42 69 70 71 72 73 75 76
#nohook hostname</code></pre></div><br /><br /><p>there is a package called dhcpcd_hardened (which calls /usr/libexec/dhcpcd/dhcpcd_hardened.sh <br />) to achieve this, but it seems really broken to me and i cannot recommend it, because it does tihs:<br /></p><div class="codebox"><pre><code>#!/bin/sh
# This script wipes hostname and DUID so that DHCP can&#039;t send it over the network
echo &#039;hostname=&quot;localhost&quot;&#039; &gt; /etc/conf.d/hostname
# Properly sets our new host in /etc/hosts file
sed -i &#039;/127.0.0.1/c\127.0.0.1       localhost.localdomain   localhost &#039;localhost&#039;&#039; /etc/hosts
# Avoids need to reboot before showing our new hostname in terminals, etc
hostname localhost
# Delete DUID
rm -rf /etc/dhcpcd.duid</code></pre></div><br /><p>for avoiding DUID dhcpcd.conf tells us (send MAC-adress clientdid)<br /></p><div class="codebox"><pre><code>clientid
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid</code></pre></div><p>thx and have a nice day!</p>]]></content>
			<author>
				<name><![CDATA[the_hype]]></name>
			</author>
			<updated>2020-11-06T08:39:43Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=2372#p2372</id>
		</entry>
</feed>
