Changes

Jump to navigation Jump to search
566 bytes added ,  12:51, 21 November 2017
Created page with " <nowiki># This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interf..."
<nowiki># 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
auto ens32
iface ens32 inet static
address 20.1.40.109
netmask 255.255.255.0
gateaway 20.1.40.1
dns-nameservers 20.1.40.23
up route add -net 15.17.160.0 netmask 255.255.240.0 gw 20.1.40.1

# The primary network interface
auto ens33
iface ens33 inet dhcp
</nowiki>

Navigation menu