Skip to content

Instantly share code, notes, and snippets.

@ManuelSimon
Created March 7, 2018 10:46
Show Gist options
  • Save ManuelSimon/f0de9b09f973dbafd15abc3599dd01bc to your computer and use it in GitHub Desktop.
Save ManuelSimon/f0de9b09f973dbafd15abc3599dd01bc to your computer and use it in GitHub Desktop.
Basics for a network connection
ip a a 193.144.44.78/24 dev eth0
route add default gw 193.144.44.1
# Already have cnx, but not DNS solving, so:
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
echo "nameserver 8.8.4.4" >> /etc/resolv.conf
service network-manager restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment