Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Erste Erfahrungen mit OpenSim unter Linux
#2
Code:
[Const]
    ; For a grid these will usually be the externally accessible IP/DNS
    ; name and use default public port 8002 and default private port 8003
    ; For a standalone this will usually be the externally accessible IP/DNS
    ; name and use default public port 9000. The private port is not used
    ; in the configuration for a standalone.

    ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1"
    BaseURL = http://127.0.0.1
    
    ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
    PublicPort = "8002"

    ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
    PrivatePort = "8003"

Du hast eine Stanalone, richtig?
eventuell mal:


Code:
[Const]
    ; For a grid these will usually be the externally accessible IP/DNS
    ; name and use default public port 8002 and default private port 8003
    ; For a standalone this will usually be the externally accessible IP/DNS
    ; name and use default public port 9000. The private port is not used
    ; in the configuration for a standalone.

    ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1"
    BaseURL = http://185.101.93.125

    
    ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
    PublicPort = "9000"

    ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
    PrivatePort = "9000"

Code:
[Messaging]
    ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *}
    ;; Module to handle offline messaging. The core module requires an external
    ;; web service to do this. See OpenSim wiki.
    ; OfflineMessageModule = OfflineMessageModule
    ;; Or, alternatively, use this one, which works for both standalones and grids
     OfflineMessageModule = "Offline Message Module V2"

    ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {}
    ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
    ; OfflineMessageURL = ${Const|BaseURL}/Offline.php
     OfflineMessageURL = ${Const|BaseURL}:${Const|PrivatePort}

    ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll}
    ;; For standalones, this is the storage dll.
    ; StorageProvider = OpenSim.Data.MySQL.dll

    ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
    ;; Mute list handler (not yet implemented). MUST BE SET to allow offline
    ;; messages to work
    ; MuteListModule = MuteListModule

    ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php
    ;; URL of the web service that serves mute lists. Not currently used, but
    ;; must be set to allow offline messaging to work.
    ; MuteListURL = http://yourserver/Mute.php

    ;; Control whether group invites and notices are stored for offline users.
    ;; Default is true.
    ;; This applies to both core groups module.
     ForwardOfflineGroupMessages = true
Zitieren


Nachrichten in diesem Thema
RE: Erste Erfahrungen mit OpenSim unter Linux - von Dorena Verne - 30.05.2017, 11:33

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Euer "Linux-Desktop" Dorena Verne 176 199.358 16.04.2024, 22:35
Letzter Beitrag: Akira
  Automatische Einstellung einer IP beim Start von OpenSim royalgrid 6 245 26.03.2024, 14:31
Letzter Beitrag: Manfred Aabye
  opensimMULTITOOL Ubuntu Linux Server Manfred Aabye 62 15.865 01.02.2024, 19:24
Letzter Beitrag: Manfred Aabye
Thumbs Up Waydroid | Android in a Linux container DJ Archie 1 526 03.10.2023, 12:21
Letzter Beitrag: Dorena Verne
  Von LInux mint zu Manjaro (Arch Linux) Bogus Curry 22 2.674 25.06.2023, 13:32
Letzter Beitrag: Bogus Curry

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste