Placa de rede ubuntu server 18.04 [RESOLVIDO]

37. Re: Placa de rede ubuntu server 18.04 [RESOLVIDO]

Buckminster
Buckminster

(usa Debian)

Enviado em 24/08/2021 - 17:41h

A instalação do .deb correu sem erros?
dpkg -i nome_do_pacote.deb


________________________________________________
Sanou tua dúvida, resolveu teu problema?
Então marque como Resolvido e escolha a Melhor Resposta.

Ou então execute:
# chown -R root:root /
# mount -o remount,rw /
# reboot

e veja o sistema derreter na sua frente.



  


38. Re: Placa de rede ubuntu server 18.04 [RESOLVIDO]

André Bartels
Bartels

(usa Ubuntu)

Enviado em 24/08/2021 - 17:42h


Sem erro algum...


39. Re: Placa de rede ubuntu server 18.04

Buckminster
Buckminster

(usa Debian)

Enviado em 24/08/2021 - 17:45h

Bartels escreveu:


Sem erro algum...


Dê um
ip link set enp0s3 up
apt-get install -f
e veja as informações na saída desse comando.

E teste o comando:
ifup -a

________________________________________________
Sanou tua dúvida, resolveu teu problema?
Então marque como Resolvido e escolha a Melhor Resposta.

Ou então execute:
# chown -R root:root /
# mount -o remount,rw /
# reboot

e veja o sistema derreter na sua frente.



40. Re: Placa de rede ubuntu server 18.04 [RESOLVIDO]

André Bartels
Bartels

(usa Ubuntu)

Enviado em 24/08/2021 - 17:51h

saidas

oot@srv03:/home/server# ip link set enp0s3 up
root@srv03:/home/server# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
python3-attr python3-automat python3-constantly python3-hyperlink
python3-incremental python3-pam python3-pyasn1 python3-pyasn1-modules
python3-service-identity python3-twisted python3-twisted-bin
python3-zope.interface
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
root@srv03:/home/server#




41. Re: Placa de rede ubuntu server 18.04

Buckminster
Buckminster

(usa Debian)

Enviado em 24/08/2021 - 17:58h

Teste o comando como root ou com sudo:
ifup -a

Execute:
systemctl stop systemd-networkd.socket systemd-networkd network-dispatcher systemd-networkd-wait-online
Este comando acima é temporário, caso reiniciar, deve executar de novo. Depois tornamos ele permanente.

ifdown enp0s3
No interfaces coloque
auto enp0s3
iface enp0s3 inet dhcp

E teste
ifup enp0s3
Se o ifup não estiver funcionando use o ip link, mas se a instalação do .deb correu sem erros deve estar funcionando.
apt-get update


________________________________________________
Sanou tua dúvida, resolveu teu problema?
Então marque como Resolvido e escolha a Melhor Resposta.

Ou então execute:
# chown -R root:root /
# mount -o remount,rw /
# reboot

e veja o sistema derreter na sua frente.



42. Re: Placa de rede ubuntu server 18.04 [RESOLVIDO]

André Bartels
Bartels

(usa Ubuntu)

Enviado em 24/08/2021 - 18:06h

no
systemctl stop systemd-networkd.socket systemd-networkd network-dispatcher systemd-networkd-wait-online
me retornou erro


root@srv03:/home/server# sudo ifup -a
root@srv03:/home/server# systemctl stop systemd-networkd.socket systemd-networkd network-dispatcher systemd-networkd-wait-online
Failed to stop network-dispatcher.service: Unit network-dispatcher.service not loaded.
root@srv03:/home/server# ifdown enp3s0
Unknown interface enp3s0
root@srv03:/home/server# vim /etc/network/interfaces
root@srv03:/home/server# cat /etc/network/interfaces
# ifupdown has been replaced by netplan(5) on this system. See
# /etc/netplan for current configuration.
# To re-enable ifupdown on this system, you can run:
# sudo apt install ifupdown
auto enp3s0
iface enp3s0 inet dhcp
root@srv03:/home/server#


43. Re: Placa de rede ubuntu server 18.04

Buckminster
Buckminster

(usa Debian)

Enviado em 24/08/2021 - 18:21h

Bartels escreveu:

no
systemctl stop systemd-networkd.socket systemd-networkd network-dispatcher systemd-networkd-wait-online
me retornou erro


root@srv03:/home/server# sudo ifup -a
root@srv03:/home/server# systemctl stop systemd-networkd.socket systemd-networkd network-dispatcher systemd-networkd-wait-online
Failed to stop network-dispatcher.service: Unit network-dispatcher.service not loaded.
root@srv03:/home/server# ifdown enp3s0
Unknown interface enp3s0
root@srv03:/home/server# vim /etc/network/interfaces
root@srv03:/home/server# cat /etc/network/interfaces
# ifupdown has been replaced by netplan(5) on this system. See
# /etc/netplan for current configuration.
# To re-enable ifupdown on this system, you can run:
# sudo apt install ifupdown
auto enp3s0
iface enp3s0 inet dhcp
root@srv03:/home/server#


Os serviços já estavam parados, não é erro.

Reiniciou a rede?
/etc/init.d/network restart
ou
service networking restart

Edite o /etc/systemd/resolved.conf
Descomente a linha DNS= na seção [Resolve] e deixe assim:
DNS=8.8.8.8
Caso quiser dois:
DNS=8.8.8.8 x.x.x.x
Ali mesmo no resolved.conf tem sugestões de DNS.
Salve e saia, reinicie a rede.

