<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Am 23.06.2010 12:51, schrieb Marck:
<blockquote cite="mid:4C21E73D.8010408@nexgo.de" type="cite">FoTo50
wrote:
<br>
<blockquote type="cite"> Am 23.06.2010 11:36, schrieb Marck:
<br>
<blockquote type="cite"><br>
FoTo50 wrote:
<br>
<blockquote type="cite">On 23/06/2010 02:54, Justin Clark-Casey
wrote:
<br>
<blockquote type="cite">On 22/06/10 18:52, FoTo50 wrote:
<br>
<blockquote type="cite">Can somebody tell me where I can find
a possibility to set the
<br>
SYSTEMIP?
<br>
<br>
I use Linux with several IP's and dont want to use the default IP for
<br>
opensim but an additional one. Even setting the subdomain to the
<br>
2nd IP
<br>
and setting all values in the ini files to there, after startup I find
<br>
the following line in the opensim.log:
<br>
<br>
INFO - OpenSim.OpenSim [NETWORK]: Using xx.xx.xx.228 as SYSTEMIP
<br>
<br>
...but that's my default IP address.
<br>
<br>
This caused for me big problems at login after a fresh install of
<br>
0.6.9:
<br>
the login got stuck at the region handshake. In the log file I could
<br>
find always 3times the following line:
<br>
<br>
WARN - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]:
<br>
Ignoring a repeated UseCircuitCode from
<br>
723e059f-36be-45fb-8bc9-999efe5de9d5 at xx.xx.xx.xx:56000 for circuit
<br>
340530339
<br>
<br>
and then the client (tried with Hippo and Imprudence) stopped.
<br>
<br>
After setting the subdomain to the default IP, everything worked
<br>
fine. I
<br>
looked quite a lot, but could not find, where I can set this value
<br>
to my
<br>
desired IP address.
<br>
</blockquote>
<br>
This setting is in the bin/Regions/Regions.ini file. You can set it
<br>
directly to an IP address.
<br>
<br>
Regards,
<br>
<br>
--
<br>
Justin Clark-Casey (justincc)
<br>
<a class="moz-txt-link-freetext" href="http://justincc.org">http://justincc.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://twitter.com/justincc">http://twitter.com/justincc</a>
<br>
</blockquote>
<br>
Hi Justin
<br>
<br>
I tried that already, but this does not change the message (and
<br>
setting):
<br>
<br>
INFO - OpenSim.OpenSim [NETWORK]: Using xx.xx.xx.228 as SYSTEMIP
<br>
<br>
But it should be xx.xx.xx.236 which is the first additional IP address
<br>
at eth0 (btw. the OS is openSuSE 11.2 with Mono 2.4.2.3). It looks like
<br>
somehow it just takes the basic IP from eth0 and this obviously causes
a
<br>
lack of comunication during the region handshake that results in a
login
<br>
failure.
<br>
<br>
Greetings
<br>
Georg
<br>
</blockquote>
<br>
Hi George,
<br>
<br>
Did you actually do the following steps and still get the "Using
<br>
xx.xx.xx.228" message?
<br>
<br>
1) In RegionConfig.ini (or Regions.ini if OpenSim automatically
<br>
created the file), change the setting
<br>
ExternalHostName = SYSTEMIP
<br>
to
<br>
ExternalHostName = "xx.xx.xx.236"
<br>
<br>
2) Restart the region.
<br>
<br>
</blockquote>
<br>
Hi Marck
<br>
<br>
I tried it with and without "...", restarted the region(s) only or all
4
<br>
services (currently grid mode, but also happened when testing
<br>
standalone) - it doesnt make any change.
<br>
<br>
But I'm also not sure if the error is to be located in the regions.ini.
<br>
I currently load 17 regions, so the SYSTEMIP message should also turn
up
<br>
17 times during startup, but it only shows once after all regions are
<br>
loaded at the end of the startup process right after "INFO -
<br>
OpenSim.OpenSim [!]STARTUP COMPLETE", so it should be some server wide
<br>
setting somewhere ... or do I see that wrong?
<br>
</blockquote>
<br>
Then I suspect that the settings in your RegionsConfig.ini are not the
culprit. I also do not use "SYSTEMIP" in any of my region settings and
still get that log message. I guess OpenSim is just telling you what
address it *would* use, if you specified SYSTEMIP somewhere in your
configuration.
<br>
<br>
Have you double-checked that all IP addresses in your other
configuration files use the correct address (e.g. in the [Network]
section of OpenSim.ini)?
<br>
</blockquote>
<font face="Helvetica, Arial, sans-serif"><br>
Not just double-checked .... I already fell it like hundrets times ;)<br>
<br>
With grep I found 3 more settings in 2 xml files (UserServer_Config.xml
and MessagingServer_Config.xml) that are probably written during the
initial setup process - I did never touch them before. But even
changing those values did not change anything.<br>
<br>
I actually prefer rather to enter subdomains than fixed IP adresses
since changing those is easier than searching throug all the ini and
xml files.<br>
<br>
</font>
</body>
</html>