Created
October 18, 2023 14:54
-
-
Save karaketir16/7076f4b2d8ae9445fe8b2aa170746c75 to your computer and use it in GitHub Desktop.
static ip for systems with systemd
This file contains 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
#/etc/systemd/network/20-wired.network | |
[Match] | |
Name=eth0 | |
[Network] | |
Address=192.168.8.55/24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment