Stella Ashburne wrote: > Hi Dan > > Thanks for your reply. > > May I refer you to the sub-section titled "Setting static IP address in > network configuration" of ArchLinux' wiki on iwd > (https://wiki.archlinux.org/title/Iwd). > > My file whitecollar.psk located in /var/lib/iwd/ has the following contents: > > [Security] > PreSharedKey=a long string of alphanumeric characters > Passphrase=aquickbrownfoxjumpsoverthelazydog > > [IPv4] > Address=192.168.30.115 > Netmask=255.255.255.0 > Gateway=192.168.30.1 > Broadcast=192.168.30.255 > DNS=8.8.8.8
If that's correct configuration for iwd, then it should assign 192.168.0.30.115 to wlan0 and ip addr show should show that assignation. Does it? -dsr-