Simplest solution : remove all privileged ports on linux
Works on ubuntu/debian :
#save configuration permanentlyecho 'net.ipv4.ip_unprivileged_port_start=0'> /etc/sysctl.d/50-unprivileged-ports.conf#apply confsysctl --system
(works well for VirtualBox with non-root account)
Now, be carefull about security because all users can bind all ports !