Thank you wbit, that worked like a charm. I am using a headless rpi 1 and my router is a model provided by (and managed by) my ISP Telenet, one of the largest in Belgium. They do not offer any "assignment of dedicated IP addresses via MAC" as suggested by the official rpi responses. It is sad even the online rpi os manual doesn't just reference your solution. It is brilliant that you shared it here : many thx !Bookworm
Since bookworm, the configuration has moved. Now we need to create a new file at /etc/network/interfaces.d/eth0Code:
allow-hotplug eth0iface eth0 inet staticaddress 10.0.0.100network 10.0.0.0netmask 255.255.255.0gateway 10.0.0.1
Statistics: Posted by pubdc — Tue Feb 06, 2024 3:42 pm