]> git.llucax.com Git - z.facultad/75.43/tp2.git/blob - tracerouteall
arreglo las tablas de ruteo de un host de cada red, hay que meterlo en el informe
[z.facultad/75.43/tp2.git] / tracerouteall
1 #!/bin/sh
2 hosts="www alf3 friends65 csi193 action1 action2 brigada34 brigada33 seinfeld2 trfs194 hosta hostb hostc trfs193 swat37 swat38 heman130 dukes196 dukes193 dukes194 simpsons2 simpsons1 simpsons129 heman130 host hostt telnet seinfeld1 hosf hostf ftp"
3
4 for host in $hosts
5 do
6         echo -n "Tracerouteando $host: "
7         traceroute $host
8         echo
9 done