[Opensim-users] Awaiting region handshake

Gary Beck gab4gab at gmail.com
Mon Aug 15 13:28:33 UTC 2011


Pete,
   
   Here's a list of routers:  http://opensimulator.org/wiki/NAT_Loopback_Routers

   There was also a write-up on using... address translation or routing tables on a Linux system to substitute the local IP address in place of the external on the local lan here: http://opensimulator.org/wiki/Network_Settings

   It's difficult to find marketing material that mentions loop back.   What I did is get the router user guides and search those for the loop back function.  In the Cisco/Linksys manuals they talk about "Filter Internet NAT Redirection"
Filter Internet NAT Redirection-This filter prevents a local computer from using a URL or Internet IP address to access the local server. Select this option to enable the filter. This option is disabled by default.

I've used both a WRT54G and the E3200.  They support loop-back.  Filter Internet NAT Redirection disabled is how you turn loop back on.

Finally - there's a very ugly process where you can revise the hosts table entry as needed.  Local address while logging on locally.  External address while logging on remote.   Once you're logged in things are mostly OK while you stay inside a single region.   I've done that while testing.  

- Gary Beck

  ----- Original Message ----- 
  From: Guardian 
  To: opensim-users at lists.berlios.de 
  Sent: Monday, August 15, 2011 2:05 AM
  Subject: Re: [Opensim-users] Awaiting region handshake


  Hmmmm, OK.. that sounds logical. How do I get around this? Without buying a new router as there would be no way of knowing if it supports loop back until its in and running.


  On Aug 15, 2011 4:27 PM, "Gary Beck" <gab4gab at gmail.com> wrote:
  > If you use a host file on the server to resolve myusername.dyndns.org to 192.168.1.251 that can cause the handshake to fail. The server will hand the viewer [192.168.1.251 + the port of the region] as the address to use for the UDP handshake. That will fail from outside your lan.
  > 
  > ----- Original Message ----- 
  > From: Guardian 
  > To: opensim-users at lists.berlios.de 
  > Sent: Monday, August 15, 2011 12:15 AM
  > Subject: Re: [Opensim-users] Awaiting region handshake
  > 
  > 
  > My router does not like loopback, so if I try to access anything by the external name, it won't work. So I use the hosts file to point back to the server for internal use..
  > 
  > On Aug 15, 2011 3:51 PM, "Gary Beck" <gab4gab at gmail.com> wrote:
  > > Pete,
  > > From what you say I assume you have myusername.dyndns.org set up to be your external IP address. Browsing from outside your lan using myusername.dyndns.org:9000 to get the hippo page is some key info. Now I'm still wondering what you're doing in the hosts file. If your dyndns is set up to point to your external IP you shouldn't need to modify it using hosts.
  > > By the way for internal address 0.0.0.0 is normally the address is use.
  > > - Gary Beck
  > > ----- Original Message ----- 
  > > From: Guardian 
  > > To: opensim-users at lists.berlios.de 
  > > Sent: Sunday, August 14, 2011 11:30 PM
  > > Subject: Re: [Opensim-users] Awaiting region handshake
  > > 
  > > 
  > > Just before I answer these questions, note I just tried building a DNS server and using that instead of the hosts file, but it did not'help.
  > > 
  > > For external hostname I am using myusername.dyndns.org and I have Aldo tried my external IP address 202.155.etc
  > > 
  > > The internalhostname I've tried 0.0.0.0 as well as 192.168.1.251
  > > 
  > > I can also browse to myusername.dyndns.org:9000 and get the hippo page...
  > > 
  > > On Aug 15, 2011 2:31 PM, "Gary Beck" <gab4gab at gmail.com> wrote:
  > > > Pete,
  > > > These problems are tough to work through. I'm curious about what your have specified in your region parameters for ExternalHostName and what you're putting in the Host entry to point back to the server. Whatever you could reveal while protecting your network would help.
  > > > At handshake time the server hands the viewer an address to use for UDP. The problem could be that address isn't correct or the port is blocked (or both.) Since you seem sure the ports are open I'm wondering about the address.
  > > > - Gary
  > > > ----- Original Message ----- 
  > > > From: Guardian 
  > > > To: opensim-users at lists.berlios.de 
  > > > Sent: Sunday, August 14, 2011 10:04 PM
  > > > Subject: Re: [Opensim-users] Awaiting region handshake
  > > > 
  > > > 
  > > > I just tried changing the port to 9001 and forwarding that but still no go. 
  > > > 
  > > > On Aug 15, 2011 7:37 AM, "Guardian" <linux.deamon at gmail.com> wrote:
  > > > > Hi Guys,
  > > > > 
  > > > > Thanks for the suggestions, I've checked the ports and they seem fine, both
  > > > > 8002TCP and 9000TCP/UDP are open.
  > > > > 
  > > > > 
  > > > > 
  > > > > 
  > > > > On Mon, Aug 15, 2011 at 1:02 AM, Karen Palen <karenpalensl at gmail.com> wrote:
  > > > > 
  > > > >> I have always found that the free "Shields Up" at WWW.grc.com is a
  > > > >> "quick and dirty way" to verify that the ports are actually open and
  > > > >> working.
  > > > >>
  > > > >> I also found that my TOR relay setup uses 9000 series ports and can
  > > > >> interfere with extenal connections.
  > > > >>
  > > > >> There are a lot of links in that chain that can block the traffic!
  > > > >>
  > > > >> Karen
  > > > >>
  > > > >> On 08/14/2011 02:39 AM, Fleep Tuque wrote:
  > > > >> > Hi Pete,
  > > > >> >
  > > > >> > When I had similar symptoms, it turned out my virus protection software
  > > > >> was
  > > > >> > blocking UDP traffic. Usually it seems if you get as far as "waiting for
  > > > >> > region handshake", then your TCP traffic is ok but there's an issue with
  > > > >> the
  > > > >> > UDP traffic somewhere.
  > > > >> >
  > > > >> > If you have security software running, maybe try disabling it and seeing
  > > > >> if
  > > > >> > that changes anything, can also install a packet sniffer like Wireshark
  > > > >> to
  > > > >> > see what packets are coming and going in case that helps diagnose the
  > > > >> issue.
  > > > >> > Can also double check to make sure the proper ports are open with a 3rd
  > > > >> > party..
  > > > >> >
  > > > >> > Let us know if any of that helps and good luck!
  > > > >> >
  > > > >> > - Chris/Fleep
  > > > >> >
  > > > >> >
  > > > >> >
  > > > >> > On Sun, Aug 14, 2011 at 5:27 AM, Guardian <linux.deamon at gmail.com>
  > > > >> wrote:
  > > > >> >
  > > > >> >> Hi all,
  > > > >> >>
  > > > >> >> I'm running opensim in Robust grid mode, and I've been trying to connect
  > > > >> >> outside my LAN but just arnt having any luck.
  > > > >> >>
  > > > >> >> I get to awaiting region handshake, then the "we're having trouble
  > > > >> >> connecting" message. I know this is a fairly common issue, and here is
  > > > >> what
  > > > >> >> I've tried:
  > > > >> >>
  > > > >> >> Checking ports 8002 8001 and 9000 are forwarded to the correct server.
  > > > >> >>
  > > > >> >> Checked, rechecked and triplechecked regions.ini
  > > > >> >>
  > > > >> >> I dont think my router supports loop back so I set an entry in the hosts
  > > > >> >> file on the server so the external domain name points back to the
  > > > >> server.
  > > > >> >>
  > > > >> >> I've been at this for months, I even gave up and tried a bunch of other
  > > > >> >> Sims, but none of them have the features I want.
  > > > >> >>
  > > > >> >> Can anyone help step through this issue?
  > > > >> >>
  > > > >> >> Thanks in advance,
  > > > >> >> -Pete
  > > > >> >>
  > > > >> >> _______________________________________________
  > > > >> >> Opensim-users mailing list
  > > > >> >> Opensim-users at lists.berlios.de
  > > > >> >> https://lists.berlios.de/mailman/listinfo/opensim-users
  > > > >> >>
  > > > >> >>
  > > > >> >
  > > > >> >
  > > > >> >
  > > > >> > _______________________________________________
  > > > >> > Opensim-users mailing list
  > > > >> > Opensim-users at lists.berlios.de
  > > > >> > https://lists.berlios.de/mailman/listinfo/opensim-users
  > > > >> _______________________________________________
  > > > >> Opensim-users mailing list
  > > > >> Opensim-users at lists.berlios.de
  > > > >> https://lists.berlios.de/mailman/listinfo/opensim-users
  > > > >>
  > > > 
  > > > 
  > > > 
  > > > ------------------------------------------------------------------------------
  > > > 
  > > > 
  > > > _______________________________________________
  > > > Opensim-users mailing list
  > > > Opensim-users at lists.berlios.de
  > > > https://lists.berlios.de/mailman/listinfo/opensim-users
  > > 
  > > 
  > > 
  > > ------------------------------------------------------------------------------
  > > 
  > > 
  > > _______________________________________________
  > > Opensim-users mailing list
  > > Opensim-users at lists.berlios.de
  > > https://lists.berlios.de/mailman/listinfo/opensim-users
  > 
  > 
  > 
  > ------------------------------------------------------------------------------
  > 
  > 
  > _______________________________________________
  > Opensim-users mailing list
  > Opensim-users at lists.berlios.de
  > https://lists.berlios.de/mailman/listinfo/opensim-users



------------------------------------------------------------------------------


  _______________________________________________
  Opensim-users mailing list
  Opensim-users at lists.berlios.de
  https://lists.berlios.de/mailman/listinfo/opensim-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20110815/8e02fc25/attachment.html>


More information about the Opensim-users mailing list