Dê ifconfig para ver o nome da interface.

root@srv03:/home/server# ifdown enp3s0
Unknown interface enp3s0
Reconheceu o comando, mas não reconhece o nome da interface.
A interface é enp0s3


________________________________________________
Sanou tua dúvida, resolveu teu problema?
Então marque como Resolvido e escolha a Melhor Resposta.

Ou então execute:
# chown -R root:root /
# mount -o remount,rw /
# reboot

e veja o sistema derreter na sua frente.



44. Re: Placa de rede ubuntu server 18.04 [RESOLVIDO]

André Bartels
Bartels

(usa Ubuntu)

Enviado em 24/08/2021 - 18:27h


no restart retornou erro



root@srv03:/home/server# cat /etc/systemd/resolved.conf
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See resolved.conf(5) for details

[Resolve]
#DNS=
#FallbackDNS=
#Domains=
#LLMNR=no
#MulticastDNS=no
#DNSSEC=no
#Cache=yes
#DNSStubListener=yes

root@srv03:/home/server# /etc/init.d/network restart
bash: /etc/init.d/network: No such file or directory

root@srv03:/home/server# cat /etc/systemd/resolved.conf
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See resolved.conf(5) for details

[Resolve]
#DNS=
#FallbackDNS=
#Domains=
#LLMNR=no
#MulticastDNS=no
#DNSSEC=no
#Cache=yes
#DNSStubListener=yes
root@srv03:/home/server# /etc/init.d/network restart
bash: /etc/init.d/network: No such file or directory
root@srv03:/home/server# service networking restart
Job for networking.service failed because the control process exited with error code.
See "systemctl status networking.service" and "journalctl -xe" for details.





45. Re: Placa de rede ubuntu server 18.04

Buckminster
Buckminster

(usa Debian)

Enviado em 24/08/2021 - 18:29h

Tenta:
systemctl restart systemd-networkd
ou
systemctl start systemd-networkd

E tome cuidado no nome da interface para não se confundir.
enp0s3.

O correto é
/etc/init.d/networking restart


________________________________________________
Sanou tua dúvida, resolveu teu problema?
Então marque como Resolvido e escolha a Melhor Resposta.

Ou então execute:
# chown -R root:root /
# mount -o remount,rw /
# reboot

e veja o sistema derreter na sua frente.



46. Re: Placa de rede ubuntu server 18.04 [RESOLVIDO]

Patrick
Freud_Tux

(usa Outra)

Enviado em 24/08/2021 - 18:40h


Buckminster escreveu:
"[...]

Se aparecer NO-CARRIER e/ou state DOWN, somado com "Link detected: no" do dmesg, é quase certeza de que é algum problema físico.
O normal é aparecer algo como

2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> etc, etc, etc, state UP...

A placa não está detectando o link ao iniciar, por isso tu precisa setar manualmente toda vez e inicializar a placa.
Talvez tu possa colocar o comando ip link set enp0s3 up para inicializar criando um arquivo /etc/rc.local, mas isso é uma "gambiarra" provisória.
Aconselho a identificar o problema.


________________________________________________
Sanou tua dúvida, resolveu teu problema?
Então marque como Resolvido e escolha a Melhor Resposta.

Ou então execute:
# chown -R root:root /
# mount -o remount,rw /
# reboot

e veja o sistema derreter na sua frente.


Buckminster!

Teria algum link que explique os estados das placas de, como esses:

NO-CARRIER,BROADCAST,MULTICAST,UP
BROADCAST,MULTICAST,UP,LOWER_UP


Tipo, como na parte que eu grifei acima, na sua mensagem? Na man do ip tem? Andei vendo e não achei nada.

T+ e valeus

-------------------------------------------------------------------------------------------------------------------------------------------------
Noob: "[...]Sou muito noob ainda usando o terminal, então preciso de ajuda "mastigada", pra operá-lo."
zhushazang: "Sou velho e meus dentes desgastados. Estude linux www.guiafoca.org";

" Ignorance is bliss, for learning is the highest joy. " - High Elf Archer


47. Re: Placa de rede ubuntu server 18.04 [RESOLVIDO]

André Bartels
Bartels

(usa Ubuntu)

Enviado em 24/08/2021 - 18:44h

Só tenho a agradeçer o empenho e o conhecimento exemplar do membro Buckminster e dos demais membros deste forum

Executei os procedimentos listados e arrumei o nome que coloquei errado na interfaces e no reboot rodou de boa.

MUITO OBRIGADO



48. Re: Placa de rede ubuntu server 18.04 [RESOLVIDO]

Buckminster
Buckminster

(usa Debian)

Enviado em 24/08/2021 - 18:56h

Bartels escreveu:

Só tenho a agradeçer o empenho e o conhecimento exemplar do membro Buckminster e dos demais membros deste forum

Executei os procedimentos listados e arrumei o nome que coloquei errado na interfaces e no reboot rodou de boa.

MUITO OBRIGADO


De nada.
Está conectando?
Execute
apt-get autoremove
apt-get clean
apt-get update

Lembre dos repositórios.

________________________________________________
Sanou tua dúvida, resolveu teu problema?
Então marque como Resolvido e escolha a Melhor Resposta.

Ou então execute:
# chown -R root:root /
# mount -o remount,rw /
# reboot

e veja o sistema derreter na sua frente.







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts