4130271726@turbonetpro gvt25 Renomear o arquivo interfaces original cd /etc/network/ mv interfaces interfaces-dhcp Criar um novo arquivo interfaces nano /etc/network/interfaces colocar dentro: #Não esquecer de identar as linhas dos IPs # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug enp0s3 auto enp0s3 iface enp0s3 inet static address 192.168.1.4 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 # dns-* options are implemented by the resolvconf package, if installed # dns-nameservers 177.207.211.213 # dns-search antonini.psc.br após “comandar” systemctl daemon-reload