Skip to main content
Topic: Using iwd's built-in DHCP client (Read 585 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Using iwd's built-in DHCP client

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

Re: Using iwd's built-in DHCP client

Reply #1
Thanks for sharing that. Keeping my system less bloated 🙌🙌

 

Re: Using iwd's built-in DHCP client

Reply #2
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.