Recent content by UcANteKMe42

  1. U

    Nic Bonding Fun

    Hey people, I was testing bonding thingies with 4 port dell broadcom 5719 nics. There is something weird when I tried to bond 4 port nics in round robin mode. I want to share. Using 2 nics connected directly port to port with patch cables. 3 different server hardware and these kernels. Debian...
  2. U

    Remote Spice access *without* using web manager

    This is my python 3.4 script for proxmox 3.x and 4.x I hope it helps. import os def getDATA(username,password,server): # Get Data from Proxmox Auth API and dump into a file cmd = 'c:\curl -k -d "username={}&password={}" https://{}:8006/api2/json/access/ticket >...