B. Ehlers
B. Ehlers
This is not a bug, it's a feature, see . > Now all disk interfaces are set to "none" by default so they have to be explicitly configured (there is...
It's interesting, that my experience is completely different. I'm using GNS3 v2.2.31 on Debian 11 with XFCE 4.16 and Qt 5.15.2. I have no issues to drag back an undocked...
The Alpine documentation about [IPv6 Stateless Autoconfiguration](https://wiki.alpinelinux.org/wiki/Configure_Networking#IPv6_Stateless_Autoconfiguration) states, that `iface eth0 inet6 auto` should work. But testing with the latest Alpine v3.12.1 shows the error message `ifup: unknown method "auto"`,...
> Currently, we only allow qcow2 and vmdk images for Qemu images. I am not sure we should allow 'raw' images since, unlike qcow2/vmdk, we cannot detect if this is...
And it may exclude the config-disk, introduced with . These have a .zip extension. Here a (zipped) .gns3 file containing a qemu vm with a config-disk: [config-disk.zip](https://github.com/GNS3/gns3-server/files/9440043/config-disk.zip)
With 2.x there were no limitations, so I am concerned that not allowing raw images might surprise some users and maybe even limit the functionality. But maybe the security advantages...
> One alternative could be to automatically try to convert an uploaded raw image to qcow2 and reject if it fails. What do you think of this idea? Yes, that...
My computer has not much compute power, so I'm also interested in this issue and PR https://github.com/GNS3/gns3-server/pull/1735. But I have some doubts, that a delay will help much. There are...
The reason for this is the option `--privileged`, that GNS3 uses to start containers. The same issue arises outside GNS3, when using `--privileged`, here an example: ``` behlers@iMac:~$ docker run...
I'm not sure, docker needs extended privileges for that. I think moving the interfaces to the namespace is done outside docker by ubridge. Therefore ubridge runs with the capabilities cap_net_admin...