and setting all values in the ini files to there, after startup I find
            <br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div bgcolor="#ffffff" text="#000000"><div><div class="h5">
<blockquote type="cite"><blockquote type="cite"><blockquote type="cite"><blockquote type="cite"><blockquote type="cite"><blockquote type="cite">
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></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></div></div></div></blockquote></div>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 <br>
<br>Quick look in the code: <br><br>m_log.InfoFormat("[NETWORK]: Using {0} as SYSTEMIP", Util.GetLocalHost().ToString());<br><br>So the value of SYSTEMIP is based on the local host definition. <br><br>This does NOT mean that the value SYSTEMIP would actually be used in any other place. <br>
<br>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. <br><br>Any chance you have (old) XML region files lying around with the default IP-address? <br>
<br>Regards, <br><br>Bulli Schumann<br><br>