Code: Select all
ip l add veth type dummy
ip l dev veth address d4:d4:d4:d4:d4:d4
How can I configure Debian in a way that this dummy network device with fixed mac address is persisted between reboots?
I wanted to avoid to "pollute" my crontab, but I did not find out what is _the_ way one should do it.
The syntax of /etc/network/interfaces is a bit obscure to me, and I did not manage to add the device there (where IMHO it makes the most sense).