Created
March 7, 2018 10:46
-
-
Save ManuelSimon/f0de9b09f973dbafd15abc3599dd01bc to your computer and use it in GitHub Desktop.
Basics for a network connection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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