I had a similar problem once where I was using a VPS that had a primary IP other than the one I needed to use.
To resolve this, I had to add the IP I wanted to use as the INTERNAL IP where you would normally see the 0.0.0.0 in a lot of configurations Regards Daz From: [email protected] [mailto:[email protected]] On Behalf Of Bulli Sent: 24 June 2010 11:12 To: [email protected] Subject: Re: [Opensim-users] SYSTEMIP and a repeated UseCircuitCode 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
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
