Browsing Brazilian Portuguese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Brazilian Portuguese guidelines.
19251934 of 3717 results
1925.
<emphasis role="bold">Broadcast Address</emphasis> The Broadcast Address is an IP address which allows network data to be sent simultaneously to all hosts on a given subnetwork rather than specifying a particular host. The standard general broadcast address for IP networks is 255.255.255.255, but this broadcast address cannot be used to send a broadcast message to every host on the Internet because routers block it. A more appropriate broadcast address is set to match a specific subnetwork. For example, on the private Class C IP network, 192.168.1.0, the broadcast address is 192.168.1.255. Broadcast messages are typically produced by network protocols such as the Address Resolution Protocol (ARP) and the Routing Information Protocol (RIP).
<emphasis role="bold">Endereço Broadcas</emphasis> O Endereço Broadcast é um endereço IP que permite que dados da rede sejam enviados simultaneamente para todos os hosts em uma dada subrede ao invés de especificar um host particular. O endereço broadcast padrão para redes IP normalmente é 255.255.255.255, mas este endereço de broadcast não pode ser usado para mandar uma mensagem de broadcast para todos os hosts na Internet pois os roteadores bloqueiam isso. Um endereço broadcast mais apropriado é definido para corresponder a uma subrede específica. Por exemplo, na rede IP privada Classe C, 192.168.1.0, o endereço broadcast é 192.168.1.255. Mensagens de broadcast são produzidas geralmente por protocolos de rede como o Protocolo de Resolução de Endereço (ARP, do inglês Address Resolution Protocol) e o Protocolo de Roteamento de Informação (RIP, do inglês Routing Information Protocol).
Translated by Daniel Neis
Reviewed by André Gondim
Located in serverguide/C/network-config.xml:684(para)
1926.
<emphasis role="bold">Gateway Address</emphasis> A Gateway Address is the IP address through which a particular network, or host on a network, may be reached. If one network host wishes to communicate with another network host, and that host is not located on the same network, then a <emphasis>gateway</emphasis> must be used. In many cases, the Gateway Address will be that of a router on the same network, which will in turn pass traffic on to other networks or hosts, such as Internet hosts. The value of the Gateway Address setting must be correct, or your system will not be able to reach any hosts beyond those on the same network.
<emphasis role="bold">Gateway Address</emphasis>Um Gateway Address é o endereço IP direto de uma rede particular, ou host em uma rede, podendo se estender. Se uma rede de host não define-se ao comunicar com outra rede de host, e aquele host não é localizado em uma mesma rede, então um <emphasis>gateway</emphasis> deve ser usado. Em muitos casos, o Gateway Anddress será de um roteador na mesma rede, que vai habilitar o trafico de passagem em outras redes ou hosts, tais como Internet hosts. O valor definido a um Gateway Address deve ser correto, ou seu sistema não será capaz de alcançar nenhum host ligado na mesma rede.
Translated and reviewed by Og Maciel
Located in serverguide/C/network-config.xml:697(para)
1927.
<emphasis role="bold">Nameserver Address</emphasis> Nameserver Addresses represent the IP addresses of Domain Name Service (DNS) systems, which resolve network hostnames into IP addresses. There are three levels of Nameserver Addresses, which may be specified in order of precedence: The <emphasis>Primary</emphasis> Nameserver, the <emphasis>Secondary</emphasis> Nameserver, and the <emphasis>Tertiary</emphasis> Nameserver. In order for your system to be able to resolve network hostnames into their corresponding IP addresses, you must specify valid Nameserver Addresses which you are authorized to use in your system's TCP/IP configuration. In many cases these addresses can and will be provided by your network service provider, but many free and publicly accessible nameservers are available for use, such as the Level3 (Verizon) servers with IP addresses from 4.2.2.1 to 4.2.2.6.
<emphasis role="bold">Endereço de Servidores de Nomes</emphasis> Endereços de Servidores de Nomes representam os endereços IP dos sistemas de Serviço de Nomes de Domínio, que convertem os nomes dos hosts da rede para endereços IP. Há três níveis de Endereços de Servidores de Nomes que podem ser especificados em ordem de precedência: O Servidor de Nomes <emphasis>Primário</emphasis>, o Servidor de Nomes <emphasis>Secundário</emphasis> e o Servidor de Nomes <emphasis>Terciário</emphasis>. Para que seu sistema seja capaz de traduzir os nomes dos hosts da rede em seus respectivos endereços IP, você deve especificar Endereços de Servidores de Nomes válidos que são autorizados para usar na configuração TCP/IP de seu sistema. Em muitos casos, estes endereços podem ser, e serão, providos pelo provedor de seu serviço de rede mas muitos servidores de nomes gratuitos e acessíveis publicamente estão disponíveis para uso, tais como servidor Level3 (Verizon) com os endereços IP de 4.2.2.1 a 4.2.2.6.
Translated and reviewed by André Gondim
Located in serverguide/C/network-config.xml:708(para)
1928.
The IP address, Netmask, Network Address, Broadcast Address, and Gateway Address are typically specified via the appropriate directives in the file <filename>/etc/network/interfaces</filename>. The Nameserver Addresses are typically specified via <emphasis>nameserver</emphasis> directives in the file <filename>/etc/resolv.conf</filename>. For more information, view the system manual page for <filename>interfaces</filename> or <filename>resolv.conf</filename> respectively, with the following commands typed at a terminal prompt:
O Endereço de IP, a Máscara de rede (netmask), o Endereço de rede, Endereço de broadcast, e o Endereço de Gateway são, em geral, especificados com as diretivas apropriadas no arquivo <filename>/etc/network/interfaces</filename>. O endereço do Servidor de Nomes (DNS) é em geral especificado pela diretiva <emphasis>nameserver</emphasis> no arquivo <filename>/etc/resolv.conf</filename>. Para maiores informações, veja a página de manual para <filename>interfaces</filename> ou <filename>resolv.conf</filename> respectivamente, com os seguintes comandos a serem digitados no terminal:
Translated and reviewed by Og Maciel
Located in serverguide/C/network-config.xml:722(para)
1929.
Access the system manual page for <filename>interfaces</filename> with the following command:
Acesse o sistema de páginas de manual para <filename>interfaces</filename> com o seguinte comando:
Translated and reviewed by Duda Nogueira
Located in serverguide/C/network-config.xml:729(para)
1930.
man interfaces
man interfaces
Translated and reviewed by Og Maciel
Located in serverguide/C/network-config.xml:734(command)
1931.
Access the system manual page for <filename>resolv.conf</filename> with the following command:
Acesse o sistema de páginas de manual para <filename>resolv.conf</filename> com o seguinte comando:
Translated and reviewed by Duda Nogueira
Located in serverguide/C/network-config.xml:737(para)
1932.
man resolv.conf
man resolv.conf
Translated and reviewed by Og Maciel
Located in serverguide/C/network-config.xml:741(command)
1933.
The common configuration elements of TCP/IP and their purposes are as follows: <placeholder-1/>
Os elementos básicos de configuração do TCP/IP e seus objetivos são os seguintes: <placeholder-1/>
Translated and reviewed by Og Maciel
Located in serverguide/C/network-config.xml:646(para)
1934.
IP Routing
Roteamento IP
Translated and reviewed by Yves Junqueira
Located in serverguide/C/network-config.xml:748(title)
19251934 of 3717 results

