Created
September 2, 2019 07:55
-
-
Save RamazanBIYIK/6a08c28cc25d58c160a4a5e5786eadda to your computer and use it in GitHub Desktop.
Newly created centos minimal have no network configuration. You need do it by manually,
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 link set dev {devicename} up | |
dhclient -v {devicename} | |
Device name can be found with "service --status-all" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Desktop olmadığı için network komutlarına aşina olmak gerekmekte.