2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] randomly dropped connections -->
<!--X-From-R13: Pra Uerrne <terrneoNpnaqryngrpu.pbz> -->
<!--X-Date: Fri, 03 Mar 2000 00:24:10 &#45;0800 -->
<!--X-Message-Id: 38BF672C.D07B02F9#candelatech,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 200003030640.XAA32645@ami&#45;cg.GraySage.Edmonton.AB.CA -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] randomly dropped connections</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:greearb#candelatech,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00514.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00516.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00512.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00520.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00515">Author</A>
&nbsp;|&nbsp;<A HREF="#00515">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00515">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] randomly dropped connections</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] randomly dropped connections</LI>
<LI><em>From</em>: Ben Greear &lt;<A HREF="mailto:greearb#candelatech,com">greearb#candelatech,com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 03 Mar 2000 00:18:04 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
cg#ami-cg,GraySage.Edmonton.AB.CA wrote:
&gt; 
&gt; [Matthew Mihaly &lt;diablo#best,com&gt;:]
&gt; 
&gt; &gt; I have been having a rather serious problem lately with Achaea, and we are
&gt; &gt; relatively baffled. What is happening is that players are spontaneously
&gt; &gt; getting their links cut. This cannot be the fault of our code (which is
&gt; &gt; interpreted by the vortex engine), as we don't have the power to cut
&gt; &gt; someone's link in this manner (Basically, they lose their link, and then
&gt; &gt; our routine which cycles through looking for players with lost connections
&gt; &gt; ditches the player). It's happened to me a few times, and, when telnetting
&gt; &gt; straight from a linux prompt, the only message I receive is the
&gt; &gt; "connection cut by foreign host" (or something similar). The weird thing
&gt; &gt; is that it seems to 'follow' a character around for a bit. It COULD be our
&gt; &gt; vortex engine, but the author of it assures me he's not touched anything
&gt; &gt; to do with networking for over a year.
&gt; &gt;
&gt; &gt; Something JC said in his post about network setups made me wonder if maybe
&gt; &gt; our ISP (mudservices) has a bad piece of hardware. Could a faulty router
&gt; &gt; or something be causing this sort of problem?
&gt; 
&gt; I'm not a networking expert, so hopefully you'll get some replies from
&gt; some of them. However, the one thing that occurs to me is to find out
&gt; what you are seeing at your end. One way would be to get the author of
&gt; Vortex to put some debugging stuff in, to show the reasons for any
&gt; disconnection. If both ends of the connection see the equivalent of
&gt; "connection dropped by other end", then it sure looks like your ISP or
&gt; something.
&gt; 
&gt; Another way would be to put some kind of network tester box between your
&gt; host machine and the network connection. It should be able to see which
&gt; end is triggering the disconnect. From what I know of TCP/IP, such a
&gt; box should exist, but I don't know of any in particular. They won't
&gt; be cheap, so you would have to borrow one. Actually, a cheap PC with
&gt; a pair of ethernet cards could do the job, but I don't know if software
&gt; to handle it exists out there.

Actually, they are pretty cheap.  Get a pc, and run something like tcpdump,
or ethereal.  (This assumes you're running linux...)  If you have windows,
netxray is good, if very expensive.)

Also, you only need one NIC, just a hub to plug it into (that is also
plugged into your server of course.)  A ether-switch will NOT work for
snooping like this...  If you are fast, you can probably pull the link,
insert the hub, and re-connect fast enough to not lose too many connections :)

Put filters on to grab every IP pkt going between the two endpoint IP
addresses, and watch it go.  If it isn't obvious, if you can post a
log, or send it to me, I might be able to offer some help...

Ben

&gt; 
&gt; --
&gt; Don't design inefficiency in - it'll happen in the implementation.
&gt; 
&gt; Chris Gray     cg#ami-cg,GraySage.Edmonton.AB.CA
&gt;                <A  HREF="http://www.GraySage.Edmonton.AB.CA/cg/">http://www.GraySage.Edmonton.AB.CA/cg/</A>
&gt; 
&gt; _______________________________________________
&gt; MUD-Dev maillist  -  MUD-Dev#kanga,nu
&gt; <A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

-- 
Ben Greear (greearb#candelatech,com)  <A  HREF="http://scry.wanfear.com/~greear">http://scry.wanfear.com/~greear</A> 
Author of ScryMUD:  scry.wanfear.com 4444        (Released under GPL)
<A  HREF="http://scry.wanfear.com">http://scry.wanfear.com</A>



_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00512" HREF="msg00512.html">Re: [MUD-Dev] randomly dropped connections</A></STRONG>
<UL><LI><EM>From:</EM> cg#ami-cg,GraySage.Edmonton.AB.CA</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00514.html">RE: [MUD-Dev] (fwd) MU* hiasb#cc,gatech.edstory?</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00516.html">[MUD-Dev] Re: MUD-Dev digest, Vol 1 #298 - 11 msgs</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00512.html">Re: [MUD-Dev] randomly dropped connections</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00520.html">Re: [MUD-Dev] randomly dropped connections</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00515"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00515"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><strong><A NAME="00509" HREF="msg00509.html">[MUD-Dev] randomly dropped connections</A></strong>, 
Matthew Mihaly <a href="mailto:diablo#best,com">diablo#best,com</a>, Fri 03 Mar 2000, 05:28 GMT
<UL>
<LI><strong><A NAME="00527" HREF="msg00527.html">Re: [MUD-Dev] randomly dropped connections</A></strong>, 
adam <a href="mailto:adam#treyarch,com">adam#treyarch,com</a>, Sat 04 Mar 2000, 01:10 GMT
</LI>
<LI><strong><A NAME="00533" HREF="msg00533.html">Re: [MUD-Dev] randomly dropped connections</A></strong>, 
Kevin Littlejohn <a href="mailto:darius#connect,com.au">darius#connect,com.au</a>, Sat 04 Mar 2000, 05:02 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00512" HREF="msg00512.html">Re: [MUD-Dev] randomly dropped connections</A></strong>, 
cg <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Fri 03 Mar 2000, 06:41 GMT
<UL>
<LI><strong><A NAME="00515" HREF="msg00515.html">Re: [MUD-Dev] randomly dropped connections</A></strong>, 
Ben Greear <a href="mailto:greearb#candelatech,com">greearb#candelatech,com</a>, Fri 03 Mar 2000, 08:24 GMT
</LI>
<LI><strong><A NAME="00520" HREF="msg00520.html">Re: [MUD-Dev] randomly dropped connections</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sat 04 Mar 2000, 00:12 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00505" HREF="msg00505.html">[MUD-Dev] Mud Network Setup</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Fri 03 Mar 2000, 02:35 GMT
<UL>
<LI><strong><A NAME="00507" HREF="msg00507.html">Re: [MUD-Dev] Mud Network Setup</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Fri 03 Mar 2000, 04:06 GMT
<UL>
<LI><strong><A NAME="00510" HREF="msg00510.html">Re: [MUD-Dev] Mud Network Setup</A></strong>, 
David Bennett <a href="mailto:ddt#discworld,imaginary.com">ddt#discworld,imaginary.com</a>, Fri 03 Mar 2000, 05:51 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>