<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Am 23.06.2010 11:36, schrieb Marck:
<blockquote cite="mid:4C21D5B9.4070801@nexgo.de" type="cite"><br>
  <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 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 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
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 fine.
I
        <br>
looked quite a lot, but could not find, where I can set this value 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
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
xx.xx.xx.228" message?
  <br>
  <br>
1) In RegionConfig.ini (or Regions.ini if OpenSim automatically 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>
Opensim-users mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
  <br>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
  <br>
  <br>
  <br>
</blockquote>
<font face="Helvetica, Arial, sans-serif"><br>
Hi Marck<br>
<br>
I tried it with and without "...", restarted the region(s) only or all
4 services (currently grid mode, but also happened when testing
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.
I currently load 17 regions, so the SYSTEMIP message should also turn
up 17 times during startup, but it only shows once after all regions
are loaded at the end of the startup process right after "INFO  -
OpenSim.OpenSim [!]STARTUP COMPLETE", so it should be some server wide
setting somewhere ... or do I see that wrong?<br>
<br>
<br>
</font>
</body>
</html>