Page 1 of 1

Creating a "permanent" MACVLAN bridge.

Posted: Sat Aug 11, 2018 5:11 am
by gkoerk
Hi everyone!

I'm trying to create a MACVLAN bridge to use with an LXC container. This works fine from the command-line, but does not survive a reboot. Does anyone know how I could persist this interface beyond reboots, either with some Entware PKG, a QPKG, or a script?

Here is the code:

Code: Select all

ip link add mvlan0 link eth0 type macvlan mode bridge
ifconfig mvlan0 up

Re: Creating a "permanent" MACVLAN bridge.

Posted: Sat Dec 15, 2018 12:01 am
by borok34
How did you manage to set this interface up?

I'm getting "RTNETLINK answers: Operation not supported" on your first command.

Which QTS Version are you on?