You are not logged in.

#1 2017-10-06 09:17:42

Killerspec
Member
Registered: 2016-08-30
Posts: 8

RHEL /etc/sysconfig/network-scripts equivalent ìn BL?

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

#2 2017-10-06 19:19:17

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: RHEL /etc/sysconfig/network-scripts equivalent ìn BL?

Killerspec wrote:

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 smile

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

Board footer

Powered by FluxBB