Page 1 of 1

Change Linux Interface Names in Template

Posted: Wed Aug 24, 2022 4:52 pm
by jeremy
I want to change the interface naming in Linux from using eth[0-9] etc. to something link jrp[0-9].

I can do it via the CLI by using

ip link set eth1 down
ip link set eth1 name jrp1

And that works. Is there a way to change the ".yml" file found in /opt/unetlab/html/templates/intel/linux.yml to make it permanent and automatic ?