Eu sou novo no Linux e pensei em configurar um servidor. Eu tenho tido problemas ao tentar configurar meu endereço IP estático
aqui está o que eu tenho até agora
/ etc / network / interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto enp4s0
iface enp4s0 inet static
address 192.168.1.150
netmask 255.255.255.0
network 192.168.1.255
gateway 192.168.1.1
dns-nameservers 8.8.8.8
quando eu verifico o ifconfig, é isso que eu recebo (eu gravei isso manualmente porque eu não posso pegar uma sreenshot da página de terminal porque eu não consigo importar nada)
ifconfig -a
enp4s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet6 fe80::d685:64ff:fec1:6101 prefixlen 64 scopeid 0x20<link>
ether d4:85:64:c1:61:01 txqueuelen 1000 (Ethernet)
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
wlp3s0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 1c:65:9d:5d:9b:8a txqueuelen 1000 (Ethernet)
Não tenho certeza do que estou fazendo de errado, mas qualquer ajuda seria apreciada. Obrigado