Siamo lieti di annunciare che abbiamo appena rilasciato una nuova immagine di Arch, aggiornandola alla "release" 2016.06.01. Questa immagine disabilita la prevedibile convenzione di denominazione delle interfacce di rete utilizzando la maschera di maschera udev suggeritain modo che il nome predefinito dell'interfaccia di rete sia eth0.
Se attualmente ci si affida a una denominazione prevedibile delle interfacce per uno qualsiasi dei Linode con Arch, assicurarsi di aggiornare gli script di configurazione prima di distribuire l'immagine più recente. Se volete saperne di più su questa configurazione o sulla rete statica, consultate la documentazione di su freedesktop.orgo consultare la nostra Guida alla configurazione dell'IP statico. In alternativa, si può lasciare che Network Helper configuri gli indirizzi IP in modo statico.
Commenti (4)
If we want to revert the change so that we continue to use predictable interface naming, is there a wiki for that?
From the link in the post, just remove
/etc/udev/rules.d/80-net-setup-link.rules
and reboot. I hope this helps!So, I believe this change is the result of a ticket I’ve opened recently (#6284283). I would have expected you to fix Network Helper and not take the easy way out by disabling a systemd feature. Oh well…
This is not the result of yours or any specific ticket. This systemd “feature” only adds benefit on hardware platforms where network devices change, which is not the case on most cloud services, including Linode. While we could update Network Helper to match the PNIN name, it then wouldn’t work in full virtualization mode, which uses different network devices. It also wouldn’t be future-proof, if we change the virtual network driver in the future.