[Help] How to enable ipvlan for Docker?

Discussion about Docker
Locked
User avatar
ijurisic
Posts: 6
Joined: 28 Apr 2025, 15:15
Croatia

[Help] How to enable ipvlan for Docker?

Post 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!
F6-424 MAX TOS6.0.750 - 4x4TB SSD (User data), 2x4TB NVME (iSCSI data), 2x8TB HDD (Surveillance)
User avatar
TMzethar
TM Support
Posts: 2826
Joined: 27 Oct 2020, 16:43

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

Post 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.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
ijurisic
Posts: 6
Joined: 28 Apr 2025, 15:15
Croatia

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

Post 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?
F6-424 MAX TOS6.0.750 - 4x4TB SSD (User data), 2x4TB NVME (iSCSI data), 2x8TB HDD (Surveillance)
User avatar
TMzethar
TM Support
Posts: 2826
Joined: 27 Oct 2020, 16:43

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

Post by TMzethar »

Perhaps you could consider using macvlan.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
ijurisic
Posts: 6
Joined: 28 Apr 2025, 15:15
Croatia

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

Post 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.
F6-424 MAX TOS6.0.750 - 4x4TB SSD (User data), 2x4TB NVME (iSCSI data), 2x8TB HDD (Surveillance)
User avatar
TMzethar
TM Support
Posts: 2826
Joined: 27 Oct 2020, 16:43

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

Post by TMzethar »

Perhaps you could consider waiting for the subsequent TOS7 update, as its system kernel includes ipvlan.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
ijurisic
Posts: 6
Joined: 28 Apr 2025, 15:15
Croatia

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

Post 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?
F6-424 MAX TOS6.0.750 - 4x4TB SSD (User data), 2x4TB NVME (iSCSI data), 2x8TB HDD (Surveillance)
User avatar
ColaChen
TM Support
Posts: 164
Joined: 11 Aug 2023, 18:15
China

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

Post by ColaChen »

Please refer to the official update information for the latest version of our forum.
User avatar
ijurisic
Posts: 6
Joined: 28 Apr 2025, 15:15
Croatia

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

Post 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
F6-424 MAX TOS6.0.750 - 4x4TB SSD (User data), 2x4TB NVME (iSCSI data), 2x8TB HDD (Surveillance)
User avatar
ColaChen
TM Support
Posts: 164
Joined: 11 Aug 2023, 18:15
China

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

Post by ColaChen »

You can currently follow our weekly TOS 7 update releases here.
viewforum.php?f=28
Locked

Return to “Docker”