Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2012 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3047857 to your computer and use it in GitHub Desktop.
Save anonymous/3047857 to your computer and use it in GitHub Desktop.
10-network.rules
# /etc/udev/rules.d/10-network.rules
SUBSYSTEM=="net", ATTR{address}=="00:xx:xx:xx:xx:a3", NAME="eth1"
SUBSYSTEM=="net", ATTR{address}=="00:xx:xx:xx:xx:a2", NAME="eth0"
SUBSYSTEM=="net", ATTR{address}=="bc:xx:xx:xx:xx:bf", NAME="wan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment