Skip to content

Instantly share code, notes, and snippets.

@fabiocruzcoelho
Created March 3, 2017 13:11
Show Gist options
  • Save fabiocruzcoelho/0d967aa5c31517a759f3ceff586fdae5 to your computer and use it in GitHub Desktop.
Save fabiocruzcoelho/0d967aa5c31517a759f3ceff586fdae5 to your computer and use it in GitHub Desktop.
Comando para configurar rede manual via commandline
ip addr add 172.16.22.1/16 dev eth0
ip route add default via 192.168.1.254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment