It asks for the pub...
 
Notifications
Clear all

[Solved] It asks for the public IP address about Videoserver

5 Posts
3 Users
1 Reactions
257 Views
(@ssanisaca)
Active Member
Joined: 1 year ago
Posts: 22
Topic starter  

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.

Capture


   
Quote
(@sharif)
Estimable Member Admin
Joined: 3 years ago
Posts: 673
 

@ssanisaca

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,


   
ReplyQuote
(@beuman)
New Member
Joined: 2 months ago
Posts: 4
 

@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


   
ReplyQuote
(@ssanisaca)
Active Member
Joined: 1 year ago
Posts: 22
Topic starter  

@sharif

Hi,

Thank you so much! I will keep this in mind in future installations.


   
ReplyQuote
(@sharif)
Estimable Member Admin
Joined: 3 years ago
Posts: 673
 

@beuman 

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,


   
ReplyQuote