[Opensim-users] viewer hanging up at region handshake
GarminKawaguichi
garmin.kawaguichi at magalaxie.com
Fri Dec 14 13:31:47 UTC 2012
dyndns.org does not work properly with all the personal networks. It is
best to use your internal and external DNS in the file REGION.INI.
As has been said above, set your ports correctly, eg with port 9000 for
the simulator and the numerical sequence for regions (9001, 9002, 9003
...) it is preferable to set the port range 9000 to 9050 in both TCP AND
UDP.
In REGION.INI file, use an internal address (192.168.1.50 as you said)
to InternalPort and an external address (as said Justin and you can find
it with http://www.mon-ip.com/) for ExternalHostname. Which gives us ...
[reg1]
RegionUUID = "11111111-2222-3333-4444-555555555500"
Location = "5000,4997"
InternalAddress = 192.168.1.50
InternalPort = 9001
AllowAlternatePorts = False
ExternalHostName = "82.236.xxx.yyy"
MasterAvatarFirstName = First Name
MasterAvatarLastName = Last Name
MaxPrims = 15000
RegionType = "Mainland"
[reg2]
RegionUUID = "11111111-2222-3333-4444-555555555501"
Location = "5000,4998"
InternalAddress = 192.168.1.50
InternalPort = 9002
AllowAlternatePorts = False
ExternalHostName = "82.236.xxx.yyy"
MasterAvatarFirstName = First Name
MasterAvatarLastName = Last Name
MaxPrims = 15000
RegionType = "Mainland"
etc...etc...
GCI
Le 14/12/2012 12:47, Emperor Starfinder a écrit :
> when I changed it from 192.168.1.50 to example.dyndns.org I was not even
> able to log in from another machine on my network
More information about the Opensim-users
mailing list