-
-
Save iKlotho/00d5e0ceeaf6ad9afd19cebbfa6551eb to your computer and use it in GitHub Desktop.
debian ip
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
dir -> /etc/network/interfaces | |
eno -> ethernet connection | |
change iface inet eno1 dynamic to static | |
append | |
address xx.x.x.x | |
netmask x.x.x.x | |
gateway xx.x.x.x | |
service network restart | |
ifup eno1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment