Skip to content

Instantly share code, notes, and snippets.

@mowings
Created February 2, 2018 00:32
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 mowings/c1d3c7f5f79a6cea64cceb06daaf7352 to your computer and use it in GitHub Desktop.
Save mowings/c1d3c7f5f79a6cea64cceb06daaf7352 to your computer and use it in GitHub Desktop.
change ip address on ubuntu 16.x without a reboot
# Edit /etc/network/intefaces for the device to suite. (lets say en1)
ip addr flush en1 && systemctl restart networking.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment