<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://rjgs.com.br/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Tracerout</id>
	<title>Tracerout - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://rjgs.com.br/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Tracerout"/>
	<link rel="alternate" type="text/html" href="https://rjgs.com.br/mediawiki/index.php?title=Tracerout&amp;action=history"/>
	<updated>2026-05-13T04:53:33Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://rjgs.com.br/mediawiki/index.php?title=Tracerout&amp;diff=218&amp;oldid=prev</id>
		<title>Rjgs: Criou página com &#039;= Tracerout =  == O que é? ==  Programa do Linux que exibe a rota dos pacotes tcp até um destino específico, usando o protocolo ICMP e o TTL dos pacotes para a identificação.   No Windows ele chama-se &lt;code&gt;tracert&lt;/code&gt;  == Instalação ==   sudo apt install tracerout -y  == Sintaxe ==   tracerout [opção] destino   Opções  * &#039;&#039;&#039;-n&#039;&#039;&#039;: exibe apenas IP&#039;s omitindo o nome.  * &#039;&#039;&#039;-V&#039;&#039;&#039;: Exibe a versão do traceroute  * &#039;&#039;&#039;-4&#039;&#039;&#039;: Use IPv4  * &#039;&#039;&#039;-6&#039;&#039;&#039;: Use IPv6  * &#039;&#039;...&#039;</title>
		<link rel="alternate" type="text/html" href="https://rjgs.com.br/mediawiki/index.php?title=Tracerout&amp;diff=218&amp;oldid=prev"/>
		<updated>2024-09-06T20:33:36Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039;= Tracerout =  == O que é? ==  Programa do Linux que exibe a rota dos pacotes tcp até um destino específico, usando o protocolo ICMP e o TTL dos pacotes para a identificação.   No Windows ele chama-se &amp;lt;code&amp;gt;tracert&amp;lt;/code&amp;gt;  == Instalação ==   sudo apt install tracerout -y  == Sintaxe ==   tracerout [opção] destino   Opções  * &amp;#039;&amp;#039;&amp;#039;-n&amp;#039;&amp;#039;&amp;#039;: exibe apenas IP&amp;#039;s omitindo o nome.  * &amp;#039;&amp;#039;&amp;#039;-V&amp;#039;&amp;#039;&amp;#039;: Exibe a versão do traceroute  * &amp;#039;&amp;#039;&amp;#039;-4&amp;#039;&amp;#039;&amp;#039;: Use IPv4  * &amp;#039;&amp;#039;&amp;#039;-6&amp;#039;&amp;#039;&amp;#039;: Use IPv6  * &amp;#039;&amp;#039;...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Tracerout =&lt;br /&gt;
&lt;br /&gt;
== O que é? ==&lt;br /&gt;
&lt;br /&gt;
Programa do Linux que exibe a rota dos pacotes tcp até um destino específico, usando o protocolo ICMP e o TTL dos pacotes para a identificação.&lt;br /&gt;
&lt;br /&gt;
 No Windows ele chama-se &amp;lt;code&amp;gt;tracert&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Instalação ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt install tracerout -y&lt;br /&gt;
&lt;br /&gt;
== Sintaxe ==&lt;br /&gt;
&lt;br /&gt;
 tracerout [opção] destino &lt;br /&gt;
