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.
On Sat, Nov 30, 2024 at 2:22 AM Timothy M Butterworth < timothy.m.butterworth@gmail.com> wrote:
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.
I tried the following but no success.
On Sat, Nov 30, 2024 at 2:22 AM Timothy M Butterworth < timothy.m.butterworth@gmail.com> wrote:
How do I make this interface persistent? I am on Debian Trixie and using >> NetworkManager.
I got it to work with:
sudo cat /etc/network/interfaces.d/ospf.cfg
auto ospf
iface ospf inet static
address 10.0.0.1/32
pre-up ip link add ospf type dummy
Hi,
On Sat, Nov 30, 2024 at 01:47:42PM -0500, Timothy M Butterworth wrote:
On Sat, Nov 30, 2024 at 2:22 AM Timothy M Butterworth <
timothy.m.butterworth@gmail.com> wrote:
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.
I tried the following but no success.
Surely if you are using NetworkManager you would just do it with nmcli.
I can't recite the incantations off the top of my head but I imagine
that creating a new interface is pretty simple.
Surely if you are using NetworkManager you would just do it with nmcli.
I can't recite the incantations off the top of my head but I imagine
that creating a new interface is pretty simple.
On 11/30/24 20:04, Andy Smith wrote:
Hi,
On Sat, Nov 30, 2024 at 01:47:42PM -0500, Timothy M Butterworth wrote:
On Sat, Nov 30, 2024 at 2:22 AM Timothy M Butterworth <
timothy.m.butterworth@gmail.com> wrote:
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.
I tried the following but no success.
Surely if you are using NetworkManager you would just do it with nmcli.
I can't recite the incantations off the top of my head but I imagine
that creating a new interface is pretty simple.
Not sure what the OP is trying to do here [1].
On 11/30/24 20:11, john doe wrote:
Not sure what the OP is trying to do here [1].
[1] https://lists.debian.org/debian-user/2024/11/msg00827.html
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 151:20:36 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,800 |