Hi Laurent,

masim.org is not resolving in dns system then firestorm can not connect.

If you like use this domain but is not a registered domain use your
"/etc/hosts" file for resolve locally

add in /etc/hosts at end file the line:

masim.org 192.168.x.x ;your internal ip

or what you like for example:

grid.maxim.org  192.168.x.x

x must be your real subnet location.

About your firewall:

If you have standalone configuration do not need open 8002-8003
this are for grid configuration with "Robust" comunicacions whith regions linked in grid format.



If you are using only "standalone" config then use only port 9000 for udp and tcp.

I am using in Suse linux for standalone

firewall-cmd --zone=home --add-port=9000/udp
firewall-cmd --zone=home --add-port=9000/tcp
firewall-cmd --reload

If continue falling resolving the domain name try connect by ip as
loginuri in Firestorm http://192.168.x.x:9000

OpenSim.ini:

ExternalHostName = 192.168.x.x

and the same in region ini:

InternalAddress = 192.168.x.x
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = 192.168.x.x

Good luck!
Luisillo Contepomi



El 5/3/25 a las 22:57, Laurent Bechir escribió:
I’ve added udp to ufw, it still doesn’t work :

To                         Action      From
--                         ------      ----
9000/tcp                   ALLOW IN    Anywhere
8002/tcp                   ALLOW IN    Anywhere
22/tcp                     ALLOW IN    Anywhere
9000/udp                   ALLOW IN    Anywhere
8002/udp                   ALLOW IN    Anywhere
9000/tcp (v6)              ALLOW IN    Anywhere (v6)
8002/tcp (v6)              ALLOW IN    Anywhere (v6)
22/tcp (v6)                ALLOW IN    Anywhere (v6)
9000/udp (v6)              ALLOW IN    Anywhere (v6)
8002/udp (v6)              ALLOW IN    Anywhere (v6)

Le 5 mars 2025 à 22:45, Laurent Bechir <laurent.bec...@madonie.org> a écrit :

Hello,

I’m trying to connect to Opensim 0.9.30 on a server with Debian 12 with 
Firestorm. I keep getting this error message when I try to add my grid ;

Server didn't provide grid info : 0

I have this in OpenSim.ini :

BaseHostname = masim.org

In Regions.ini :

ExternalHostName = masim.org

I’ve checked the firewall :

To                         Action      From
--                         ------      ----
9000/tcp                   ALLOW IN    Anywhere
8002/tcp                   ALLOW IN    Anywhere
22/tcp                     ALLOW IN    Anywhere
9000/tcp (v6)              ALLOW IN    Anywhere (v6)
8002/tcp (v6)              ALLOW IN    Anywhere (v6)
22/tcp (v6)                ALLOW IN    Anywhere (v6)

Opensim start without problems. Where should I look to troubleshoot this 
problem ?

Thank you
_______________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

_______________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

_______________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

Reply via email to