Skip to content

Instantly share code, notes, and snippets.

@iKlotho
Created January 26, 2019 09:15
Show Gist options
  • Save iKlotho/00d5e0ceeaf6ad9afd19cebbfa6551eb to your computer and use it in GitHub Desktop.
Save iKlotho/00d5e0ceeaf6ad9afd19cebbfa6551eb to your computer and use it in GitHub Desktop.
debian ip
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