Skip to content

Instantly share code, notes, and snippets.

@shridharkini6
Created June 7, 2017 10:58
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 shridharkini6/e856dddf899df192f1d033e5c2cb5577 to your computer and use it in GitHub Desktop.
Save shridharkini6/e856dddf899df192f1d033e5c2cb5577 to your computer and use it in GitHub Desktop.
How to change network interface name in Ubuntu16.04
ifconfig peth0 down
ip link set peth0 name eth0
ifconfig eth0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment