#!/bin/bash VM_LIST="Leibniz Ferma Rufus Kreia" for i in $VM_LIST; do VBoxManage modifyvm "$i" --nicpromisc1 deny done