&lt;br /&gt;
Opções&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-n&amp;#039;&amp;#039;&amp;#039;: exibe apenas IP&amp;#039;s omitindo o nome.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-V&amp;#039;&amp;#039;&amp;#039;: Exibe a versão do traceroute&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-4&amp;#039;&amp;#039;&amp;#039;: Use IPv4&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-6&amp;#039;&amp;#039;&amp;#039;: Use IPv6&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-d  --debug&amp;#039;&amp;#039;&amp;#039;: Enable socket level debugging&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-F  --dont-fragment&amp;#039;&amp;#039;&amp;#039;: Do not fragment packets&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-f first_ttl  --first=first_ttl&amp;#039;&amp;#039;&amp;#039;: Start from the first_ttl hop (instead from 1)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-g gate,...  --gateway=gate,...&amp;#039;&amp;#039;&amp;#039;: Route packets through the specified gateway (maximum 8 for IPv4 and 127 for IPv6)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-I  --icmp&amp;#039;&amp;#039;&amp;#039;: Use ICMP ECHO for tracerouting&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-T  --tcp&amp;#039;&amp;#039;&amp;#039;: Use TCP SYN for tracerouting (default port is 80)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-i device  --interface=device&amp;#039;&amp;#039;&amp;#039;: Specify a network interface to operate with&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-m max_ttl  --max-hops=max_ttl&amp;#039;&amp;#039;&amp;#039;: Set the max number of hops (max TTL to be reached). Default is 30&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-N squeries  --sim-queries=squeries&amp;#039;&amp;#039;&amp;#039;: Set the number of probes to be tried simultaneously (default is 16)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-p port  --port=port&amp;#039;&amp;#039;&amp;#039;: Set the destination port to use. It is either initial udp port value for &amp;quot;default&amp;quot; method (incremented by each probe, default is 33434), or initial seq for &amp;quot;icmp&amp;quot; (incremented as well, default from 1), or some constant destination port for other methods (with default of 80 for &amp;quot;tcp&amp;quot;, 53 for &amp;quot;udp&amp;quot;, etc.)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-t tos  --tos=tos&amp;#039;&amp;#039;&amp;#039;: Set the TOS (IPv4 type of service) or TC (IPv6 traffic class) value for outgoing packets&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-l flow_label  --flowlabel=flow_label&amp;#039;&amp;#039;&amp;#039;: Use specified flow_label for IPv6 packets&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-w MAX,HERE,NEAR  --wait=MAX,HERE,NEAR&amp;#039;&amp;#039;&amp;#039;: Wait for a probe no more than HERE (default 3) times longer than a response from the same hop,or no more than NEAR (default 10) times than some next hop, or MAX (default 5.0) seconds (float point values llowed too)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-q nqueries  --queries=nqueries&amp;#039;&amp;#039;&amp;#039;: Set the number of probes per each hop. Default is 3&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-r&amp;#039;&amp;#039;&amp;#039;: Bypass the normal routing and send directly to a host on an attached network&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-s src_addr  --source=src_addr&amp;#039;&amp;#039;&amp;#039;: Use source src_addr for outgoing packets&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-z sendwait  --sendwait=sendwait&amp;#039;&amp;#039;&amp;#039;: Minimal time interval between probes (default 0). If the value is more than 10, then it specifies a  number in milliseconds, else it is a number of seconds (float point values allowed too)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-e  --extensions            Show ICMP extensions (if present), including MPLS&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-A  --as-path-lookups&amp;#039;&amp;#039;&amp;#039;: Perform AS path lookups in routing registries and print results directly after the corresponding addresses&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-O OPTS,...  --options=OPTS,...&amp;#039;&amp;#039;&amp;#039;: Use module-specific option OPTS for the traceroute module. Several OPTS allowed, separated by comma. If OPTS is &amp;quot;help&amp;quot;, print info about available options&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;--fwmark=num&amp;#039;&amp;#039;&amp;#039;: Set firewall mark for outgoing packets&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-U  --udp&amp;#039;&amp;#039;&amp;#039;: Use UDP to particular port for tracerouting (instead of increasing the port per each probe), default port is 53&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-UL&amp;#039;&amp;#039;&amp;#039;: Use UDPLITE for tracerouting (default dest port is 53)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-D  --dccp&amp;#039;&amp;#039;&amp;#039;: Use DCCP Request for tracerouting (default port is 33434)&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-P prot  --protocol=prot&amp;#039;&amp;#039;&amp;#039;: Use raw packet of protocol prot for tracerouting&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;--back&amp;#039;&amp;#039;&amp;#039;: Guess the number of hops in the backward path and print if it differs&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;-V  --version&amp;#039;&amp;#039;&amp;#039;: Print version info and exit&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;--help&amp;#039;&amp;#039;&amp;#039;: Read this help and exit&lt;br /&gt;
&lt;br /&gt;
Argumentos:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;host&amp;#039;&amp;#039;&amp;#039;: The host to traceroute to&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;packetlen&amp;#039;&amp;#039;&amp;#039;: The full packet length (default is the length of an IP header plus 40). Can be ignored or increased to a minimal allowed value&lt;br /&gt;
&lt;br /&gt;
== Fonte ==&lt;br /&gt;
&lt;br /&gt;
* https://www.youtube.com/watch?v=BfHIXNKFu2s&amp;amp;t=58s&lt;/div&gt;</summary>
		<author><name>Rjgs</name></author>
	</entry>
</feed>