<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://wiki.projetoroot.com.br/index.php?action=history&amp;feed=atom&amp;title=Renomear_Interfaces_do_Debian_9</id>
	<title>Renomear Interfaces do Debian 9 - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.projetoroot.com.br/index.php?action=history&amp;feed=atom&amp;title=Renomear_Interfaces_do_Debian_9"/>
	<link rel="alternate" type="text/html" href="https://wiki.projetoroot.com.br/index.php?title=Renomear_Interfaces_do_Debian_9&amp;action=history"/>
	<updated>2026-06-04T01:00:36Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.projetoroot.com.br/index.php?title=Renomear_Interfaces_do_Debian_9&amp;diff=60&amp;oldid=prev</id>
		<title>Diegocosta: Renomear Interface de Rede para ethXX no Debian 9</title>
		<link rel="alternate" type="text/html" href="https://wiki.projetoroot.com.br/index.php?title=Renomear_Interfaces_do_Debian_9&amp;diff=60&amp;oldid=prev"/>
		<updated>2017-09-15T17:47:00Z</updated>

		<summary type="html">&lt;p&gt;Renomear Interface de Rede para ethXX no Debian 9&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Sobre==&lt;br /&gt;
Olá! Visitante, reunimos aqui, informações sobre como fazer a alteração do nome das interfaces no Debian 9, que passou de eth para enp0, assim muitas pessoas acabam se confundindo na hora de executar algumas configurações, então caso queira voltar a ter os nomes identificados por eth,basta fazer os passos abaixo, com isso o sistema volta a chamar as interfaces de rede com as identificações já bem conhecidas.&lt;br /&gt;
&lt;br /&gt;
==Renomear Interface de Rede para ethXX no Debian 9==&lt;br /&gt;
&lt;br /&gt;
*1 - Editar o grub&lt;br /&gt;
&lt;br /&gt;
    nano /etc/default/grub&lt;br /&gt;
&lt;br /&gt;
*Comente a linha abaixo&lt;br /&gt;
&lt;br /&gt;
    #GRUB_CMDLINE_LINUX_DEFAULT=&amp;quot;quiet&amp;quot;&lt;br /&gt;
    &lt;br /&gt;
    #Adicione esta linha para que o ifnames deixa o padrão eth &lt;br /&gt;
    GRUB_CMDLINE_LINUX_DEFAULT=&amp;quot;net.ifnames=0 quiet&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*2 - Atualize o Grub com o comando abaixo&lt;br /&gt;
   update-grub&lt;br /&gt;
&lt;br /&gt;
*3 - Edite o seu arquivo interfaces e altere para eth0 ou eth1 a inteface&lt;br /&gt;
   nano /etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
Exemplo:&lt;br /&gt;
   allow-hotplug eth0 iface &lt;br /&gt;
   iface eth0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
*4 - Reinicie o sistema com o comando abaixo&lt;br /&gt;
   reboot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Para fazer a alteração sem reinicio do sistema faça após o passo 03 e não faça o passo 04 (XX = nome atribuído para a interface.)&lt;br /&gt;
&lt;br /&gt;
   ip link set enp0XX down&lt;br /&gt;
   ip link set enp0XX name eth0&lt;br /&gt;
   ip link set eth0 up&lt;/div&gt;</summary>
		<author><name>Diegocosta</name></author>
	</entry>
</feed>