<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16440">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Thanks for that info Nicky.   I wish I'd 
known that a year ago.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Looking in Imprudence.log the first appearance of 
the region UDP address:port was in a line with this heading:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>LLCircuit::addCircuitData for </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>The log gives a fairly detailed account of what's 
going on during a handshake failure.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Gary</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=nickyperian@yahoo.com href="mailto:nickyperian@yahoo.com">Nicky 
  Perian</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=opensim-users@lists.berlios.de 
  href="mailto:opensim-users@lists.berlios.de">opensim-users@lists.berlios.de</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, January 22, 2012 12:47 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Opensim-users] Phoenix 
  Viewer hangs at "WaitingforRegionhandshake"</DIV>
  <DIV><BR></DIV>
  <DIV 
  style="BACKGROUND-COLOR: #fff; FONT-FAMILY: arial, helvetica, sans-serif; COLOR: #000; FONT-SIZE: 10pt">
  <DIV><SPAN>If not already done, look at the viewer log. It should have some 
  uri info at the message output point.<BR></SPAN></DIV>
  <DIV><BR></DIV>
  <DIV style="FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 10pt">
  <DIV 
  style="FONT-FAMILY: times new roman,new york,times,serif; FONT-SIZE: 12pt">
  <DIV dir=ltr><FONT size=2 face=Arial>
  <HR SIZE=1>
  <B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Gary Beck <<A 
  href="mailto:gab4gab@gmail.com">gab4gab@gmail.com</A>><BR><B><SPAN 
  style="FONT-WEIGHT: bold">To:</SPAN></B> <A 
  href="mailto:opensim-users@lists.berlios.de">opensim-users@lists.berlios.de</A> 
  <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sunday, January 22, 
  2012 10:27 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: 
  [Opensim-users] Phoenix Viewer hangs at "Waiting 
  forRegionhandshake"<BR></FONT></DIV><BR>Kenneth,<BR>  If you're logging 
  on to the region that uses port 9000 that's the port that will be 
  used.<BR>  Maybe a step by step on the handshake process will give a clue 
  -<BR><BR>      Your server passes the IP address of the region 
  paired with the port number to the viewer.<BR>      You 
  specify:<BR>          ExternalHostName = "<A 
  href="http://ec2-46-51-xxx-xxx.eu-west-1.compute.amazonaws.com" 
  target=_blank>ec2-46-51-xxx-xxx.eu-west-1.compute.amazonaws.com</A>"<BR>  
      Your server resolves that to an address and passed that (not the 
  URL string) along to the viewer.<BR>      This could cause a 
  problem if at the server the ExternalHostName is resolved to something other 
  than the proper external IP address (such as the local IP address.)<BR>  
      The viewer takes the passes address/port and attempts to 
  converse with the server using it.<BR>      Then if too much 
  time passes the viewer will declare a failure.<BR><BR>Typically the problem is 
  either wrong address used or port blocked.<BR>Because you're confident the 
  port is open now I'd look into the address being passed.  Unfortunately 
  the log messages related to the regions either show you 'resolved local 
  address:port' or 'unresolved URL address:port' which give no clue.  
  Perhaps someone knows a good tool to track down the actual address passed to 
  the viewer.<BR>- Gary<BR>----- Original Message ----- From: "Kenneth" <<A 
  href="mailto:stretchgargan@gmail.com" 
  ymailto="mailto:stretchgargan@gmail.com">stretchgargan@gmail.com</A>><BR>To: 
  <<A href="mailto:opensim-users@lists.berlios.de" 
  ymailto="mailto:opensim-users@lists.berlios.de">opensim-users@lists.berlios.de</A>><BR>Sent: 
  Sunday, January 22, 2012 10:47 AM<BR>Subject: Re: [Opensim-users] Phoenix 
  Viewer hangs at "Waiting forRegionhandshake"<BR><BR><BR>> On 08/01/2012 
  22:38, Gary Beck wrote:<BR>>> Kenneth,<BR>>>    Your 
  region parameters looks fine.  From what you've included it's clear that 
  you're reaching the TCP port 9000.<BR>>>    To complete the 
  handshake process and communicate with the region you also need to open port 
  9000 for UDP.  The handshake is there to verify that UDP communication is 
  working.<BR>>>    Hope that helps.<BR>>> - Gary<BR>> 
  <BR>> I opened UDP 9000 too (at first, I only had TCP 9000 open) on the 
  Amazon firewall. No joy.<BR>> <BR>> I've verified connectivity on TCP 
  and UDP 9000 by using NetCat on both sides.<BR>> <BR>> Does it use any 
  other ports?<BR>> <BR>> K.<BR>> <BR>> <BR>> 
  _______________________________________________<BR>> Opensim-users mailing 
  list<BR>> <A href="mailto:Opensim-users@lists.berlios.de" 
  ymailto="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</A><BR>> 
  <A href="https://lists.berlios.de/mailman/listinfo/opensim-users" 
  target=_blank>https://lists.berlios.de/mailman/listinfo/opensim-users</A> 
  <BR><BR>_______________________________________________<BR>Opensim-users 
  mailing list<BR><A href="mailto:Opensim-users@lists.berlios.de" 
  ymailto="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</A><BR><A 
  href="https://lists.berlios.de/mailman/listinfo/opensim-users" 
  target=_blank>https://lists.berlios.de/mailman/listinfo/opensim-users</A><BR><BR><BR></DIV></DIV></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Opensim-users 
  mailing 
  list<BR>Opensim-users@lists.berlios.de<BR>https://lists.berlios.de/mailman/listinfo/opensim-users<BR></BLOCKQUOTE></BODY></HTML>