From: Mart Lubbers Date: Wed, 16 Sep 2020 06:41:17 +0000 (+0200) Subject: add allow-hotplug stuff to nonm.html X-Git-Url: https://git.martlubbers.net/?p=martlubbers.net.git;a=commitdiff_plain;h=c1c1a197e0f99fd016fff05a5e5e5f08ea605377 add allow-hotplug stuff to nonm.html --- diff --git a/nonm.html b/nonm.html index 1b0bfcc..3820563 100644 --- a/nonm.html +++ b/nonm.html @@ -86,7 +86,7 @@ update_config=1 Previously you could hash your password using md4 but I haven't tested whether this still works.

-

update: cat broken

+

update: cat broken

The tool worked before™ but not anymore on my debian testing version. Therefore I've pasted my config here for later reference. You get the ca_cert from the assistant tool. @@ -109,7 +109,7 @@ network={

-

openssl update

+

openssl update (not needed anymore)

The new version of openssl disables everything lower than TLSv1.2. If you see errors in /var/log/syslog about TLS you have to allow lower version TLS versions by changing the last two lines in /etc/ssl/openssl.cnf to: @@ -118,5 +118,18 @@ MinProtocol = TLSv1.0 CipherString = DEFAULT@SECLEVEL=1

+ +

Interaction with wired interfaces

+

+ When you have an ethernet jack as well in your laptop you might be tempted to put this in your /etc/network/interfaces as well +

+auto enp0s31f6
+iface enp0s31f6 inet dhcp
+		
+ However, this results in your machine eagerly waiting for a connection at boot because a connected ethernet jack means a connected card, and the card is always connected in a laptop. + ifupdown-extra contains scripts to fix this. + Just link /etc/network/if-up.d/00check-network-cable to /etc/network/if-pre-up.d/00check-network-cable and be good to go. + If your system has predictable network names you might need to apply this patch first +