hi,
i have a request. i want to limit bandwidth from guest os.
i know host os can use "VBoxManage bandwidthctl <vm name> set <NIC group name> --limit <bandwidth value>" command to do it.
But i need guest os(ubuntu) to limit bandwidth action, how to run bandwidthctl command on guest os?
thanks.