20 lines
470 B
Plaintext
20 lines
470 B
Plaintext
# 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
|
|
|
|
# The primary network interface (ETHERNET)
|
|
auto enp3s0
|
|
allow-hotplug enp3s0
|
|
iface enp3s0 inet dhcp
|
|
|
|
# Wi-Fi (DISABLED)
|
|
# allow-hotplug wlp2s0
|
|
# iface wlp2s0 inet dhcp
|
|
# wpa-ssid mindovermatter
|
|
# wpa-psk rackOHM61z
|