You are not logged in.
I have a lab to do for college and I am trying to find the network scripts file does anyone know where I can find that n BL as I am stuck at this point.
Kind regards
Killer
Offline
I am trying to find the network scripts file does anyone know where I can find that n BL
BunsenLabs uses network-manager for all connection duties unless the NIC is named in /etc/network/interfaces{,.d/*}
Debian has some relevant documentation that also applies to us:
https://debian-handbook.info/browse/sta … onfig.html
https://www.debian.org/doc/manuals/debi … 05.en.html
And interfaces(5), ofc
EDIT: I like systemd-networkd, that works really well for my (very limited) use case.
See systemd-networkd(8) et al for more on this, the man pages cover pretty much everything really well (IMO).
EDIT2: for wireless connections with systemd-networkd, a separate wpa_supplicant@${interface}.service must be enabled, configure this from /etc/wpa_supplicant/wpa_supplicant@${interface}.conf; generate that file with wpa_passphrase(8).
Last edited by Head_on_a_Stick (2017-10-06 20:56:29)
Offline