15 lines
312 B
Text
15 lines
312 B
Text
|
# 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 ens18
|
||
|
iface ens18 inet manual
|
||
|
|
||
|
auto ens19
|
||
|
iface ens19 inet manual
|