Hello,
i installed Jitsi on an Ubuntu 20.04 server and have a problem understanding Domain of your server and set up DNS i am hosting the server in Virtualbox on a windows system. The Ubuntu Server has a bridged adapter and should be able to connect to all devices in my network. I do not have my own dns server where i can add addtitional records too as far as i know.
I am not sure which IP adress to use here, should it be the ip address i get when i look up my ip adress on my windows Host System with https://www.what-is-my-ipv4.com/en ?
i added the following into /etc/hosts
127.0.0.1 localhost
192.168.178.73 meet.pat.org meet
But thats the privat ip adress in my network and did not work
then i changed it to the ip adress i got from the website mentioned above because i thought thats my routers public ip, and it still did not work.
What IP Adress do i have to use when my videobridge system is in a Virtualbox Ubuntu server and how do i test from my host system browser if my Videobridge installation is working?
Do i have to set up an own DNS server before i can use Video bridge?