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

#2993: troubleshoot UDP issue on jitsi
---------------------------+--------------------------------------
Reporter: cvvergara | Owner: robe
     Type: task | Status: assigned
Priority: normal | Milestone: Sysadmin Contract 2023-I
Component: Systems Admin | Keywords: jitsi
---------------------------+--------------------------------------
It is not currently functional because of UDP issue
#2992
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2993&gt;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#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):

For this I decided to just dedicate a public ip for meet.osgeo.org use.

I still need to commit these changes to ansible, but having some difficult
with the route going thru the container, so will reboot osgeo9 first to
see if it resolves the issue.

So what I did on osgeo9 (which I recreated jitsi container)

and on host added the new ip that osuosl reserved for us 140.211.15.5/24

 nano /etc/netplan/01-netcfg.yml
 netplan --debug apply
 netplan apply

 # 10.36.74.70 is the ip of jitsi container
 lxc network forward create lxdbr0 140.211.15.5 target_address=10.36.74.70

It's not working so I'll reboot.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2993#comment:1&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#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 :slight_smile:

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&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

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

* status: assigned => closed
* resolution: => fixed

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2993#comment:3&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

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

Note LDAP setup stuff I put under #2992 cause it's part of jitsi meet
config now.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2993#comment:4&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.