Hello again<br><br>... and thx Kyle, but it didn't either work when I tried to change the internal_ip_address of my region to my real server IP. I should emphasize that it works fine in standalone mode, all on one remote server, and I connect to it from home with the standard viewer. So I add here below some additional configuration informations. Please refer to the first post all the relevant settings and configurations and for the fatal error showing up when trying to start the region server after succesfully running the UGAIM servers.<br>
<br>I'm sure, I'm missing something very basic, but I don't see it... Thx for any help,<br>Martin<br><br>1) System Configuration (additional info)<br>-----------------------------------<br>- OpenSim Version: 0.6.1 r7907 from SVN (I forgot this important info in the first post), self compiled with Mono 1.9.1<br>
- Maybe this is important: the (debian) machine runs with two network interfaces, IP-nr. 1 on the physical (the one I refer to as <my server IP> in all OpenSim configuration settings), and IP-nr. 2 on a virtual one. The setup and routing should be correct, as well as the DNS and /etc/hosts, and as far as my present use goes (running the usual stuff like apache, mysql, postfix, cyrus and bind among others), I've never run into any kind of IP-related problems.<br>
<br>4) The region and estate configurations (additional info)<br>---------------------------------------------------------<br>* The single region I want to start, default.xml:<br>
<Root><br>
<Config sim_UUID="f64f10e3-d753-4e4f-b03e-b73a3456ab51"
sim_name="default" sim_location_x="1172" sim_location_y="1172"
internal_ip_address="<my server IP>" internal_ip_port="9000"
allow_alternate_ports="false" external_host_name="<my server IP>"
master_avatar_uuid="00000000-0000-0000-0000-000000000000"
master_avatar_first="<firstname>"
master_avatar_last="<lastname>"
master_avatar_pass="<password>"
lastmap_uuid="8b5f3f95-850d-43e1-92ab-181a4a7492a0"
lastmap_refresh="1230824676" /><br>
</Root><br>
<br>* estate_settings.xml:<br>
<Root><br>
<Config region_flags="336723974" max_agents="40"
object_bonus_factor="1.0" sim_access="21"
terrain_base_0="b8d3965a-ad78-bf43-699b-bff8eca6c975"
terrain_base_1="abb783e6-3e93-26c0-248a-247666855da3"
terrain_base_2="179cdabd-398a-9b6b-1391-4dc333ba321f"
terrain_base_3="beb169c7-11ea-fff2-efe5-0f24dc881df2"
terrain_start_height_0="10.0" terrain_start_height_1="10.0"
terrain_start_height_2="10.0" terrain_start_height_3="10.0"
terrain_height_range_0="60.0" terrain_height_range_1="60.0"
terrain_height_range_2="60.0" terrain_height_range_3="60.0"
region_water_height="20.0" terrain_raise_limit="100.0"
terrain_lower_limit="-100.0" sun_hour="0.0" billable_factor="0.0"
redirect_grid_x="0" redirect_grid_y="0" price_per_meter="1"
estate_name="My Estate"
estate_manager_0="00000000-0000-0000-0000-000000000000"
estate_manager_1="00000000-0000-0000-0000-000000000000"
estate_manager_2="00000000-0000-0000-0000-000000000000"
estate_manager_3="00000000-0000-0000-0000-000000000000"
estate_manager_4="00000000-0000-0000-0000-000000000000"
estate_manager_5="00000000-0000-0000-0000-000000000000"
estate_manager_6="00000000-0000-0000-0000-000000000000"
estate_manager_7="00000000-0000-0000-0000-000000000000"
estate_manager_8="00000000-0000-0000-0000-000000000000"
estate_manager_9="00000000-0000-0000-0000-000000000000" /><br>
</Root><br>
<br>5) Configuration of the UGAIM servers and estate settings.<br>-----------------------------------------------------------------------------------<br>* UserServer_Config.xml:<br><Root><br> <Config default_startup_message="Welcome to MyOS" default_grid_server="http://<my server IP>:8001/" grid_send_key="1234" grid_recv_key="1234" default_inventory_server="http://<my server IP>:8004/" library_location="./inventory/Libraries.xml" database_provider="OpenSim.Data.MySQL.dll" database_connect="Data Source=<my server IP>;Database=opensim;User ID=<username>;Password=<password>;" http_port="8002" http_ssl="False" default_X="1000" default_Y="1000" enable_llsd_login="True" default_loginLevel="0" /><br>
</Root><br><br>* GridServer_Config.xml:<br><Root><br> <Config default_asset_server="http://<my server IP>:8003/" asset_send_key="1234" asset_recv_key="1234" default_user_server="http://<my server IP>:8002/" user_send_key="1234" user_recv_key="1234" sim_send_key="1234" sim_recv_key="1234" database_provider="OpenSim.Data.MySQL.dll" database_connect="Data Source=<my server IP>;Database=opensim;User ID=<username>;Password=<password>;" http_port="8001" allow_forceful_banlines="TRUE" allow_region_registration="True" /><br>
</Root><br><br>* AssetServer_Config.xml:<br><Root><br> <Config database_provider="OpenSim.Data.MySQL.dll" database_connect="Data Source=<my server IP>;Database=opensim;User ID=<username>;Password=<password>;" http_port="8003" assetset_location="./assets/AssetSets.xml" /><br>
</Root><br><br>* InventoryServer_Config.xml:<br><Root><br> <Config default_user_server="http://<my server IP>:8002" database_provider="OpenSim.Data.MySQL.dll" database_connect="Data Source=<my server IP>;Database=opensim;User ID=<username>;Password=<password>;" http_port="8004" session_lookup="False" /><br>
</Root><br><br>* MessagingServer_Config.xml:<br><Root><br> <Config default_user_server="http://<my server IP>:8002/" user_send_key="1234" user_recv_key="1234" default_grid_server="http:/<my server IP>:8001/" grid_send_key="1234" grid_recv_key="1234" database_connect="Data Source=<my server IP>;Database=opensim;User ID=<username>;Password=<password>;" database_provider="OpenSim.Data.MySQL.dll" region_comms_provider="OpenSim.Region.Communications.OGS1.dll" http_port="8006" http_ssl="False" published_ip="<my server IP>" /><br>
</Root><br><br>