Static IP HA on SSD

Hello,
i want to move my installation to a SSD based Raspberry Pi4.
It works well and boot from SSD but the trick with the config File via USB Stick to provide a static IP Address doesnt work.
Are the a other way to change thew IP Address from DHCP to static ?

Thx

Greentings from Germany
Ingo

Best way, in my opinion, is to not do that on the device itself in the first place. Centralized in your router is easier to track and less likely to cause trouble. Isn’t that an option for you as well?

Setting in on router would be my suggestion, too…
But if you want to do it on RPi you could edit the /etc/dhcpcd.conf and add something like this to it:

interface wlan0
static ip_address=192.168.1.100/24
static routers=192.168.1.1
static domain_name_servers=1.1.1.1 1.0.0.1
static domain_search=

Change the IP’s as needed and change wlan0 to eth0, if you are not using WiFi.

The supervisor now has this functionality.

thanks for quick response
Yes IP-MAC Binding on DHCP Server is ok but i think a workaround
ok, i saw the option in supervisor