<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hudson, esta manhã eu também e mais um amigo estivemos com esse
problema louco. <br>
Agora parece que acalmou pq os meus usuários não estão reclamando
muito. Agora <br>
não sei se é pq pararam de usar a vono.<br>
<br>
eu criei um script linux maneiro para testar a vono, quem sabe lhe
seja de alguma utilidade, <br>
Eu gostaria de faze-lo mais esperto para enviar um email com esses
registros como a vono pede.<br>
Já que nao tem um testevono para linux, é melhor que nada...<br>
<br>
Acho que talvéz lhe seja útil como é pra mim. Pensei na remota ideia
de colocar no github, mas <br>
acho que muita pretensão minha néh...<br>
Detalhe: ele precisa do curl para poder pegar o IP externo atual (se
voce nao usa IP Fixo externo)<br>
vc pode alterar ou remover a linha se quiser... nao uso mais o
ipecho.net para ver o meu ip atual<br>
pq coloquei no meu site um similar que costuma funcionar igual.<br>
<br>
A linha em questão é a linha que começa com "ipatual="<br>
<br>
<br>
EM TEMPO: a vono quando vc abre um chamado por qualidade de ligação
pede um tracert (Windows) <br>
para 4 enderecos mais o ping mais o testevono pra windows. Então
como nunca me alembro dos IPs, <br>
era hora de um script. No linux o traceroute nao retorna igual ao
tracert windows, por isso <br>
os parametros -I e -n no traceroute.<br>
<br>
testevono.sh <br>
<tt># Script de teste do Link para a Vono</tt><tt><br>
</tt><tt># Escrito por Wagner de Queiroz em E203:1544</tt><tt><br>
</tt><tt># Executa os testes que a Vono pede para teste de qualidade
do Link</tt><tt><br>
</tt><tt># Exemplo de uso:</tt><tt><br>
</tt><tt>#</tt><tt><br>
</tt><tt># ./testevono</tt><tt><br>
</tt><tt>#</tt><tt><br>
</tt><tt><br>
</tt><tt># comando para saber o IP atual:</tt><tt><br>
</tt><tt>ipatual=`curl ipecho.net/plain`</tt><tt><br>
</tt><tt>echo " - IP atual:" $ipatual</tt><tt><br>
</tt><tt>echo - Fazendo o ping para a vono.net.br</tt><tt><br>
</tt><tt>ping -c10 vono.net.br</tt><tt><br>
</tt><tt>echo - Fazendo ping para 201.86.87.2</tt><tt><br>
</tt><tt>ping -c10 201.86.87.2</tt><tt><br>
</tt><tt>echo - Fazendo ping para 201.86.87.35</tt><tt><br>
</tt><tt>ping -c10 201.86.87.35</tt><tt><br>
</tt><tt>echo - Fazendo ping para 201.86.87.36</tt><tt><br>
</tt><tt>ping -c10 201.86.87.36</tt><tt><br>
</tt><tt>echo - fazendo o traceroute para vono.net.br</tt><tt><br>
</tt><tt>traceroute -I -n vono.net.br</tt><tt><br>
</tt><tt>echo - Fazendo o Traceroute para 201.86.87.2</tt><tt><br>
</tt><tt>traceroute -I -n 201.86.87.2</tt><tt><br>
</tt><tt>echo - Fazendo o Traceroute para 201.86.87.35</tt><tt><br>
</tt><tt>traceroute -I -n 201.86.87.35</tt><tt><br>
</tt><tt>echo - Fazendo o Traceroute para 201.86.87.36</tt><tt><br>
</tt><tt>traceroute -I -n 201.86.87.36</tt><tt><br>
</tt><tt>echo \* Fim dos testes</tt><tt><br>
</tt><br>
<br>
<br>
<br>
<br>
Rodei neste instante o script acima: olha o resultado:<br>
<br>
<br>
<tt>./testevono.sh </tt><tt><br>
</tt><tt> % Total % Received % Xferd Average Speed Time
Time Time Current</tt><tt><br>
</tt><tt> Dload Upload Total
Spent Left Speed</tt><tt><br>
</tt><tt> 0 15 0 15 0 0 21 0 --:--:--
--:--:-- --:--:-- 0</tt><tt><br>
</tt><tt> - IP atual: XXX.XXX.XXX.XXX</tt><tt><br>
</tt><tt>- Fazendo o ping para a vono.net.br</tt><tt><br>
</tt><tt>PING vono.net.br (201.86.87.35) 56(84) bytes of data.</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=1 ttl=49 time=15.9 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=2 ttl=49 time=17.6 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=3 ttl=49 time=19.9 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=4 ttl=49 time=16.1 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=5 ttl=49 time=15.4 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=6 ttl=49 time=16.2 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=7 ttl=49 time=15.7 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=8 ttl=49 time=60.5 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=9 ttl=49 time=15.9 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35.sbc.static.gvt.net.br
(201.86.87.35): icmp_seq=10 ttl=49 time=22.2 ms</tt><tt><br>
</tt><tt><br>
</tt><tt>--- vono.net.br ping statistics ---</tt><tt><br>
</tt><tt>10 packets transmitted, 10 received, 0% packet loss, time
9003ms</tt><tt><br>
</tt><tt>rtt min/avg/max/mdev = 15.476/21.590/60.505/13.139 ms</tt><tt><br>
</tt><tt>- Fazendo ping para 201.86.87.2</tt><tt><br>
</tt><tt>PING 201.86.87.2 (201.86.87.2) 56(84) bytes of data.</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=1 ttl=49 time=15.8 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=2 ttl=49 time=15.6 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=3 ttl=49 time=15.4 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=4 ttl=49 time=15.5 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=5 ttl=49 time=15.0 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=6 ttl=49 time=15.6 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=7 ttl=49 time=16.4 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=8 ttl=49 time=15.3 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=9 ttl=49 time=15.5 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.2: icmp_seq=10 ttl=49 time=15.6 ms</tt><tt><br>
</tt><tt><br>
</tt><tt>--- 201.86.87.2 ping statistics ---</tt><tt><br>
</tt><tt>10 packets transmitted, 10 received, 0% packet loss, time
9004ms</tt><tt><br>
</tt><tt>rtt min/avg/max/mdev = 15.097/15.625/16.408/0.358 ms</tt><tt><br>
</tt><tt>- Fazendo ping para 201.86.87.35</tt><tt><br>
</tt><tt>PING 201.86.87.35 (201.86.87.35) 56(84) bytes of data.</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=1 ttl=49 time=15.9 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=2 ttl=49 time=16.2 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=3 ttl=49 time=15.8 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=4 ttl=49 time=16.8 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=5 ttl=49 time=16.1 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=6 ttl=49 time=15.8 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=7 ttl=49 time=14.9 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=8 ttl=49 time=16.4 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=9 ttl=49 time=16.2 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.35: icmp_seq=10 ttl=49 time=15.8 ms</tt><tt><br>
</tt><tt><br>
</tt><tt>--- 201.86.87.35 ping statistics ---</tt><tt><br>
</tt><tt>10 packets transmitted, 10 received, 0% packet loss, time
9002ms</tt><tt><br>
</tt><tt>rtt min/avg/max/mdev = 14.963/16.043/16.841/0.475 ms</tt><tt><br>
</tt><tt>- Fazendo ping para 201.86.87.36</tt><tt><br>
</tt><tt>PING 201.86.87.36 (201.86.87.36) 56(84) bytes of data.</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=1 ttl=49 time=16.0 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=2 ttl=49 time=25.4 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=3 ttl=49 time=15.4 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=4 ttl=49 time=16.7 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=5 ttl=49 time=16.0 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=6 ttl=49 time=46.4 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=7 ttl=49 time=44.9 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=8 ttl=49 time=67.8 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=9 ttl=49 time=503 ms</tt><tt><br>
</tt><tt>64 bytes from 201.86.87.36: icmp_seq=10 ttl=49 time=15.7 ms</tt><tt><br>
</tt><tt><br>
</tt><tt>--- 201.86.87.36 ping statistics ---</tt><tt><br>
</tt><tt>10 packets transmitted, 10 received, 0% packet loss, time
9002ms</tt><tt><br>
</tt><tt>rtt min/avg/max/mdev = 15.443/76.833/503.504/143.250 ms</tt><tt><br>
</tt><tt>- fazendo o traceroute para vono.net.br</tt><tt><br>
</tt><tt>traceroute to vono.net.br (201.86.87.35), 30 hops max, 40
byte packets</tt><tt><br>
</tt><tt> 1 192.168.0.1 0.563 ms 0.685 ms 0.899 ms</tt><tt><br>
</tt><tt> 2 192.168.1.1 18.051 ms 18.707 ms 19.350 ms</tt><tt><br>
</tt><tt> 3 189.40.251.175 103.498 ms 104.234 ms 104.849 ms</tt><tt><br>
</tt><tt> 4 10.219.0.2 20.146 ms 20.790 ms 21.424 ms</tt><tt><br>
</tt><tt> 5 10.223.237.221 31.144 ms 31.810 ms 32.450 ms</tt><tt><br>
</tt><tt> 6 10.223.237.237 29.113 ms 29.322 ms 29.957 ms</tt><tt><br>
</tt><tt> 7 189.40.246.142 32.392 ms 15.832 ms 15.852 ms</tt><tt><br>
</tt><tt> 8 187.100.8.69 15.811 ms 15.749 ms 15.765 ms</tt><tt><br>
</tt><tt> 9 187.100.53.202 15.748 ms 187.100.53.206 23.364 ms
187.100.53.202 23.616 ms</tt><tt><br>
</tt><tt>10 * * *</tt><tt><br>
</tt><tt>11 187.115.213.113 21.647 ms 22.234 ms 20.948 ms</tt><tt><br>
</tt><tt>12 189.59.247.74 28.128 ms 28.870 ms 27.450 ms</tt><tt><br>
</tt><tt>13 187.115.220.41 28.079 ms 32.645 ms 21.653 ms</tt><tt><br>
</tt><tt>14 187.115.212.21 16.976 ms 19.392 ms 20.077 ms</tt><tt><br>
</tt><tt>15 201.86.87.35 20.054 ms 29.867 ms 42.010 ms</tt><tt><br>
</tt><tt>- Fazendo o Traceroute para 201.86.87.2</tt><tt><br>
</tt><tt>traceroute to 201.86.87.2 (201.86.87.2), 30 hops max, 40
byte packets</tt><tt><br>
</tt><tt> 1 192.168.0.1 0.552 ms 0.663 ms 0.882 ms</tt><tt><br>
</tt><tt> 2 192.168.1.1 18.184 ms 18.881 ms 19.566 ms</tt><tt><br>
</tt><tt> 3 189.40.251.175 20.195 ms 20.835 ms 21.471 ms</tt><tt><br>
</tt><tt> 4 10.219.0.1 22.119 ms 22.761 ms 23.391 ms</tt><tt><br>
</tt><tt> 5 10.223.229.65 24.019 ms 24.654 ms 25.280 ms</tt><tt><br>
</tt><tt> 6 10.223.237.237 25.925 ms 26.230 ms 26.760 ms</tt><tt><br>
</tt><tt> 7 189.40.246.142 27.146 ms 28.513 ms 28.501 ms</tt><tt><br>
</tt><tt> 8 201.28.249.245 28.459 ms 28.501 ms 28.526 ms</tt><tt><br>
</tt><tt> 9 187.100.53.202 28.526 ms 28.512 ms 28.544 ms</tt><tt><br>
</tt><tt>10 * * *</tt><tt><br>
</tt><tt>11 187.115.214.217 27.286 ms 25.962 ms 38.612 ms</tt><tt><br>
</tt><tt>12 187.115.213.197 38.967 ms 39.119 ms 25.245 ms</tt><tt><br>
</tt><tt>13 189.59.247.253 25.273 ms 25.264 ms 26.580 ms</tt><tt><br>
</tt><tt>14 187.115.212.17 24.565 ms 24.568 ms 25.225 ms</tt><tt><br>
</tt><tt>15 201.86.87.2 25.291 ms 36.916 ms 52.846 ms</tt><tt><br>
</tt><tt>- Fazendo o Traceroute para 201.86.87.35</tt><tt><br>
</tt><tt>traceroute to 201.86.87.35 (201.86.87.35), 30 hops max, 40
byte packets</tt><tt><br>
</tt><tt> 1 192.168.0.1 0.606 ms 0.697 ms 0.820 ms</tt><tt><br>
</tt><tt> 2 192.168.1.1 17.547 ms 18.196 ms 18.842 ms</tt><tt><br>
</tt><tt> 3 189.40.251.175 19.456 ms 20.097 ms 20.722 ms</tt><tt><br>
</tt><tt> 4 10.219.0.2 21.375 ms 22.003 ms 22.634 ms</tt><tt><br>
</tt><tt> 5 10.223.237.221 23.327 ms 23.949 ms 24.579 ms</tt><tt><br>
</tt><tt> 6 10.223.237.237 25.847 ms 25.906 ms 26.511 ms</tt><tt><br>
</tt><tt> 7 189.40.246.142 24.385 ms 28.132 ms 28.435 ms</tt><tt><br>
</tt><tt> 8 187.100.8.69 28.401 ms 28.391 ms 28.488 ms</tt><tt><br>
</tt><tt> 9 187.100.53.202 28.485 ms 28.407 ms 28.492 ms</tt><tt><br>
</tt><tt>10 * * *</tt><tt><br>
</tt><tt>11 187.115.213.113 27.232 ms 27.249 ms 27.206 ms</tt><tt><br>
</tt><tt>12 189.59.247.74 40.521 ms 39.261 ms 24.804 ms</tt><tt><br>
</tt><tt>13 187.115.220.41 26.680 ms 25.345 ms 25.989 ms</tt><tt><br>
</tt><tt>14 187.115.212.21 37.922 ms 37.872 ms 37.539 ms</tt><tt><br>
</tt><tt>15 201.86.87.35 30.865 ms 36.788 ms 53.621 ms</tt><tt><br>
</tt><tt>- Fazendo o Traceroute para 201.86.87.36</tt><tt><br>
</tt><tt>traceroute to 201.86.87.36 (201.86.87.36), 30 hops max, 40
byte packets</tt><tt><br>
</tt><tt> 1 192.168.0.1 0.547 ms 0.656 ms 0.880 ms</tt><tt><br>
</tt><tt> 2 192.168.1.1 17.496 ms 18.170 ms 18.814 ms</tt><tt><br>
</tt><tt> 3 189.40.251.175 20.791 ms 22.083 ms 22.717 ms</tt><tt><br>
</tt><tt> 4 10.219.251.2 19.397 ms 20.096 ms 21.396 ms</tt><tt><br>
</tt><tt> 5 10.223.229.57 25.916 ms 26.571 ms 27.393 ms</tt><tt><br>
</tt><tt> 6 10.223.237.245 23.302 ms 23.521 ms 24.124 ms</tt><tt><br>
</tt><tt> 7 189.40.246.142 24.493 ms 28.369 ms 28.379 ms</tt><tt><br>
</tt><tt> 8 201.28.249.241 28.453 ms 28.483 ms 28.451 ms</tt><tt><br>
</tt><tt> 9 187.100.53.194 28.419 ms 187.100.53.198 56.740 ms
56.751 ms</tt><tt><br>
</tt><tt>10 * * *</tt><tt><br>
</tt><tt>11 189.59.249.17 31.886 ms 32.628 ms 31.301 ms</tt><tt><br>
</tt><tt>12 179.185.129.73 35.414 ms 35.188 ms 22.863 ms</tt><tt><br>
</tt><tt>13 187.115.213.45 20.879 ms 20.793 ms 18.736 ms</tt><tt><br>
</tt><tt>14 187.115.212.21 20.773 ms 20.749 ms 20.881 ms</tt><tt><br>
</tt><tt>15 201.86.87.36 22.158 ms 32.856 ms 44.984 ms</tt><tt><br>
</tt><tt>* Fim dos testes</tt><br>
<br>
<div class="moz-signature">-- <br>
<img src="cid:part1.08000604.06090703@apexmic.com.br" border="0"></div>
</body>
</html>