Search found 6 matches

by ijurisic
24 Jan 2026, 15:23
Forum: Docker
Topic: [Help] How to enable ipvlan for Docker?
Replies: 9
Views: 199
Croatia

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

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
by ijurisic
23 Jan 2026, 21:47
Forum: Docker
Topic: [Help] How to enable ipvlan for Docker?
Replies: 9
Views: 199
Croatia

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

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?
by ijurisic
23 Jan 2026, 15:51
Forum: Docker
Topic: [Help] How to enable ipvlan for Docker?
Replies: 9
Views: 199
Croatia

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

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.
by ijurisic
23 Jan 2026, 15:04
Forum: Docker
Topic: [Help] How to enable ipvlan for Docker?
Replies: 9
Views: 199
Croatia

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

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?
by ijurisic
22 Jan 2026, 22:09
Forum: Docker
Topic: [Help] How to enable ipvlan for Docker?
Replies: 9
Views: 199
Croatia

[Help] How to enable ipvlan for Docker?

I create my network "my-ipvlan": 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: Error response from daemon: failed to create the ipvlan ...

Go to advanced search