E encore Well-Known Member May 4, 2018 108 1 58 37 May 10, 2018 #1 Hi, is there a way to find a CT with its MAC? At least the pve search box does not support searching by MACs. Is there any command on the node I could try? Code: ip a | grep "<mac>" Does not work. Thank you in adcance
Hi, is there a way to find a CT with its MAC? At least the pve search box does not support searching by MACs. Is there any command on the node I could try? Code: ip a | grep "<mac>" Does not work. Thank you in adcance
E encore Well-Known Member May 4, 2018 108 1 58 37 May 10, 2018 #2 nvm, Code: grep -rnw '/etc/pve/lxc/' -e '<mac>' did the job