[Opensim-users] SYSTEMIP and a repeated UseCircuitCode

Bulli avdleeuw at gmail.com
Thu Jun 24 10:12:20 UTC 2010


and setting all values in the ini files to there, after startup I find

> the following line in the opensim.log:
>
> INFO - OpenSim.OpenSim [NETWORK]: Using xx.xx.xx.228 as SYSTEMIP
>
> ...but that's my default IP address.
>
> Please be aware that this message is completely valid, and only informing
you of the fact that the variable SYSTEMIP has been filled with the value
xx.xx.xx.228

Quick look in the code:

m_log.InfoFormat("[NETWORK]: Using {0} as SYSTEMIP",
Util.GetLocalHost().ToString());

So the value of SYSTEMIP is based on the local host definition.

This does NOT mean that the value SYSTEMIP would actually be used in any
other place.

What did you grep for? SYSTEMIP, the hostname or the actual IP-address?
Remember that an IP-address of 0.0.0.0 will also map to the default.

Any chance you have (old) XML region files lying around with the default
IP-address?

Regards,

Bulli Schumann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20100624/c8ba95a0/attachment.html>


More information about the Opensim-users mailing list