Search results

  1. M

    Access VM on private net via public ip?

    ok so I installed a second nic, but I still cant get it to work with two networks on the same witches. NIC1 -> (net1) static 192.168.0.10 NIC2 -> (net2) bridge 10.10.10.1 I cannot ping from my second computer the 10.10.10.1 port, this is my configuration file: auto lo iface lo inet manual...
  2. M

    Access VM on private net via public ip?

    Hi I only have on single public ip bound to my mac address, so I set up the default network card as described here: https://pve.proxmox.com/wiki/Network_Configuration (Masquerading) public ip 192.170.64.54 -> to eno1 private network 10.10.10.0/24 -> on vmbr0 all vm's are connected to vmbr0 in...
  3. M

    mtu 9000 on OVS IntPort for Proxmox management

    ok now it suddenly worked but the downside is it broke the web gui so i reverted back to mtu 1500 and the web ui worked again
  4. M

    mtu 9000 on OVS IntPort for Proxmox management

    Hi i would like to set mtu 9000 on my promxox management port, which i configured as a tap port for a ovs switch on which I enabled mtu 900. My /etc/network/interfaces looks like this: auto eth0 iface eth0 inet manual auto eth1 iface eth1 inet manual allow-vmbr0 bond0 iface bond0 inet manual...
  5. M

    [SOLVED] Problem PCIe Passthrough M1015 / Network boot hang's up.

    Hi i am stuck with the same problem but none of the above mentiont methodes did the trick for me. I am running proxmox 4 with 4.4.8-1-pve kernel, my grub config parameters are: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on" i want to passtrough the m1015 in IT mode with boot rom (i cant...