On 11/30/24 08:22, Timothy M Butterworth wrote:
I created a loopback interface with the following commands:sudo ip link add name ospf-lo type dummy sudo ip link set ospf-lo up sudo ip addr add 10.0.0.1/32 dev ospf-lo How do I make this interface persistent? I am on Debian Trixie and using NetworkManager.
By using NM ([1]) and googling to manage the dummy interface. [1] https://unix.stackexchange.com/questions/513578/modern-way-to-configure-dummy0-in-etc-network-interfaces-or-similar -- John Doe