JamesAdams

Members
  • Posts

    185
  • Joined

  • Last visited

Everything posted by JamesAdams

  1. No, I have this problem even though I had already activated the option
  2. the error is indeed due to the fact that the docker network has as its parent the virtual network virsh because if I remove it the option it's working
  3. 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.
  4. 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.
  5. 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 😄
  6. 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 ?
  7. Hi, Hi create a virtual network in my unraid (virb1-lab, vibr2-lab, vibr3-lab) and i wish connect a docker container in this network but i don't see the virtual network in my dock i just see my real network (br0) Anyone have a idea for add my virtual network in docker please ? Thanks :D
  8. no is not blank ^^ windows detect the network but i don't have the driver for vmxnet3
  9. Hi, I have a speed problem in my server (os: Unraid) I have a debian vm which acts as a router which has 2 interfaces -wan 10gb passthrough (wan speed: 8000Mbps) -lan (virtual network virsh) (all vm have virtio for the network) <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.1' netmask='255.255.255.0'> </ip> <route address='192.168.0.0' prefix='24' gateway='192.168.0.10'/> </network> iperf between a vm w10 and the vm debian from lan to lan: But the speed I have with a speedtest : In your opinion, the clamping comes from where ? After doing the test with iperf I have the impression that the clamping comes from the nat of the lan to the wan because in lan I have a connection of 7Gbits/s Thanks for your help.
  10. 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>
  11. 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.
  12. Thanks it's work for the vm but my docker don't see the new interface.
  13. Hello, I have a vm firewall (ClearOs) and I am trying to redirect all the traffic from my other vm and docker through my vm firewall. Thanks for your hep.
  14. I managed to make my card work for 2m but after one stay it no longer works He first detected my card in ipv6 on my box so once detect I assigned him an ipv4 lease and he managed to connect correctly on windows.
  15. I have the same problem as you, did you find a solution ?
  16. Hi, I try to configure a pfsense and opnsense in a VM and the 2 vm not found a wan interface... I follow the space invador one tuto ici PFsense: OPNsense: Other pci Devices: Form view pfsense : <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>pfSense</name> <uuid>1a98bb02-6343-ef1e-eb69-e09b9bbe36ac</uuid> <description>FireWall</description> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>1048576</memory> <currentMemory unit='KiB'>1048576</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='14'/> <vcpupin vcpu='1' cpuset='30'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-4.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/1a98bb02-6343-ef1e-eb69-e09b9bbe36ac_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='1' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/disks/system/VM/pfSense/vdisk1.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='fr'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain> Form view OPNsense : <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>OPNsense</name> <uuid>64ac5b2d-d671-5bc5-ff26-edfcbce3be73</uuid> <description>FireWall</description> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>1048576</memory> <currentMemory unit='KiB'>1048576</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='15'/> <vcpupin vcpu='1' cpuset='31'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-4.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/64ac5b2d-d671-5bc5-ff26-edfcbce3be73_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='1' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/disks/system/Isos/OPNsense-20.1-OpenSSL-dvd-amd64.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/disks/system/VM/OPNsense/vdisk1.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='fr'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain> Thanks for your welp 😊
  17. Hi, i reboot my server and my ssd ( CT120BX500SSD1_1910E17659AA ) is connected in unassigned devices but my partition is missing and my ssd is in Historical Devices someone have a solution please ? Thanks.