Search results

  1. R

    Proxmox VM and the two nics

    Hi, I've encountered one problem and do not know how to solve it. My nic config: iface eno1 inet manual iface eno1.20 inet manual iface eno1.191 inet manual auto vmbr20 iface vmbr20 inet static address 172.18.16.250/16 gateway 172.18.16.254 bridge-ports eno1.20 bridge-stp off...
  2. R

    Network interfaces names question

    Hi, I've created following network setup: iface eno1 inet manual iface eno1.191 inet manual auto vmbr191 iface vmbr191 inet static address 192.168.0.1/24 bridge-ports eno1.191 bridge-stp off bridge-fd 0 I can see vmbr191 interface after proxmox restart. But...
  3. R

    Bridge creation question

    Hi, I wonder - is there any particular reason I'm not able to create bridge with my own name via GUI? If I create such bridge via shell - GUI displays bridge type as unknown.
  4. R

    Proxmox install on Debian questions

    Hi, I know that its perfectly possible to install Proxmox over Debian. But I have some questions: 1. As I can understand that when I'll install proxmox, debian kernel will be replaced to newer one. Will such install replace some other older debian packages? Will I encounter some additional...
  5. R

    Network wifi interface is unknown in proxmox

    Hi, Just purchased Lenovo m70q machine and installed newest proxmox right away. lspci output: 00:14.3 Network controller: Intel Corporation Comet Lake PCH CNVi WiFi When I log on into shell, is seems that debian recognises this adapter, I can bring if up, scan networks, but Proxmox GUI shows...