Skip to content

Instantly share code, notes, and snippets.

@Aebian
Created January 8, 2019 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aebian/8b2897dcbc388205886b5561d048a890 to your computer and use it in GitHub Desktop.
Save Aebian/8b2897dcbc388205886b5561d048a890 to your computer and use it in GitHub Desktop.
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto eno1
iface eno1 inet static
address XX.X.XX.XXX
netmask XXX.XXX.XXX.XX
gateway XX.X.XX.XXX
dns-nameserver 1.1.1.1 8.8.8.8 8.8.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment