Page 1 of 1

[Help] How to enable ipvlan for Docker?

Posted: 22 Jan 2026, 22:09
by ijurisic
I create my network "my-ipvlan":

Code: Select all

docker network create -d ipvlan --subnet=192.168.11.0/24 --gateway=192.168.11.1  \
--ip-range 192.168.11.192/26 -o parent=bond0 -o ipvlan_mode=l2 my-ipvlan
and when try to start containers i got error:

Code: Select all

Error response from daemon: failed to create the ipvlan port: operation not supported
When I check kernel loaded mods I don't see ipvlan:

Code: Select all

modprobe ipvlan
modprobe: FATAL: Module ipvlan not found in directory /lib/modules/6.1.120+
I have F6-424 Max, with TOS: 6.0.794-1234

Please help!

Re: [Help] How to enable ipvlan for Docker?

Posted: 23 Jan 2026, 14:49
by TMzethar
The TOS6 system kernel does not include this module by default. If you really need it, you can consider installing it yourself, but please be aware of potential conflicts that may arise as a result.

Re: [Help] How to enable ipvlan for Docker?

Posted: 23 Jan 2026, 15:04
by ijurisic
TMzethar wrote: 23 Jan 2026, 14:49 The TOS6 system kernel does not include this module by default. If you really need it, you can consider installing it yourself, but please be aware of potential conflicts that may arise as a result.
Whay not? ipvlan is core feature of any docker.

Any tutorial how to install on F6-424 Max?

Re: [Help] How to enable ipvlan for Docker?

Posted: 23 Jan 2026, 15:46
by TMzethar
Perhaps you could consider using macvlan.

Re: [Help] How to enable ipvlan for Docker?

Posted: 23 Jan 2026, 15:51
by ijurisic
TMzethar wrote: 23 Jan 2026, 15:46 Perhaps you could consider using macvlan.
My network have problem when use macvlan (same port and diferent mac address), that is not option, valid solution is ipvlan.

Re: [Help] How to enable ipvlan for Docker?

Posted: 23 Jan 2026, 21:03
by TMzethar
Perhaps you could consider waiting for the subsequent TOS7 update, as its system kernel includes ipvlan.

Re: [Help] How to enable ipvlan for Docker?

Posted: 23 Jan 2026, 21:47
by ijurisic
TMzethar wrote: 23 Jan 2026, 21:03 Perhaps you could consider waiting for the subsequent TOS7 update, as its system kernel includes ipvlan.
I have no other option but to wait, thanks for the information.

Do you know the release date for TOS7?

Re: [Help] How to enable ipvlan for Docker?

Posted: 24 Jan 2026, 09:12
by ColaChen
Please refer to the official update information for the latest version of our forum.

Re: [Help] How to enable ipvlan for Docker?

Posted: 24 Jan 2026, 15:23
by ijurisic
ColaChen wrote: 24 Jan 2026, 09:12 Please refer to the official update information for the latest version of our forum.
No information about release date on forum News & Announcements

Re: [Help] How to enable ipvlan for Docker?

Posted: 24 Jan 2026, 19:48
by ColaChen
You can currently follow our weekly TOS 7 update releases here.
viewforum.php?f=28