And Glider is in San Jose, CA ^^<br><br><div><span class="gmail_quote">On 5/4/06, <b class="gmail_sendername">Jason Foxdie Bhalla-Gaunt</b> &lt;<a href="mailto:foxdie@blueyonder.co.uk">foxdie@blueyonder.co.uk</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Results from Squirrel can be found at<br><a href="http://www.foxdie.co.uk/priv/traces.log">
http://www.foxdie.co.uk/priv/traces.log</a><br><br>As for Squirrels actual location, I only know it's in Germany :)<br><br>Pippin Bear wrote:<br>&gt; This morning I saw the discussion in #opers last night about the state<br>
&gt; of the network and thought I'd try to do something about it.<br>&gt;<br>&gt; For each server, could someone please do a traceroute from that server<br>&gt; to each other server in the list below and mail me the results, please?
<br>&gt; I will accumulate the output here: <a href="http://husky.floof.org/anthrochat/">http://husky.floof.org/anthrochat/</a><br>&gt; I'll then mull over the results and see if I can propose a better link<br>&gt; plan for the network.
<br>&gt;<br>&gt; Easy way to get the traceroutes (works on Debian, might not work on<br>&gt; others): paste this into a POSIX /bin/sh-compatible shell on your server<br>&gt; and mail me the output.<br>&gt;<br>&gt; ##### cut here #####
<br>&gt; for dest in 66.71.226.37:cheetah.anthrochat.net \<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 208.185.247.163:glider.anthrochat.net \<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 213.166.30.68:husky.anthrochat.net \<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 205.244.242.238:lion.anthrochat.net
 \<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 67.18.92.223:otter.anthrochat.net \<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 65.110.40.90:pholph.anthrochat.net \<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 66.148.84.24:snowleopard.anthrochat.net \<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 83.246.116.54:squirrel.anthrochat.net
 \<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 204.14.18.130:tixen.anthrochat.net<br>&gt; do<br>&gt;&nbsp;&nbsp; addr=&quot;$(expr &quot;$dest&quot; : '\(.*\):')&quot;<br>&gt;&nbsp;&nbsp; name=&quot;$(expr &quot;$dest&quot; : '.*:\(.*\)')&quot;<br>&gt;&nbsp;&nbsp; echo; echo &quot;$name&quot;; echo &quot;$name&quot; | tr -c '\n' =; echo
<br>&gt;&nbsp;&nbsp; mtr --report &quot;$addr&quot; || /usr/sbin/traceroute &quot;$addr&quot; || traceroute &quot;$addr&quot;<br>&gt;&nbsp;&nbsp; echo<br>&gt; done<br>&gt; ##### cut here #####<br>&gt;<br>&gt; [I prefer using mtr (&lt;URL:<a href="http://www.bitwizard.nl/mtr/">
http://www.bitwizard.nl/mtr/</a>&gt;, apt-gettable<br>&gt; in Debian) to traceroute these days myself: it uses ICMP instead of UDP<br>&gt; so works through more firewalls, it tends to send packets more evenly<br>&gt; spaced which helps get realistic results and is nicer to the network,
<br>&gt; and it runs in a more predictable amount of time.&nbsp;&nbsp;Also the output is<br>&gt; prettier. ;) The only downside I've found so far is that it seems to<br>&gt; ignore (some?) ICMP errors coming back; won't show &quot;network unreachable&quot;
<br>&gt; replies for example.]<br>&gt;<br>&gt; If the above script doesn't work for you, here's the list of hosts to<br>&gt; traceroute to.&nbsp;&nbsp;Please trace using the IP address, not the name - otter,<br>&gt; at least, is currently CNAMEd to a rotary.
<br>&gt;<br>&gt; <a href="http://66.71.226.37">66.71.226.37</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://cheetah.anthrochat.net">cheetah.anthrochat.net</a><br>&gt; <a href="http://208.185.247.163">208.185.247.163</a> <a href="http://glider.anthrochat.net">
glider.anthrochat.net</a><br>&gt; <a href="http://213.166.30.68">213.166.30.68</a>&nbsp;&nbsp; <a href="http://husky.anthrochat.net">husky.anthrochat.net</a><br>&gt; <a href="http://205.244.242.238">205.244.242.238</a> <a href="http://lion.anthrochat.net">
lion.anthrochat.net</a><br>&gt; <a href="http://67.18.92.223">67.18.92.223</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://otter.anthrochat.net">otter.anthrochat.net</a><br>&gt; <a href="http://65.110.40.90">65.110.40.90</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://pholph.anthrochat.net">
pholph.anthrochat.net</a><br>&gt; <a href="http://66.148.84.24">66.148.84.24</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://snowleopard.anthrochat.net">snowleopard.anthrochat.net</a><br>&gt; <a href="http://83.246.116.54">83.246.116.54</a>&nbsp;&nbsp; <a href="http://squirrel.anthrochat.net">
squirrel.anthrochat.net</a><br>&gt; <a href="http://204.14.18.130">204.14.18.130</a>&nbsp;&nbsp; <a href="http://tixen.anthrochat.net">tixen.anthrochat.net</a><br>&gt;<br>&gt; While we're at it, could you also let me know two other things.&nbsp;&nbsp;First,
<br>&gt; the physical location of your server, rounded to the nearest town or city,<br>&gt; so that I can put it in the right place on the Google-based map I want<br>&gt; to get back to working on soon.&nbsp;&nbsp;I'll list the info I have on the same
<br>&gt; page as above.<br>&gt;<br>&gt; Second, which servers you'd like notifications about from nagios, and what<br>&gt; email addresses you'd like the notifications to go to.&nbsp;&nbsp;Personally, I'm<br>&gt; going to have notifications for all servers, because I'm nosy like that.
<br>&gt; By default I'll assume you want notifications for your own server only,<br>&gt; and to send them to your email address as subscribed to the mailing list.<br>&gt; (I plan to stop sending alerts to the mailing list soon, because those
<br>&gt; often seem to get delayed and are then useless and spammy.)&nbsp;&nbsp;I'm happy<br>&gt; to send to multiple addresses for you if you like.&nbsp;&nbsp;If you want terse<br>&gt; emails sent to an address which forwards to an SMS phone or pager,
<br>&gt; please mention that.<br>&gt;<br>&gt; Wheee.<br>&gt;<br>&gt; Pippin<br>&gt; _______________________________________________<br>&gt; Admins mailing list<br>&gt; <a href="mailto:Admins@lists.anthrochat.net">Admins@lists.anthrochat.net
</a><br>&gt; <a href="http://lists.anthrochat.net/mailman/listinfo/admins">http://lists.anthrochat.net/mailman/listinfo/admins</a><br>&gt;<br>&gt;<br>&gt;<br><br>--<br>Jason &quot;Foxdie&quot; Bhalla-Gaunt<br><a href="http://www.foxdie.co.uk/">
http://www.foxdie.co.uk/</a><br>(All email content is for the intended eye(s) of the recipient<br>and may NOT be used without express permission in a court of law or any<br>other legal or business proceedings)<br><br>_______________________________________________
<br>Admins mailing list<br><a href="mailto:Admins@lists.anthrochat.net">Admins@lists.anthrochat.net</a><br><a href="http://lists.anthrochat.net/mailman/listinfo/admins">http://lists.anthrochat.net/mailman/listinfo/admins</a>
<br></blockquote></div><br>