Search results

  1. 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...
  2. 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...