translating the solution to the query:

Steps to change the ip in the binaries downloaded fron the Cibertechnews's
ftp server:

Change to 127.0.0.1 first the files:

1.- in Authentication:

* AuthenticationSettings.xml
* HttpSettings.xml

2.- in AvatarStorage

* HttpSettings.xml

3.- in x(x=the diectory wher you instaled the
MODREX):\MODREX\opensim_modrex\opensim_modrex\bin

in Regions: default.xml:

<Root>
<Config sim_UUID="337b6cc6-8cca-489e-a1d0-0b03dbe29c5a" sim_name="OpenSim
Test" sim_location_x="1000" sim_location_y="1000"
internal_ip_address="0.0.0.0" internal_ip_port="9000"
allow_alternate_ports="false" external_host_name="127.0.0.1"
master_avatar_uuid="00000000-0000-0000-0000-000000000000"
master_avatar_first="Test" master_avatar_last="User"
master_avatar_pass="test"
lastmap_uuid="fb499b1d-0d73-433f-8e93-aff7c69ed544"
lastmap_refresh="1237563158" nonphysical_prim_max="0" physical_prim_max="0"
clamp_prim_size="false" object_capacity="0" />
</Root>

in the same folder bin, the opensim.ini file:

[Network]
http_listener_port = 9000
default_location_x = 1000
default_location_y = 1000

; ssl config: Experimental! The auto https config only really works
definately on windows XP now
; you need a Cert Request/Signed pair installed in the MY store with the CN
specified below
; you can use https on other platforms, but you'll need to configure the
httpapi yourself for now
http_listener_ssl = false ; Also create a SSL server
http_listener_cn = "localhost" ; Use the cert with the common name
http_listener_sslport = 9001 ; Use this port for SSL connections
http_listener_ssl_cert = "" ; Currently unused, but will be used for
OSHttpServer

; Uncomment below to enable llRemoteData/remote channels
; remoteDataPort = 20800

grid_server_url = "http://85.52.167.79:8001";
grid_send_key = "null"
grid_recv_key = "null"

user_server_url = "http://85.52.167.79:8002";
user_send_key = "null"
user_recv_key = "null"

asset_server_url = "http://85.52.167.79:8003";

inventory_server_url = "http://127.0.0.1:8004";

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/realxtend
http://www.realxtend.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to