Viewing File: /etc/network/interfaces

# 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
allow-hotplug eth0
iface eth0 inet static
	address 10.20.81.2
	netmask 255.255.255.0
	network 10.20.81.0
	broadcast 10.20.81.255
	gateway 10.20.81.1
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 195.187.245.51
Back to Directory File Manager