Skip to content

Instantly share code, notes, and snippets.

@ph4ge
Last active May 27, 2024 11:45
Show Gist options
  • Save ph4ge/df4c444c779ef847783edbbf4b1f5abc to your computer and use it in GitHub Desktop.
Save ph4ge/df4c444c779ef847783edbbf4b1f5abc to your computer and use it in GitHub Desktop.
Debian 12 - interface configuration for virtualbox
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto enp0s8
iface enp0s8 inet static
address 192.168.56.101
netmask 255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment