Recent content by avdol

  1. A

    [SOLVED] How to remove/undo PCIe (NIC) passthrough?

    Indeed i did. I performed the following to undo the block. nano /etc/modprobe.d/nicpcie.block.conf update the file to undo the block by commenting the line i added. nano /etc/modprobe.d/nicblacklist.conf update-initramfs -u -k all Performed a reboot and now the nic port is active. I've...
  2. A

    [SOLVED] How to remove/undo PCIe (NIC) passthrough?

    I did that but i got this error whilst trying to create a bridge Furthermore, under network for the node, each port of the NIC is not active
  3. A

    [SOLVED] How to remove/undo PCIe (NIC) passthrough?

    Hi, I have a nic passthrough to pfsense which i want to convert to linux bridge. How do i undo a pcie passthrough so that the host can regain control?
  4. A

    [SOLVED] Restore VM from separate disk after OS disk failure

    Just an update, it looks like both methods mentioned above works
  5. A

    [SOLVED] Restore VM from separate disk after OS disk failure

    Hi, I used the following command from another. dd if=/dev/volY/dopefish of=image.raw The above code worked for VM100 but it seems like I'm out of space to do the same for the remaining vms. How do i locate image.raw and delete? I intend on using the command you recommended above once i delete...
  6. A

    [SOLVED] Restore VM from separate disk after OS disk failure

    Hi, My proxmox setup involves installation of the OS on 1 120gb ssd and the VM stored on a separate larger 256gb SSD. The 120gb disk failed but the 256gb is still intact. I have installed proxmox on a new 120gb ssd however I am struggling to gain access to the VM on the 256gb SSD. For clarity...
  7. A

    Is there a gui option for adding a usb device to a running VM?

    Do you mind explaining what the parameters are? I tried the commands but it didn't work
  8. A

    [SOLVED] Can't access apach2 Ubuntu Default Page using DDNS FQDN

    I've been able to resolve the issue. The problem was fixed when i changed the address from https to http. I will complete the rest of the nextcloud so that I can enable letsencrypt so that access is via https.
  9. A

    [SOLVED] Can't access apach2 Ubuntu Default Page using DDNS FQDN

    I've configured the port forwarding on my router by allowing ports 80 and 443 to route the the ubuntu cointainer ipaddress
  10. A

    [SOLVED] Can't access apach2 Ubuntu Default Page using DDNS FQDN

    I've attached a copy of the etc/hosts config above. What do i need to add for the dns server? Note that whist setting up the containerI specified a dns server
  11. A

    [SOLVED] Can't access apach2 Ubuntu Default Page using DDNS FQDN

    Sorry I'm to the world of linux so please bear with me. The only container I have is the ubuntu container on which I wish to install nextcloud. I followed the nextcloud youtube guide and got to the part where you enter the container's ipaddress into a web browser to access the apache2 default...
  12. A

    [SOLVED] Can't access apach2 Ubuntu Default Page using DDNS FQDN

    I currently have an ubuntu LXC installed on my proxmox server in order to setup a nextcloud service. In order to do this I am following this learnlinux youtube guide here. At 5:09 the guide mentions changing the hostname and hosts to include my ddns or domain name. I have done the same and I...
  13. A

    LXC Hostname PVE Config not working

    Did you manage to get this resolved? I'm also having the same issue which is preventing me from setting up a nextcloud server