1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | $ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto enp5s0
iface enp5s0 inet static
address 10.42.0.1
#auto enp0s31f6
#iface enp0s31f6 inet static
# address 198.187.213.245
# netmask 255.255.255.0
# gateway 198.187.213.1
# dns-search eckerd.edu
# dns-nameservers 198.187.214.2
|