Change History (4)
comment:1 by , 13 months ago
comment:2 by , 13 months ago
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.
Version 0, edited 13 months ago by (next)
comment:3 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 13 months ago
Note LDAP setup stuff I put under #2992 cause it's part of jitsi meet config now.
Note:
See TracTickets
for help on using tickets.
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.