This is the output from snoop, as far as i can tell we are trying to send the MAC to the remote server and it fails to connect to the remote port within the required time, which causes the script to fail. This is the example from a failure:
IP1 -> sat03-ce2 TCP D=5000 S=56412 Ack=2181156585 Seq=3603286738 +Len=0 Win=49640 sat03-ce2 -> IP1 TCP D=56394 S=5000 Fin Ack=1768367342 Seq=1949488034 +Len=0 Win=24820 IP1 -> sat03-ce2 TCP D=5000 S=56394 Ack=1949488035 Seq=1768367342 +Len=0 Win=49640 sat03-ce2 -> IP1 TCP D=56398 S=5000 Fin Ack=2343943522 Seq=3248338299 +Len=0 Win=24820 IP1 -> sat03-ce2 TCP D=5000 S=56398 Ack=3248338300 Seq=2343943522 +Len=0 Win=49640 sat03-ce2 -> IP1 TCP D=56400 S=5000 Fin Ack=2222230736 Seq=3317204210 +Len=0 Win=24820
This is the example from a successful message:
IP1 -> sat00-ce2 TCP D=5555 S=56377 Ack=2308315944 Seq=2692239599 +Len=0 Win=49640 IP1 -> sat00-ce2 TCP D=5555 S=56395 Ack=3480489146 Seq=2257027015 +Len=0 Win=49640 IP1 -> sat00-ce2 TCP D=5555 S=56413 Syn Seq=1640347427 Len=0 Win=49640 + Options=<mss 1460,nop,wscale 0,nop,nop,sackOK>

In reply to Re^2: session expiry by trelane
in thread session expiry by trelane

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.