#FreeBSD hint 

If you want to rename your network interface you can simply use:
$ sudo ifconfig em0 name lan0
(Renaming the interface to "lan0")
To make this permanent you can put the following into rc.conf/rc.conf.local:
ifconfig_em0_name="lan0"