[Opensim-users] SYSTEMIP and a repeated UseCircuitCode

Darren Williams darren at dmmhosting.co.uk
Thu Jun 24 12:45:45 UTC 2010


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: opensim-users-bounces at lists.berlios.de [mailto:opensim-users-bounces at lists.berlios.de] On Behalf Of Bulli
Sent: 24 June 2010 11:12
To: opensim-users at lists.berlios.de
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

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


More information about the Opensim-users mailing list