Creating a "permanent" MACVLAN bridge.

Post Reply
gkoerk
New here
Posts: 4
Joined: Sat Jul 22, 2017 9:56 pm

Creating a "permanent" MACVLAN bridge.

Post 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
borok34
New here
Posts: 7
Joined: Fri May 19, 2017 9:04 pm

Re: Creating a "permanent" MACVLAN bridge.

Post 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?
Post Reply

Return to “Container Station”