backup of network config
This commit is contained in:
parent
18d0cc9b4d
commit
c15fd729dd
19
debian-network-interfaces.conf
Normal file
19
debian-network-interfaces.conf
Normal file
@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Loading…
Reference in New Issue
Block a user