Last active
May 27, 2024 11:45
-
-
Save ph4ge/df4c444c779ef847783edbbf4b1f5abc to your computer and use it in GitHub Desktop.
Debian 12 - interface configuration for virtualbox
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
# 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