Recent content by jort

  1. J

    creating multiple vmbridges from a single network card

    i want to create multiple vmbr from a single eth, without having to restart my cluster is this possible? and if so how do i do it?
  2. J

    GET vncwebsocket doesnt seem to work

    this is what happens if i copy the curl command to my own terminal, it seems that it runs a second get command which doesnt take the second parameter i passed with the command. if i specify the port first it doesnt detect the ticket if i specify the ticket first it doesnt detect the port.
  3. J

    GET vncwebsocket doesnt seem to work

    no matter how or what i pass i always get NULL back or the error property is missing and is not optional while i did pass it. im using javascript to generate a curl command curl -X GET -k -b pveAuthcookie= (ticket gotten from access.ticket)...
  4. J

    Create multiple OVS bridges on a single interface without rebooting?

    this is what im currently working on, however im not too familiar with proxmox so i cant figure out how to create multiple bridges on a single network card. im using the API to only return the bridges the user is supposed to have access to, my main issue is how do i configure a bridge in such...
  5. J

    Create multiple OVS bridges on a single interface without rebooting?

    i want to allow my users to create multiple separate networks functioning as virtual switches. so they can build their own network with VM's functioning as servers within that network without interfering with each other while still having access to the internet edit: id like to able to have...
  6. J

    Create multiple OVS bridges on a single interface without rebooting?

    i have followed https://pve.proxmox.com/wiki/Network_Configuration and am using the default config. however i would like to create multiple OVS bridges on my eth0, without having to reboot my node. is there a way to do this? as of now promox doesnt allow multiple bridges on the same eth...
  7. J

    Passing a ticket to noVNC

    im using novnc to grant people access to the console of their VM through a custom UI instead of the default proxmox UI, however the default UI saves a ticket in the browser which it uses for the consoles. how to i pass a new ticket to the noVNC in my browser or how to i save one in my browser?
  8. J

    creating new disk image via api?

    curl -X POST -k -b...
  9. J

    Change vm boot order via api?

    thanks alot, thats a really useful page.
  10. J

    Change vm boot order via api?

    i was using the GET on /nodes/NODE/qemu/VMID/config to get its current boot order but i didnt find any such value's in the returned object. but ill try setting the startup in my PUT object, any guides on how these things should be formatted?
  11. J

    Change vm boot order via api?

    how do i set the boot order of a VM via the api?, i cant seem to find it in the config or any other documentation.
  12. J

    Remote novnc html 5, what do i need and how does it work?

    ' people already only have access to their vm, im trying to get it to work over the API, however i dont really know were to start on that is there something i can use were i just have to link the vm through the api?
  13. J

    Remote novnc html 5, what do i need and how does it work?

    hello, i am trying to create a remote interface for my proxmox server and i want to give people access to the console of their VM's how do i do this? is there a way for me to use the console that is in the proxmox UI and have it show on my website? or in a pop-up? and how would i go about this?
  14. J

    Deleting vm via Api not working

    checked it, aaaaaand it wasnt, i was creating my url using api2/json/node/[node]/qemu[vmid] so i was missing the / between the qemu and vmid. thanks for pointing it out before i started ripping and rewriting all my code.
  15. J

    Deleting vm via Api not working

    im using this function this.del = function(url, data, header, cookie) { command = 'curl -X DELETE -k ' if (typeof cookie === 'string') command += ('-b '+ 'PVEAuthCookie='+ cookie + ' '); if (typeof header === 'string') command += ('-H ' +'"'+'CSRFPreventionToken:' + header + '"'+' ')...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!