Hi,
During the installation of carbonio, it asks for the public IP address about Videoserver, which IP address should be placed, the public external one or the local internal IP, since the server is behind a firewall with nat ports.
Hi,
You need to use the local IP address in this prompt. But make sure all the necessary forwarding/mapping are done.
For your reference:
https://docs.zextras.com/carbonio-ce/html/install/scenarios/multi-server-scenario.html
https://docs.zextras.com/carbonio-ce/html/install/roles/role-vs.html
Regards,
@sharif Hello. I've input my public IP when I have seen this prompt. Where should I change the IP address to set the local one ? thanks in advance
you can change the IP in this file:
root@mail:~# cat /etc/janus/janus.jcfg | grep -i nat_ nat_1_1_mapping = "192.168.0.12" root@mail:~#
Restart the Video Server service.
root@mail:~# systemctl restart carbonio-videoserver.service
Regards,