Search results

  1. L

    GT710 Passthrough

    Hi, I am pretty new when it comes to proxmox and I am trying to passthrough a dedicated gpu to a windows 10 VM. I was following this guide https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough/ But with no luck, I can't get past error 43 in Windows 10...
  2. L

    Completely confused with networking.

    I managed to solve it out, I used the config u suggested and it works, and I can connect to ssh, although I still have no access to internet on the VMs, I configured the gateway, ip and subnet mask, it recognises that it is connected to a network but it still says "No Internet access". Thank you...
  3. L

    Completely confused with networking.

    Thank you very much, I just came to the conclusion that the configs are good, but something in my server installation is screwed up. Even when I just change the nameservers I can no longer connect to ssh, so it is probably something to do with that, even when I add a space to the config it...
  4. L

    Completely confused with networking.

    I tried doing it with the routing method. On my testing rig with private IP it worked without a problem, but on my production server with the public IP it resulted in the same thing. I mean on my test server it even works like this with ssh: auto enp2s14 iface enp2s14 inet manual auto vmbr0...
  5. L

    Completely confused with networking.

    Thank you for your suggestion, but after I create these bridges I can't connect to ssh anymore. And when I try to ping the IP I get "Request timed out" or "Destination host unreachable"
  6. L

    Completely confused with networking.

    Hi, I am fairly new to virtualization and completely new to proxmox. I want to ask about the host network configuration. I want the completely basic config just 2 VMs and the 2 VMs to have access to internet. I have 2 IPs in the dedicated server. Here's my config: iface enp4s0 inet static...