Search results

  1. A

    Proxmox5 VNC

    after call pvesh create /nodes/1/qemu/1/pveproxy or with -websocket option there is json string with port 5900 returned, but server is not listening on 5900. i tried to use pvesh create /nodes/1/qemu/1/monitor -command='change vnc 0.0.0.0:100,password' the result is 200 OK, but next pvesh create...
  2. A

    Proxmox5 VNC

    Hi all. I can't configure vnc. I tried to use openbsd-inetd with adding line like 20510 stream tcp nowait root /usr/sbin/qm qm vncproxy 105 MyPass but via telnet i have a result "400 to many arguments". in case without pass the result is "RFB 003.008" and waiting for something. Via remmina it...
  3. A

    simple dhcp config

    hello. maybe someone can help. now all VM's are connected to internet via vmbr0 whitch has a static public ip. i need to configure dhcp on host system to give them public ip's automatically and also static internal ip's. i thought about using built-in nat, but i can't find any documentation...