[SAC] [OSGeo] #2993: troubleshoot UDP issue on jitsi

OSGeo trac_osgeo at osgeo.org
Sat Oct 28 17:35:20 PDT 2023


#2993: troubleshoot UDP issue on jitsi
-----------------------+---------------------------------------
 Reporter:  cvvergara  |       Owner:  robe
     Type:  task       |      Status:  assigned
 Priority:  normal     |   Milestone:  Sysadmin Contract 2023-I
Component:  SysAdmin   |  Resolution:
 Keywords:  jitsi      |
-----------------------+---------------------------------------
Comment (by robe):

 okay seems to be working now success :)

 The other tricky part was the ufw was getting in the way of the ip
 forwarding.
 So had to add these rules

 ```
 sudo ufw allow in on lxdbr0
 sudo ufw route allow in on lxdbr0
 sudo ufw route allow out on lxdbr0
 ```
 which I thought we already had as part of ansible.

 We were able to do pgrouting code sprint with 4 of us.

 Next step is to set up ldap so that users have to have an osgeo account to
 create a room, but anyone can join a room.

 Then have to add all this stuff in ansible.
-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2993#comment:2>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list