Edit the file of "/etc/udev/rules.d/70-persistent-net.rules" to corresponde what you want.
eg.
# PCI device 0x1106:0x3065 (via-rhine)
SUBSYSTEM=="net", DRIVERS=="forcedeth", ATTRS{vendor}=="0x1106", ATTRS{device}=="0x3065", NAME="eth0"
you could change the Value of NAME to eth1 or others.