Artix Linux Forum

Artix Linux => Tutorials and HOWTOs => Topic started by: xar on 16 January 2023, 21:50:48

Title: Using iwd's built-in DHCP client
Post by: xar on 16 January 2023, 21:50:48
Create directory
Code: [Select]
sudo mkdir /etc/iwd/

Create and edit main.conf
Code: [Select]
sudo nano /etc/iwd/main.conf

Insert and save
Code: [Select]
[General]
EnableNetworkConfiguration=true

disable your dhcp client, restart iwd and enjoy
Title: Re: Using iwd's built-in DHCP client
Post by: caffeine on 25 May 2024, 05:01:16
Thanks for sharing that. Keeping my system less bloated 🙌🙌
Title: Re: Using iwd's built-in DHCP client
Post by: Wolzly on 26 May 2024, 03:08:31
Is it also not necessary to include this setting?

[Network]
NameResolvingService=none

Since by default iwd will use / try to use systemd?

I had to set this to get it to work without dhcpcd.