Rename network interface
Using udev
Change the interface name in /etc/udev/rules.d/75-persistent-net-generator.rules
Using ip utility
ip link set eth1 down
ip link set eth1 name wan0
ip link set wan0 up
Linux, photography and science.
Change the interface name in /etc/udev/rules.d/75-persistent-net-generator.rules
ip link set eth1 down
ip link set eth1 name wan0
ip link set wan0 up