/etc/resolv.conf Permanente

1. /etc/resolv.conf Permanente

Nelson Buarque
tyrk

(usa Fedora)

Enviado em 28/10/2016 - 23:16h

Boa noite a todos,

Coloquei no meu arquivo /etc/resolv.conf:

nameserver 8.8.8.8 


Mas sempre que eu reinicio o computados a configuração some, se não me engano esse arquivo armazena na flash, alguem saberia me dizer se tem como colocar essa configuração permanente?

Talver o comando:

# chattr +i /etc/resolv.conf



Obg,.


  


2. Re: /etc/resolv.conf Permanente

Perfil removido
removido

(usa Nenhuma)

Enviado em 28/10/2016 - 23:28h

chattr +i /etc/resolv.conf

Este comando funciona.

Seria bom deixar um par de IPs resolvedores no arquivo. Algo como

nameserver 208.67.222.222
nameserver 208.67.220.220

ou

nameserver 8.8.8.8
nameserver 8.8.4.4

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



3. Re: /etc/resolv.conf Permanente

Nelson Buarque
tyrk

(usa Fedora)

Enviado em 28/10/2016 - 23:37h

listeiro_037 escreveu:

chattr +i /etc/resolv.conf

Este comando funciona.

Seria bom deixar um par de IPs resolvedores no arquivo. Algo como

nameserver 208.67.222.222
nameserver 208.67.220.220

ou

nameserver 8.8.8.8
nameserver 8.8.4.4

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden


@listeiro_037

Então, mas está dando isso:

root@tyrk-pc:/etc# chattr +i /etc/resolv.conf
chattr: Operação não suportada durante leitura de bandeiras em /etc/resolv.conf



4. Re: /etc/resolv.conf Permanente

Perfil removido
removido

(usa Nenhuma)

Enviado em 28/10/2016 - 23:46h

Qual o sistema de arquivos da partição do /etc/?
Qual a linha de montagem da partição do /etc/ em /etc/fstab?

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



5. Re: /etc/resolv.conf Permanente

Nelson Buarque
tyrk

(usa Fedora)

Enviado em 28/10/2016 - 23:53h

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=23771632-8eb1-4e96-a4f3-aaadf6282d29 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=e46ddbb1-9f5f-409e-b711-530f1107abc0 none swap sw 0 0



6. Re: /etc/resolv.conf Permanente

Perfil removido
removido

(usa Nenhuma)

Enviado em 29/10/2016 - 00:04h

Acabo de ler algo sobre usar chattr -i /etc/resolv.conf antes.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



7. Re: /etc/resolv.conf Permanente

Nelson Buarque
tyrk

(usa Fedora)

Enviado em 29/10/2016 - 00:07h

Que estranho, o mesmo resultado:


root@tyrk-pc:/etc# chattr -i /etc/resolv.conf
chattr: Operação não suportada durante leitura de bandeiras em /etc/resolv.conf


Vou reiniciar a maquina e tentar novamente


8. Re: /etc/resolv.conf Permanente

Perfil removido
removido

(usa Nenhuma)

Enviado em 29/10/2016 - 00:10h

Tente ver as permissões do arquivo com

lsattr /etc/resolv.conf

e

ls -l /etc/resolv.conf

EDIT:

Acabei de ler que, dependendo do que controla a rede como, por exemplo, network-manager, o arquivo resolv.conf será ignorado.

Não tenho maiores detalhes.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



9. Re: /etc/resolv.conf Permanente

Nelson Buarque
tyrk

(usa Fedora)

Enviado em 31/10/2016 - 22:45h

Ainda não consegui,

Alguém sabe como colocar a configuração do arquivo
 /etc/resolv.conf:  
como fixa?


10. Re: /etc/resolv.conf Permanente

berghetti
berghetti

(usa Debian)

Enviado em 01/11/2016 - 12:28h

Edite o arquivo /etc/resolvconf/resolv.conf.d/head


echo "nameserver 208.67.222.222" >> /etc/resolvconf/resolv.conf.d/head
echo "nameserver 8.8.8.8" >> /etc/resolvconf/resolv.conf.d/head


depois atualize o resolv.conf

resolvconf -u 







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts