Skip to content

Instantly share code, notes, and snippets.

@lutoma
Created November 29, 2013 20:59
Show Gist options
  • Select an option

  • Save lutoma/7711935 to your computer and use it in GitHub Desktop.

Select an option

Save lutoma/7711935 to your computer and use it in GitHub Desktop.
#!/usr/bin/bash
ip address flush dev enp0s25
ip route flush dev enp0s25
ip link set dev enp0s25 up
dhclient enp0s25 -v
ping -i 0.02 -c 20 82-198-211-222.briteline.de
tracepath 82-198-211-222.briteline.de
echo
echo
ip a show dev enp0s25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment