We have a lot of VDI-VMs where the users run docker on it. Thus there are temporarly network-devices like:
I tried different approaches to leave these devices out when adding a new host, like:
But apparently that does not work.
What am I doing wrong?
Thanks!
I use this in my config:
$config['bad_ifname_regexp'][] = '/(^lo|^dummy|^tap|^tun|^gre|^veth|^docker|^br-|^pflog|^pfsync)/i';
HTH
1 Like
Ah, this could also be done in config.php? I’ll give it a try and report back.
Thanks!
system
Closed
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.