I have an application that needs both VLANs and bonding at the same time
and I'm having trouble getting it to work.
System is Dell R610 and Devuan 2.0 ("ASCII"). The machine is operating
as a firewall and has duplicated Ethernet on the outside and inside.
Duplication is for resilience, not pe
I don't think "vconfig" brings up the interfaces, so you might need to
tell udev to do that when they are added:
allow-hotplug bond1.1
allow-hotplug bond1.10
allow-hotplug bond1.99
or if you prefer, by adding explicit "post-up ifup bond1.1" phrases instead.
Ralph.
Mike Tubby wrote on 3/9/19 9:3