Re: Bridge without bridge-utils does not work

2025-01-13 Thread Michael Stone
On Mon, Jan 13, 2025 at 01:31:30PM +, Andy Smith wrote: Debian doesn't, ifupdown does, which is perfectly believable since ifupdown is quite an old package with not many people working on it. It simply hasn't been updated to stop using brctl. More importantly, who cares? It gets the job don

Re: Bridge without bridge-utils does not work

2025-01-13 Thread Andy Smith
Hi, On Sun, Jan 12, 2025 at 11:35:53PM -0300, Luís Felipe wrote: > If I create a bridge directly using "ip link add name br0 type bridge" > it works normally, but I want to leave it in etc/network/interface so > that it is a persistent and automatic configuration. Please, I need > some help with t

Re: Bridge without bridge-utils does not work

2025-01-13 Thread Frank Guthausen
On Sun, 12 Jan 2025 23:35:53 -0300 Luís Felipe wrote: > > If I create a > bridge directly using "ip link add name br0 type bridge" it works > normally, but I want to leave it in etc/network/interface so that it > is a persistent and automatic configuration. Please, I need some help > with this be

Bridge without bridge-utils does not work

2025-01-12 Thread Luís Felipe
I'm trying to configure a persistent bridge through /etc/network/interfaces. My configuration is as follows: iface ens192 inet manual auto br0 iface br0 inet static bridge_ports ens192 #address 10.60.0.20/24 #gateway 10.60.0.1 However, this returns the following errors: ifup[742]: Cannot find devic