This translation is managed by Ubuntu Brazilian Portuguese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: ASF, Alex Rocha, Alexandro Silva, Allan Carvalho, Almufadado, Andersen Pecorone, Anderson Blaine, Andre Noel, André Gondim, André Marra, Antônio Ayres (LedStyle), Arthur Rodrigues, Augusto Cezar Amaral, Auro Florentino, Bruno Morais, Celio Ricardo Quaio Goetten, Daniel Neis, Daniel de Souza Telles, Duda Nogueira, Eberval Oliveira Castro, Fabio Maximiano, Felipe Bernardo Zorzo, Filipe Rosset, Fábio Nogueira, Gilberto "Kowalsky" Martins, Guilherme Gonçalves, Guilherme Nolasco, Gustavo Grasso, Joao Lopes, José Ramon B., Julio Neto, Kemel Zaidan aka Legendario, Laudeci Oliveira, Leandro, Leandro Gomes da Silva, Leonardo Bergamo, Leonardo Bernardes, Lucas Arruda, Lucien Rocha Lucien, Lucius Curado, Madson Coelho, Marcelo Lotif, Marcelo R. Minholi, Marcelo Subtil Marcal, Marcio José Atanásio, Marcus Lima, Mario A. C. Silva (Exp4nsion), MarlonChalegre, Mauricio Volkweis Astiazara, MauricioEiji, Milton Bender Jr., Mário Meyer, Norgeon, Og Maciel, Pedro Senna, Petrus Henrique Gonçalves Freire, Rafael Pezzi, Rafael Proença, Rafael Sachetto, Rafael Sfair, Rafael de Andrade Sousa, Removed by request, Ricardo Cropalato de Melo, Richard R Manzke, Rodrigo Henrique, Rogênio Belém, Rosinaldo Araújo Lima, Sebastião Luiz Guerra, Tarciso Amorim, ThiagoSerra, Tiago Hillebrandt, Tiago Vieira, Tomé, Tonismar, Ursula Junque, Virgilio Tenreira Afonso Junior, Wanderson Santiago dos Reis, Welington R. Braga, Welliton Sá, Yuri Malheiros, Yves Junqueira, billpessoni, edson_br, luiz.mineo, megazordfinal, paulomaia, programad, rics, victor nascimento de almeida, woiski.