Everything posted by JamesAdams
-
add bandwidth limit for VM
Same error with a custom network : <network> <name>virbr1-lab</name> <uuid>03ca9ae6-8dbc-43b7-8e63-366b46926b20</uuid> <forward mode='nat'/> <bandwidth> <inbound average='625' peak='625' burst='625'/> <outbound average='625' peak='625' burst='625'/> </bandwidth> <bridge name='virbr1-lab' stp='on' delay='0'/> <mac address='52:54:00:c5:18:43'/> <ip address='192.168.50.1' netmask='255.255.255.248'> <dhcp> <range start='192.168.50.2' end='192.168.50.6'/> </dhcp> </ip> </network> root@JamesServer:/tmp# virsh net-start virbr1-lab error: Failed to start network virbr1-lab error: internal error: Child process (/usr/sbin/tc qdisc add dev virbr1-lab root handle 1: htb default 2) unexpected exit status 2: Error: Specified qdisc not found.
-
add bandwidth limit for VM
Hi, i try to add the bandwidth limit in the vm like that : <interface type='bridge'> <mac address='52:54:00:24:d9:97'/> <source bridge='br0'/> <bandwidth> <inbound average='625' peak='625' burst='625'/> <outbound average='625' peak='625' burst='625'/> </bandwidth> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> But if i try to start the vm i have this error : Thanks for your help
-
WireGuard quickstart
Hello, I would like from my wireguard vpn to access a custom virsh network, someone knows how to do it please ? Network wg1 (network of wireguard vpn ) : 192.168.51.0/27 Network virbr0-lab : 192.168.50.0/27 I would like them to communicate together to access in RDP a vm present in the virbr0-lab network from a pc connected in VPN to the wg1 network Cordially.
-
[Support] ich777 - Application Dockers
I don't really know 😅 I'll watch tomorrow I'll go to bed there. just a quick question, is it possible to have sound in the chromium container ?
-
[Support] ich777 - Application Dockers
No discord is a electron app see all electron software as a browser on which a web page is displayed
-
[Support] ich777 - Application Dockers
so you know Discord and visual studio code are electron software for example
-
[Support] ich777 - Application Dockers
Yes you run the application itself
-
[Support] ich777 - Application Dockers
and there are loads of really cool apps! so if it works we could have fun https://www.electronjs.org/apps
-
[Support] ich777 - Application Dockers
ok, I didn't know the sandbox mode and the electron apps are just chromium browsers on which you load a classic web page, it allows you to create software for pc without using C but only HTML, css and javascript
-
[Support] ich777 - Application Dockers
Hi, I just thought of something for the chromium container seen that eletron apps are based on chromium we could make docker containers for electron apps no ? 😀
-
[Plugin] Docker Folder
Hi, Why is not possible to add a column count in "Icon Basic" & "Icon Label", is just possible to "No Icon" privew mod. Thanks.
-
Docker Network bug after restart
Hi, i founs a bug in Docker, to reproduce it you must have created a virtual network with virsh. like that : And you have to create a network in docker. Like that : for the moment everything works without problem but if you restart the unraid server or you restart docker When you want to restart your container it will tell you that the network docker-lab0 with the ip "8c ..." cannot be found even though it does exist and its id has not changed... Cordially.
-
turn off and on grapic card
Hi, i have a server on Unraid and i use a gpu (GTX 1060) in a windows 10 VM but i would link turn off the gpu when is not used by my vm because the gpu consume 30W in idle... for now i found this : it's turn off the card but i don't have the possibility to turn on the card... Thanks for your help.
-
BUG UNRAID/DOCKER network id not found
up
-
BUG UNRAID/DOCKER network id not found
Hi, I found a bug with docker on unraid, when I restart my server my containers no longer see the docker network that I created (but the network exists with the right id) Unraid: 6.8.3 Docker: 19.03.5 my virsh virtual network : <network ipv6='yes'> <name>lab-network-3</name> <uuid>7529bb5c-676d-47c4-93b7-f0fe772187ca</uuid> <bridge name='virbr3-lab' stp='on' delay='0'/> <mac address='52:54:00:a7:8f:5b'/> <ip address='192.168.3.1' netmask='255.255.255.0'> </ip> <route address='192.168.3.0' prefix='24' gateway='192.168.3.10'/> </network> My docker network: docker network create \ -o parent=virbr3-lab \ --driver macvlan \ --subnet 192.168.3.0/24 \ --gateway 192.168.3.10 \ test thank you in advance for your help 😄
-
[SOLVED] How to create a virtual nic for internal/isolated use only?
hi, i have a virtual nic in unraid and i wish to add a vlan in this virtual network but i don't found the solution... my virtual nic: <network ipv6='yes'> <name>lab-network</name> <uuid>9076910b-63df-470f-862a-606414dd750a</uuid> <bridge name='virbr1-lab' stp='on' delay='0'/> <mac address='52:54:00:a7:8f:4b'/> <ip address='192.168.0.1' netmask='255.255.255.0'> </ip> <route address='192.168.0.0' prefix='24' gateway='192.168.0.10'/> </network> Anyone have a solution ?
-
Can Unraid connect to network using a virtual bridge?
no is not blank ^^ windows detect the network but i don't have the driver for vmxnet3
-
[SOLVED] How to create a virtual nic for internal/isolated use only?
i found the solution i edit my network for that <network ipv6='yes'> <name>lab-network</name> <uuid>9076910b-63df-470f-862a-606414dd750a</uuid> <bridge name='virbr1' stp='on' delay='0'/> <mac address='52:54:00:a7:8f:4b'/> <ip address='192.168.0.0' netmask='255.255.255.0'> <dhcp> <range start='192.168.0.11' end='192.168.0.20'/> </dhcp> </ip> <route address='192.168.0.0' prefix='24' gateway='192.168.0.10'/> </network>
-
[SOLVED] How to create a virtual nic for internal/isolated use only?
ok thanks i will test. You know if for the virtual network that i have created with your method we can define an ip and a mask by default and gateway ? because on this network I create a virtual router which works when I but the ip manually in my vm w10 but the dhcp does not work my vm takes an ip in 169.254.88.156 by default while my network is in 192.168.0.0 . Thanks for your help.
-
[SOLVED] How to create a virtual nic for internal/isolated use only?
-
[SOLVED] How to create a virtual nic for internal/isolated use only?
Thanks it's work for the vm but my docker don't see the new interface.
-
Can Unraid connect to network using a virtual bridge?
I just tried and it doesn't work either 😕
-
Can Unraid connect to network using a virtual bridge?
nor work for me...
-
[Resolved] Primary GPU passthrough
I follow the tutorial and it's not worked for my 1050Ti...
-
[PLUGIN] GPU Statistics
Hello, I would like to know if anyone else still has the problem with the gtx 1050 or we do not see the energy consumption. for the power draw i have "N/A/75W" Is there a solution to fix this? Thanks.