This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
policies:linkapp [2012/09/09 16:42] – dcraig | policies:linkapp [2014/05/18 02:21] (current) – dcraig | ||
---|---|---|---|
Line 113: | Line 113: | ||
=== Pings and Traceroutes === | === Pings and Traceroutes === | ||
- | Please submit the results of a ping and a traceroute to each of the IP addresses in the current | + | Please submit the results of a ping and a traceroute to each of the current |
< | < | ||
- | dig +short irc.afternet.org | xargs -n 1 ping -c 10 >> afternet.txt | + | cat afternet-server-ips.txt | xargs -n 1 ping -c 10 >> afternet.txt |
- | dig +short irc.afternet.org | xargs -n 1 traceroute >> afternet.txt | + | cat afternet-server-ips.txt | xargs -n 1 traceroute >> afternet.txt |
</ | </ | ||