Recent content by lilu

  1. L

    [SOLVED] using wifi instead of ethernet

    I configured it based on link you posted and it works. Thank you.
  2. L

    [SOLVED] using wifi instead of ethernet

    looks like vmbr0 was not active so I added brctl addbr vmbr0 ifup vmbr0 can't add wlo1 to bridge vmbr0: Operation not supported Waiting for vmbr0 to get ready (MAXWAIT is 2 seconds). RTNETLINK answers: File exists LXC container now starts but network inside LXC does not work i guess I am...
  3. L

    [SOLVED] using wifi instead of ethernet

    Hello, is it possible to use wifi instead of wired ethernet or it is not supported? Wifi works I can access web gui over it, but starting LXC containers fail this is my /etc/network/interfaces my wifi receives same ip config like vmbr0 auto lo iface lo inet loopback auto wlo1 iface wlo1...
  4. L

    big vhdx , small disk

    but how can I transfer that vhdx file there first? I have only 76gb accessible for uploading ISOs and such. That 200gb is local-lvm and I don't know how to reserve some of that space for my upload. I was thinking mounting remote folder with that vhdx file over SSHFS from different computer...
  5. L

    big vhdx , small disk

    hello, I made 120gb vhdx image of Windows created by Disk2vhd utility from microsoft My proxmox machine has 320gb disk and two storages local 76gb and local-lvm 200gb can I send 120gb vhdx file to local-lvm storage and use it with proxmox to run windows VM?