Search results

  1. S

    Private Network on Proxmox VE 6

    I reinstall whole Proxmox and now all works, @Dunuin thanks for help
  2. S

    Private Network on Proxmox VE 6

    I added rules as additional and now gets destination host unreachable when trying to ping 8.8.8.8
  3. S

    Private Network on Proxmox VE 6

    I add this but still no connection from VM to Internet. Are the rules you specified to be added instead of post-up iptables -t nat -A POSTROUTING -s '192.168.50.0/24' -o vmbr0 -j MASQUERADE post-down iptables -t nat -D POSTROUTING -s '192.168.50.0/24' -o vmbr0 -j MASQUERADE or as additional?
  4. S

    Private Network on Proxmox VE 6

    Hello, I am trying to set up a private network on proxmox. I did it according to the documentation https://pve.proxmox.com/wiki/Network_Configuration, but the machine does not have internet access. Proxmox is installed on a dedicated server that has only one NIC card. Below I am sending the...