Search results

  1. D

    [SOLVED] Blank black screen with NoVNC console on KVM guests

    for the record, just splash needs to be removed
  2. D

    Setting a Bridge for a Specific added Nic

    Wow, Worked, I don't know what i was doing wrong before, i thought i tried this, but i think i tried with "pcnet32" instead of just "pcnet". I'm extremely thankful to you, have a great day.
  3. D

    Setting a Bridge for a Specific added Nic

    Hello, Lately I asked, on how to add a specific vNIC Model in VM configuration file, and the answer was with args, as the following: args: -net nic,model=pcnet balloon: 0 But I need to use bridge with it, I couldn't find anyway to add a bridge, I tried to follow the arg with bridge=vmbr2 but...
  4. D

    [SOLVED] Add Custom Virtual NIC Device in VM Container

    Hi, manu, execuse me to reopen the solved thread, I seem not be able to get a connection to outside the host, to have functional network i have to bridge it to: vmbr2, like that: on usual kvm i would use: net0: name=eth0,bridge=vmbr2 and all will be fine, but how should i set the bridge with...
  5. D

    [SOLVED] Add Custom Virtual NIC Device in VM Container

    sorry i missed the balloon:0, now my application worked flawlessly and i got an ip too. :) I'm deeply thankful to you, I didn't need to load the driver into the kernel it works without, weird.
  6. D

    [SOLVED] Add Custom Virtual NIC Device in VM Container

    Thanks for your reply and time. However, I already did this, I edited my_vm.conf, Added the line: net0: Vlance=00:0C:29:10:28:A4,bridge=vmbr2 Instead of: net0: vmxnet3=00:0C:29:10:28:A4,bridge=vmbr2 But then when i go to proxmox gui, I see that the whole network interface disappears, as i...
  7. D

    [SOLVED] Add Custom Virtual NIC Device in VM Container

    Hello, I have a specified system image for telephone system, I could run everything without problem, but unfortunately i got "NIC Unavailable" Error at the host application, and upon searching, I discovered that this telephony application only have few driver support for network nic card, they...