Skip to content

Instantly share code, notes, and snippets.

@RamazanBIYIK
Created September 2, 2019 07:55
Show Gist options
  • Save RamazanBIYIK/6a08c28cc25d58c160a4a5e5786eadda to your computer and use it in GitHub Desktop.
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,
ip link set dev {devicename} up
dhclient -v {devicename}
Device name can be found with "service --status-all"
@RamazanBIYIK
Copy link
Author

Desktop olmadığı için network komutlarına aşina olmak gerekmekte.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment