OwlCyberSecurity - MANAGER
Edit File: 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 auto ens192 iface ens192 inet static address 172.16.86.2 netmask 255.255.255.192 gateway 172.16.86.1 dns-nameservers 172.16.60.62