This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
policies:linkapp [2010/03/31 02:15] – dcraig | policies:linkapp [2014/05/18 02:21] (current) – dcraig | ||
---|---|---|---|
Line 16: | Line 16: | ||
==== ISP ==== | ==== ISP ==== | ||
- | We cannot even consider hosts who are connected though NOCs with less than 3 Gbps bandwidth due to DDOS concerns. No cablemodems or DSL either, obviously. Preference is given to those with (at least) a dual-homed connection. The closer to a large backbone the better. We're looking for high reliability, | + | We cannot even consider hosts who are connected though NOCs with less than 3 Gbps bandwidth due to DDOS concerns. No cablemodems or DSL either, obviously. Preference is given to those with (at least) a dual-homed connection. The closer to a large backbone the better. We're looking for high reliability, |
==== System ==== | ==== System ==== | ||
Line 97: | Line 97: | ||
Are you responsible with power? | Are you responsible with power? | ||
- | Would you say you have above average [[http://quiz.ivillage.com/health/tests/ | + | Would you say you have above average [[http://en.wikipedia.org/wiki/Emotional_intelligence|emotional intelligence]]? |
Have you ever directly or indirectly taken control of a computer system without the owners permission? If yes, please explain. | Have you ever directly or indirectly taken control of a computer system without the owners permission? If yes, please explain. | ||
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 |
</ | </ | ||