Search results

  1. I

    Bridge does not inherit MTU from ports in PVE 7 using ifupdown2

    I believe than is only and alert, If you use MTU 9000 on bond0 you don't need add on bridge, because bridge get config from bond0. This alert only give information, don't force leave MTU config from bridge, only inform that it is not required
  2. I

    Very slow network speed on VMs

    Use iperf first to discard network and after this check NFS configurations maybe you are missed some NFS tricks. If problem is network could be long ethernet cable, bad router, bad server drivers... After this checked and ok, continue with another missconfigurations. You can't make a serious...
  3. I

    Having trouble with Web Interface Via Nginx Proxy

    Hello, You only need modify nginx file config, Why you using iptables? I don't see any iptables modification on https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy You are made things more hard in your brain, go step a step and is very easy to do my friend :)
  4. I

    Port Forwarding with VPN

    Hi, I believe than you have some error in concepts, You don't need map any port... If you want use Wireguard VPN, then you need connect directly to VM at port 54991 using VPN IP Range, for example: 10.0.0.12:xxxx. You only need connect to VM from Wireguard VPN inside. Only Clients joined to...